Version 2.0.9 is now available.See the
version history in the wiki for more information.
Added some more user requested features and added functionality to bookmarks plugin to allow
users to create their own bookmarks. Also fixed the remaining known bugs.
Important: there was a small issue with the path resolver (making all relative urls relative to
the megazine.swf file), that being that paths with a leading slash (
/) were not properly
handled (this was brought up in
this thread). They were handled as though the slash wasn't there.
This is incorrect. Instead, it should be absolute to the current domain. For example, if the book is
located at
http://example.com/megazine/megazine.swf, a URL of
/path should
resolve to
http://example.com/path.
Instead it was resolved to
http://example.com/megazine/path up until now. This is fixed
now, but if you (incorrectly) used paths with leading slashes, this
might break content for you,
so please
double check your URLs before upgrading! The fix is simple: just remove the leading
slash from your URLs.
Download here (zip).