Hi all,
I found some time to work a bit on ical4WP and I thought I could release a new version. Do not expect a lot of new features but rather some bugfixes:
- Google Calendar integration is now working. It means that you can add a ical4wp calendar into your Google Calendar in one click. Yes it works!
- I clean up the CSS file for the client side (not admin but the blog itself) to make it relevant,
- I remove all javascript files inclusion into the client side to make it lighter, you now have just one css file in the header (<1k). It did not make sens to include: Prototype, effects from Scriptaculous and event:Selectors just for the select form! It was probably around 60k of download, what a waste of bandwidth! (my hosting company should thank me…). I wrote just a few line of inline-javascript inside the select form element. However, those library are still in used in the admin area.
- Again, thanks to Roger, we now order events in the list of events.
- I separate the title and the content of each part on the client side due to some XHTML issues in some WordPress theme. You can now but the title of each area (e.g. Upcoming Events, List of Calendar) in your prefered XHTML tag, in the documentation by default I suggest h2 tag. The consequence of this change is that you hvae to modify as well your sidebar.php file.
That’s it for the time being guys. I did not touch yet the admin area of ical4wp. You can see a demo on the left side of this blog and feel free to visit iCal4WP home page for more details about how to use it.
Do not forget that we have now a bug tracking system flyspray, where you can post bugs AND/OR features request.