Plugin Directory

Changeset 491189


Ignore:
Timestamp:
01/17/2012 03:22:47 PM (14 years ago)
Author:
fstrack
Message:
 
Location:
dm-albums/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dm-albums/trunk/php/includes.php

    r490440 r491189  
    1616function dm_get_album_root()
    1717{
    18     $rot = get_option('siteurl') . "/";
     18    $root = get_option('siteurl') . "/";
    1919
    2020    if(get_option('DM_HOME_DIR') != get_option('DM_ALBUMS_CORE_DEFAULT_HOME_DIR'))  $root = "http://";
  • dm-albums/trunk/readme.txt

    r490353 r491189  
    55Requires at least: 2.7
    66Tested up to: 3.3.1
    7 Stable tag: 3.1.3.1
     7Stable tag: 3.1.3.2
    88
    99DM Albums™ is an inline photo album/gallery plugin that displays high quality images and thumbnails perfectly sized to your blog.
     
    7878== Changelog ==
    7979
     80= 3.1.3.2 =
     81        <ul><li>Fixed Fullscreen "image not found" bug. No functional change over 3.1.3.</li></ul>
     82       
    8083= 3.1.3.1 =
    8184        <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  
    44Description: DM Albums is an inline photo album/gallery plugin that displays high quality images and thumbnails perfectly sized to your blog.
    55Plugin URI:  http://www.dutchmonkey.com/?file=products/dm-albums/dm-albums.html
    6 Version:     3.1.3.1
     6Version:     3.1.3.2
    77Author:      Frank D. Strack
    88Author URI:  http://www.dutchmonkey.com/
     
    2929Change log:
    3030
     31    3.1.3.2
     32        * Fixed Fullscreen "image not found" bug. No functional change over 3.1.3.
     33
    3134    3.1.3.1
    3235        * Refreshed commit to Wordpress SVN database. No functional change over 3.1.3.
     36
    3337    3.1.3
    3438        * Fixed dm-albums-external.php (you also need to call dm_loadjavascript(); somewhere on your page prior to calling dm_printalbum()
     
    289293
    290294// Global variables
    291 $DM_PHOTOALBUM_APP_VERSION = "3.1.3";
     295$DM_PHOTOALBUM_APP_VERSION = "3.1.3.2";
    292296$DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/";
    293297
Note: See TracChangeset for help on using the changeset viewer.