DM Albums 3.1.3 Released January 14th, 2012
Thanks to the community for their feedback and input, we are ready to issue a service release on DM Albums, version 3.1.3. The following items are addressed:
- Bug fixes, including elimination of WordPress Admin issues (DM Albums was breaking some WordPress Admin tools), dm-albums-external.php is now working, and various miscellaneous ui tweaks.
- Re-introduction of Direct Download option
- Improved IE8/9 support (requires a theme with a valid doctype definition)
- DM Albums Admin Panel options allowing to choose a JQuery inclusion approach: Google JQuery library (default), deregister and replace the standard WordPress JQuery library, or Manual where the JQuery library is not loaded by the plugin and is instead loaded by the theme, giving more control to the user.
Note: In order for DM Albums to work in an external configuration, several libraries need to be included in (preferably) the header of the document. The new function dm_loadjavascript is provided for this purpose.
<?php
include($_SERVER["DOCUMENT_ROOT"] . “/wp-content/plugins/dm-albums/dm-albums-external.php”);
dm_loadjavascript();
dm_printalbum(“/wp-content/plugins/dm-albums/preview/”);
?>
For anyone having trouble with the 3.x release, the previous version is still available here.
Posted in Latest News & Announcements | 31 Comments »
31 Responses to “DM Albums 3.1.3 Released”