Changeset 610527
- Timestamp:
- 10/10/2012 10:27:32 PM (13 years ago)
- Location:
- dm-albums/trunk
- Files:
-
- 1 deleted
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-dm-albums-admin-header.php (deleted)
-
wp-dm-albums.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dm-albums/trunk/readme.txt
r554955 r610527 78 78 == Changelog == 79 79 80 = 3.1.7 = 81 <ul><li>Added fix for empty existing albums problem. Thanks to Mark Lagendijk for finding the fix.</li></ul> 80 82 = 3.1.6 = 81 83 <ul><li>Added patch to (hopefully) fix some user's issues with albums not appearing when uploading.</li> -
dm-albums/trunk/wp-dm-albums.php
r554955 r610527 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. 66 Version: 3.1.7 7 7 Author: Frank D. Strack 8 8 Author URI: http://www.dutchmonkey.com/ … … 28 28 /* 29 29 Change log: 30 31 3.1.7 32 * Added fix for empty existing albums problem. Thanks to Mark Lagendijk for finding the fix. 30 33 31 34 3.1.4 … … 314 317 315 318 // Global variables 316 $DM_PHOTOALBUM_APP_VERSION = "3.1. 4";319 $DM_PHOTOALBUM_APP_VERSION = "3.1.7"; 317 320 $DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/"; 318 321
Note: See TracChangeset
for help on using the changeset viewer.