Plugin Directory

Changeset 610527


Ignore:
Timestamp:
10/10/2012 10:27:32 PM (13 years ago)
Author:
fstrack
Message:
 
Location:
dm-albums/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • dm-albums/trunk/readme.txt

    r554955 r610527  
    7878== Changelog ==
    7979
     80= 3.1.7 =
     81        <ul><li>Added fix for empty existing albums problem. Thanks to Mark Lagendijk for finding the fix.</li></ul>
    8082= 3.1.6 =
    8183        <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  
    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.6
     6Version:     3.1.7
    77Author:      Frank D. Strack
    88Author URI:  http://www.dutchmonkey.com/
     
    2828/*
    2929Change log:
     30
     31    3.1.7
     32        * Added fix for empty existing albums problem. Thanks to Mark Lagendijk for finding the fix.
    3033
    3134    3.1.4
     
    314317
    315318// Global variables
    316 $DM_PHOTOALBUM_APP_VERSION = "3.1.4";
     319$DM_PHOTOALBUM_APP_VERSION = "3.1.7";
    317320$DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/";
    318321
Note: See TracChangeset for help on using the changeset viewer.