Changeset 492198
- Timestamp:
- 01/19/2012 04:48:07 PM (14 years ago)
- Location:
- dm-albums/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-dm-albums.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dm-albums/trunk/readme.txt
r491189 r492198 5 5 Requires at least: 2.7 6 6 Tested up to: 3.3.1 7 Stable tag: 3.1.3. 27 Stable tag: 3.1.3.3 8 8 9 9 DM Albums™ is an inline photo album/gallery plugin that displays high quality images and thumbnails perfectly sized to your blog. … … 78 78 == Changelog == 79 79 80 = 3.1.3.3 = 81 <ul><li>Bug fix in "Manual" setting. No functional change over 3.1.3.</li></ul> 82 80 83 = 3.1.3.2 = 81 84 <ul><li>Fixed Fullscreen "image not found" bug. No functional change over 3.1.3.</li></ul> -
dm-albums/trunk/wp-dm-albums.php
r491189 r492198 4 4 Description: DM Albums is an inline photo album/gallery plugin that displays high quality images and thumbnails perfectly sized to your blog. 5 5 Plugin URI: http://www.dutchmonkey.com/?file=products/dm-albums/dm-albums.html 6 Version: 3.1.3. 26 Version: 3.1.3.3 7 7 Author: Frank D. Strack 8 8 Author URI: http://www.dutchmonkey.com/ … … 28 28 /* 29 29 Change log: 30 31 3.1.3.3 32 * Bug fix in "Manual" setting. No functional change over 3.1.3. 30 33 31 34 3.1.3.2 … … 293 296 294 297 // Global variables 295 $DM_PHOTOALBUM_APP_VERSION = "3.1.3. 2";298 $DM_PHOTOALBUM_APP_VERSION = "3.1.3.3"; 296 299 $DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/"; 297 300 … … 566 569 567 570 wp_register_script( 'dm_galleria', plugins_url() . '/dm-albums/galleria/galleria-1.2.6.min.js', 'jquery'); 571 wp_enqueue_script( 'dm_galleria' ); 572 } 573 574 else 575 { 576 wp_register_script( 'dm_galleria', plugins_url() . '/dm-albums/galleria/galleria-1.2.6.min.js'); 568 577 wp_enqueue_script( 'dm_galleria' ); 569 578 }
Note: See TracChangeset
for help on using the changeset viewer.