Author Topic: [Release] MegaZine3 Version 2.0.9  (Read 1605 times)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
[Release] MegaZine3 Version 2.0.9
« on: June 28, 2010, 09:58:28 pm »
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).
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.