Plugin Directory

Changeset 635136


Ignore:
Timestamp:
12/06/2012 10:49:57 PM (13 years ago)
Author:
fstrack
Message:

Improved upload patch

Location:
dm-albums/trunk
Files:
3 deleted
2 edited

Legend:

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

    r634724 r635136  
    55Requires at least: 3.0.1
    66Tested up to: 3.4
    7 Stable tag: 3.1.8
     7Stable tag: 3.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080== Changelog ==
    8181
     82= 3.1.8 =
     83        <ul><li>Refined upload patch after further testing from Mark L (thank you!)</li></ul>
     84       
    8285= 3.1.8 =
    8386        <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  
    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.8
     6Version:     3.1.9
    77Author:      Frank D. Strack
    88Author URI:  http://www.dutchmonkey.com/
     
    2828/*
    2929Change log:
     30
     31    3.1.8
     32        * Refined upload patch after further testing from Mark L (thank you!)
    3033
    3134    3.1.8
     
    318321
    319322// Global variables
    320 $DM_PHOTOALBUM_APP_VERSION = "3.1.8";
     323$DM_PHOTOALBUM_APP_VERSION = "3.1.9";
    321324$DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/";
    322325
Note: See TracChangeset for help on using the changeset viewer.