Changeset 534097
- Timestamp:
- 04/20/2012 03:32:28 PM (14 years ago)
- Location:
- shadowbox-js
- Files:
-
- 6 edited
- 1 copied
-
tags/3.0.3.10.2 (copied) (copied from shadowbox-js/trunk)
-
tags/3.0.3.10.2/readme.txt (modified) (3 diffs)
-
tags/3.0.3.10.2/shadowbox-js.php (modified) (2 diffs)
-
tags/3.0.3.10.2/shadowbox-title-push.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/shadowbox-js.php (modified) (2 diffs)
-
trunk/shadowbox-title-push.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shadowbox-js/tags/3.0.3.10.2/readme.txt
r529508 r534097 5 5 Requires at least: 3.3 6 6 Tested up to: 3.4 7 Stable tag: 3.0.3.10. 17 Stable tag: 3.0.3.10.2 8 8 9 9 Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media. … … 156 156 == Upgrade Notice == 157 157 158 = 3.0.3.10.2 = 159 160 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. 161 158 162 = 3.0.3.10.1 = 159 163 … … 193 197 194 198 == 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. 195 202 196 203 = 3.0.3.10.1 (2012-04-10): = -
shadowbox-js/tags/3.0.3.10.2/shadowbox-js.php
r529508 r534097 8 8 * 9 9 * @author Matt Martz <matt@sivel.net> 10 * @version 3.0.3.10. 110 * @version 3.0.3.10.2 11 11 * @package shadowbox-js 12 12 */ … … 16 16 Plugin URI: http://sivel.net/wordpress/shadowbox-js/ 17 17 Description: A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images. 18 Version: 3.0.3.10. 118 Version: 3.0.3.10.2 19 19 Author: Matt Martz 20 20 Author URI: http://sivel.net/ -
shadowbox-js/tags/3.0.3.10.2/shadowbox-title-push.php
r529508 r534097 14 14 Plugin URI: http://sivel.net/wordpress/shadowbox-js/ 15 15 Description: Push the title attribute from the img tag to the anchor tag 16 Version: 3.0.3.10. 116 Version: 3.0.3.10.2 17 17 Author: Matt Martz 18 18 Author URI: http://sivel.net/ … … 21 21 License: LGPL 22 22 23 Shadowbox JS (c) 2008-201 0Matt 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.txt23 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 26 26 27 27 Shadowbox (c) 2007-2010 Michael J. I. Jackson (http://www.shadowbox-js.com/) -
shadowbox-js/trunk/readme.txt
r529508 r534097 5 5 Requires at least: 3.3 6 6 Tested up to: 3.4 7 Stable tag: 3.0.3.10. 17 Stable tag: 3.0.3.10.2 8 8 9 9 Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media. … … 156 156 == Upgrade Notice == 157 157 158 = 3.0.3.10.2 = 159 160 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. 161 158 162 = 3.0.3.10.1 = 159 163 … … 193 197 194 198 == 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. 195 202 196 203 = 3.0.3.10.1 (2012-04-10): = -
shadowbox-js/trunk/shadowbox-js.php
r529508 r534097 8 8 * 9 9 * @author Matt Martz <matt@sivel.net> 10 * @version 3.0.3.10. 110 * @version 3.0.3.10.2 11 11 * @package shadowbox-js 12 12 */ … … 16 16 Plugin URI: http://sivel.net/wordpress/shadowbox-js/ 17 17 Description: A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images. 18 Version: 3.0.3.10. 118 Version: 3.0.3.10.2 19 19 Author: Matt Martz 20 20 Author URI: http://sivel.net/ -
shadowbox-js/trunk/shadowbox-title-push.php
r529508 r534097 14 14 Plugin URI: http://sivel.net/wordpress/shadowbox-js/ 15 15 Description: Push the title attribute from the img tag to the anchor tag 16 Version: 3.0.3.10. 116 Version: 3.0.3.10.2 17 17 Author: Matt Martz 18 18 Author URI: http://sivel.net/ … … 21 21 License: LGPL 22 22 23 Shadowbox JS (c) 2008-201 0Matt 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.txt23 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 26 26 27 27 Shadowbox (c) 2007-2010 Michael J. I. Jackson (http://www.shadowbox-js.com/)
Note: See TracChangeset
for help on using the changeset viewer.