Plugin Directory

Changeset 492198


Ignore:
Timestamp:
01/19/2012 04:48:07 PM (14 years ago)
Author:
fstrack
Message:
 
Location:
dm-albums/trunk
Files:
2 edited

Legend:

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

    r491189 r492198  
    55Requires at least: 2.7
    66Tested up to: 3.3.1
    7 Stable tag: 3.1.3.2
     7Stable tag: 3.1.3.3
    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.3 =
     81        <ul><li>Bug fix in "Manual" setting. No functional change over 3.1.3.</li></ul>
     82       
    8083= 3.1.3.2 =
    8184        <ul><li>Fixed Fullscreen "image not found" bug. No functional change over 3.1.3.</li></ul>
  • dm-albums/trunk/wp-dm-albums.php

    r491189 r492198  
    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.2
     6Version:     3.1.3.3
    77Author:      Frank D. Strack
    88Author URI:  http://www.dutchmonkey.com/
     
    2828/*
    2929Change log:
     30
     31    3.1.3.3
     32        * Bug fix in "Manual" setting. No functional change over 3.1.3.
    3033
    3134    3.1.3.2
     
    293296
    294297// Global variables
    295 $DM_PHOTOALBUM_APP_VERSION = "3.1.3.2";
     298$DM_PHOTOALBUM_APP_VERSION = "3.1.3.3";
    296299$DM_PHOTOALBUM_APP_DOCS = "http://www.dutchmonkey.com/wp-plugins/";
    297300
     
    566569
    567570        wp_register_script( 'dm_galleria', plugins_url() . '/dm-albums/galleria/galleria-1.2.6.min.js', 'jquery');
     571        wp_enqueue_script( 'dm_galleria' );
     572    }
     573
     574    else
     575    {
     576        wp_register_script( 'dm_galleria', plugins_url() . '/dm-albums/galleria/galleria-1.2.6.min.js');
    568577        wp_enqueue_script( 'dm_galleria' );
    569578    }
Note: See TracChangeset for help on using the changeset viewer.