Changeset 635136
- Timestamp:
- 12/06/2012 10:49:57 PM (13 years ago)
- Location:
- dm-albums/trunk
- Files:
-
- 3 deleted
- 2 edited
-
galleria/themes/classic/galleria.classic.css (deleted)
-
readme.txt (modified) (2 diffs)
-
wp-dm-albums-admin-header.php (deleted)
-
wp-dm-albums.php (modified) (3 diffs)
-
wp-dm-upload.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
dm-albums/trunk/readme.txt
r634724 r635136 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.4 7 Stable tag: 3.1. 87 Stable tag: 3.1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 == Changelog == 81 81 82 = 3.1.8 = 83 <ul><li>Refined upload patch after further testing from Mark L (thank you!)</li></ul> 84 82 85 = 3.1.8 = 83 86 <ul><li>Added (another) patch to (hopefully) fix some user's issues with albums not appearing when uploading.</li> -
dm-albums/trunk/wp-dm-albums.php
r634702 r635136 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. 86 Version: 3.1.9 7 7 Author: Frank D. Strack 8 8 Author URI: http://www.dutchmonkey.com/ … … 28 28 /* 29 29 Change log: 30 31 3.1.8 32 * Refined upload patch after further testing from Mark L (thank you!) 30 33 31 34 3.1.8 … … 318 321 319 322 // Global variables 320 $DM_PHOTOALBUM_APP_VERSION = "3.1. 8";323 $DM_PHOTOALBUM_APP_VERSION = "3.1.9"; 321 324 $DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/"; 322 325
Note: See TracChangeset
for help on using the changeset viewer.