Plugin Directory

Changeset 394406


Ignore:
Timestamp:
06/08/2011 01:42:35 AM (15 years ago)
Author:
sivel
Message:

Bumping to 3.0.3.6 to fix a update notification issue for the sub plugin, the next release will hook into the update process to null out the sub plugin update notifications

Location:
shadowbox-js
Files:
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • shadowbox-js/tags/3.0.3.6/readme.txt

    r394290 r394406  
    55Requires at least: 3.1
    66Tested up to: 3.2
    7 Stable tag: 3.0.3.5
     7Stable tag: 3.0.3.6
    88
    99Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.
     
    135135== Upgrade Notice ==
    136136
     137= 3.0.3.6 =
     138
     139Hook into post generation later if Smart Loading is disabled, and fix Javascript code comments so that broken HTML minification processes will not have any affect on Shadowbox.
     140
    137141= 3.0.3.5 =
    138142
     
    152156
    153157== Changelog ==
     158
     159= 3.0.3.6 (2011-06-07): =
     160* Had to bump the version because I forgot to do so previsouly for 3.0.3.5 for the sub plugin, this should fix update notices
    154161
    155162= 3.0.3.5 (2011-06-07): =
  • shadowbox-js/tags/3.0.3.6/shadowbox-js.php

    r394290 r394406  
    88 *
    99 * @author Matt Martz <matt@sivel.net>
    10  * @version 3.0.3.5
     10 * @version 3.0.3.6
    1111 * @package shadowbox-js
    1212 */
     
    1616Plugin URI:   http://sivel.net/wordpress/shadowbox-js/
    1717Description:  A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images.
    18 Version:      3.0.3.5
     18Version:      3.0.3.6
    1919Author:       Matt Martz
    2020Author URI:   http://sivel.net/
     
    5656     * @var int
    5757     */
    58     var $version = '3.0.3.5';
     58    var $version = '3.0.3.6';
    5959
    6060    /**
  • shadowbox-js/tags/3.0.3.6/shadowbox-title-push.php

    r391939 r394406  
    1414Plugin URI:   http://sivel.net/wordpress/shadowbox-js/
    1515Description:  Push the title attribute from the img tag to the anchor tag
    16 Version:      3.0.3.4
     16Version:      3.0.3.6
    1717Author:       Matt Martz
    1818Author URI:   http://sivel.net/
  • shadowbox-js/trunk/readme.txt

    r394290 r394406  
    55Requires at least: 3.1
    66Tested up to: 3.2
    7 Stable tag: 3.0.3.5
     7Stable tag: 3.0.3.6
    88
    99Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.
     
    135135== Upgrade Notice ==
    136136
     137= 3.0.3.6 =
     138
     139Hook into post generation later if Smart Loading is disabled, and fix Javascript code comments so that broken HTML minification processes will not have any affect on Shadowbox.
     140
    137141= 3.0.3.5 =
    138142
     
    152156
    153157== Changelog ==
     158
     159= 3.0.3.6 (2011-06-07): =
     160* Had to bump the version because I forgot to do so previsouly for 3.0.3.5 for the sub plugin, this should fix update notices
    154161
    155162= 3.0.3.5 (2011-06-07): =
  • shadowbox-js/trunk/shadowbox-js.php

    r394290 r394406  
    88 *
    99 * @author Matt Martz <matt@sivel.net>
    10  * @version 3.0.3.5
     10 * @version 3.0.3.6
    1111 * @package shadowbox-js
    1212 */
     
    1616Plugin URI:   http://sivel.net/wordpress/shadowbox-js/
    1717Description:  A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images.
    18 Version:      3.0.3.5
     18Version:      3.0.3.6
    1919Author:       Matt Martz
    2020Author URI:   http://sivel.net/
     
    5656     * @var int
    5757     */
    58     var $version = '3.0.3.5';
     58    var $version = '3.0.3.6';
    5959
    6060    /**
  • shadowbox-js/trunk/shadowbox-title-push.php

    r391939 r394406  
    1414Plugin URI:   http://sivel.net/wordpress/shadowbox-js/
    1515Description:  Push the title attribute from the img tag to the anchor tag
    16 Version:      3.0.3.4
     16Version:      3.0.3.6
    1717Author:       Matt Martz
    1818Author URI:   http://sivel.net/
Note: See TracChangeset for help on using the changeset viewer.