Changeset 491189
- Timestamp:
- 01/17/2012 03:22:47 PM (14 years ago)
- Location:
- dm-albums/trunk
- Files:
-
- 3 edited
-
php/includes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-dm-albums.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dm-albums/trunk/php/includes.php
r490440 r491189 16 16 function dm_get_album_root() 17 17 { 18 $ro t = get_option('siteurl') . "/";18 $root = get_option('siteurl') . "/"; 19 19 20 20 if(get_option('DM_HOME_DIR') != get_option('DM_ALBUMS_CORE_DEFAULT_HOME_DIR')) $root = "http://"; -
dm-albums/trunk/readme.txt
r490353 r491189 5 5 Requires at least: 2.7 6 6 Tested up to: 3.3.1 7 Stable tag: 3.1.3. 17 Stable tag: 3.1.3.2 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.2 = 81 <ul><li>Fixed Fullscreen "image not found" bug. No functional change over 3.1.3.</li></ul> 82 80 83 = 3.1.3.1 = 81 84 <ul><li>Refresh on code commit to Wordpress SVN; no functional change over 3.1.3</li></ul> -
dm-albums/trunk/wp-dm-albums.php
r490353 r491189 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. 16 Version: 3.1.3.2 7 7 Author: Frank D. Strack 8 8 Author URI: http://www.dutchmonkey.com/ … … 29 29 Change log: 30 30 31 3.1.3.2 32 * Fixed Fullscreen "image not found" bug. No functional change over 3.1.3. 33 31 34 3.1.3.1 32 35 * Refreshed commit to Wordpress SVN database. No functional change over 3.1.3. 36 33 37 3.1.3 34 38 * Fixed dm-albums-external.php (you also need to call dm_loadjavascript(); somewhere on your page prior to calling dm_printalbum() … … 289 293 290 294 // Global variables 291 $DM_PHOTOALBUM_APP_VERSION = "3.1.3 ";295 $DM_PHOTOALBUM_APP_VERSION = "3.1.3.2"; 292 296 $DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/"; 293 297
Note: See TracChangeset
for help on using the changeset viewer.