Plugin Directory

Changeset 534097


Ignore:
Timestamp:
04/20/2012 03:32:28 PM (14 years ago)
Author:
sivel
Message:

Tagging 3.0.3.10.2 for release

Location:
shadowbox-js
Files:
6 edited
1 copied

Legend:

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

    r529508 r534097  
    55Requires at least: 3.3
    66Tested up to: 3.4
    7 Stable tag: 3.0.3.10.1
     7Stable tag: 3.0.3.10.2
    88
    99Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.
     
    156156== Upgrade Notice ==
    157157
     158= 3.0.3.10.2 =
     159
     160Don't assume that the uploads dir is wp-content/uploads, use wp_upload_dir to get the correct path. This only affects the meta box that informs users where they can manually place the files.
     161
    158162= 3.0.3.10.1 =
    159163
     
    193197
    194198== Changelog ==
     199
     200= 3.0.3.10.2 (2012-04-20): =
     201* Don't assume that the uploads dir is wp-content/uploads, use wp_upload_dir to get the correct path. This only affects the meta box that informs users where they can manually place the files.
    195202
    196203= 3.0.3.10.1 (2012-04-10): =
  • shadowbox-js/tags/3.0.3.10.2/shadowbox-js.php

    r529508 r534097  
    88 *
    99 * @author Matt Martz <matt@sivel.net>
    10  * @version 3.0.3.10.1
     10 * @version 3.0.3.10.2
    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.10.1
     18Version:      3.0.3.10.2
    1919Author:       Matt Martz
    2020Author URI:   http://sivel.net/
  • shadowbox-js/tags/3.0.3.10.2/shadowbox-title-push.php

    r529508 r534097  
    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.10.1
     16Version:      3.0.3.10.2
    1717Author:       Matt Martz
    1818Author URI:   http://sivel.net/
     
    2121License:      LGPL
    2222
    23     Shadowbox JS (c) 2008-2010 Matt Martz (http://sivel.net/)
    24     Shadowbox JS is released under the GNU General Public License (LGPL)
    25     http://www.gnu.org/licenses/lgpl-2.1.txt
     23    Shadowbox JS (c) 2008-2012 Matt Martz (http://sivel.net/)
     24    Shadowbox JS is released under the GNU General Public License (GPL)
     25    http://www.gnu.org/licenses/gpl-2.0.txt
    2626
    2727    Shadowbox (c) 2007-2010 Michael J. I. Jackson (http://www.shadowbox-js.com/)
  • shadowbox-js/trunk/readme.txt

    r529508 r534097  
    55Requires at least: 3.3
    66Tested up to: 3.4
    7 Stable tag: 3.0.3.10.1
     7Stable tag: 3.0.3.10.2
    88
    99Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.
     
    156156== Upgrade Notice ==
    157157
     158= 3.0.3.10.2 =
     159
     160Don't assume that the uploads dir is wp-content/uploads, use wp_upload_dir to get the correct path. This only affects the meta box that informs users where they can manually place the files.
     161
    158162= 3.0.3.10.1 =
    159163
     
    193197
    194198== Changelog ==
     199
     200= 3.0.3.10.2 (2012-04-20): =
     201* Don't assume that the uploads dir is wp-content/uploads, use wp_upload_dir to get the correct path. This only affects the meta box that informs users where they can manually place the files.
    195202
    196203= 3.0.3.10.1 (2012-04-10): =
  • shadowbox-js/trunk/shadowbox-js.php

    r529508 r534097  
    88 *
    99 * @author Matt Martz <matt@sivel.net>
    10  * @version 3.0.3.10.1
     10 * @version 3.0.3.10.2
    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.10.1
     18Version:      3.0.3.10.2
    1919Author:       Matt Martz
    2020Author URI:   http://sivel.net/
  • shadowbox-js/trunk/shadowbox-title-push.php

    r529508 r534097  
    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.10.1
     16Version:      3.0.3.10.2
    1717Author:       Matt Martz
    1818Author URI:   http://sivel.net/
     
    2121License:      LGPL
    2222
    23     Shadowbox JS (c) 2008-2010 Matt Martz (http://sivel.net/)
    24     Shadowbox JS is released under the GNU General Public License (LGPL)
    25     http://www.gnu.org/licenses/lgpl-2.1.txt
     23    Shadowbox JS (c) 2008-2012 Matt Martz (http://sivel.net/)
     24    Shadowbox JS is released under the GNU General Public License (GPL)
     25    http://www.gnu.org/licenses/gpl-2.0.txt
    2626
    2727    Shadowbox (c) 2007-2010 Michael J. I. Jackson (http://www.shadowbox-js.com/)
Note: See TracChangeset for help on using the changeset viewer.