Changeset 394406
- Timestamp:
- 06/08/2011 01:42:35 AM (15 years ago)
- Location:
- shadowbox-js
- Files:
-
- 4 edited
- 3 copied
-
tags/3.0.3.6 (copied) (copied from shadowbox-js/trunk)
-
tags/3.0.3.6/readme.txt (copied) (copied from shadowbox-js/trunk/readme.txt) (3 diffs)
-
tags/3.0.3.6/shadowbox-js.php (copied) (copied from shadowbox-js/trunk/shadowbox-js.php) (3 diffs)
-
tags/3.0.3.6/shadowbox-title-push.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/shadowbox-js.php (modified) (3 diffs)
-
trunk/shadowbox-title-push.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shadowbox-js/tags/3.0.3.6/readme.txt
r394290 r394406 5 5 Requires at least: 3.1 6 6 Tested up to: 3.2 7 Stable tag: 3.0.3. 57 Stable tag: 3.0.3.6 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. … … 135 135 == Upgrade Notice == 136 136 137 = 3.0.3.6 = 138 139 Hook 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 137 141 = 3.0.3.5 = 138 142 … … 152 156 153 157 == 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 154 161 155 162 = 3.0.3.5 (2011-06-07): = -
shadowbox-js/tags/3.0.3.6/shadowbox-js.php
r394290 r394406 8 8 * 9 9 * @author Matt Martz <matt@sivel.net> 10 * @version 3.0.3. 510 * @version 3.0.3.6 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. 518 Version: 3.0.3.6 19 19 Author: Matt Martz 20 20 Author URI: http://sivel.net/ … … 56 56 * @var int 57 57 */ 58 var $version = '3.0.3. 5';58 var $version = '3.0.3.6'; 59 59 60 60 /** -
shadowbox-js/tags/3.0.3.6/shadowbox-title-push.php
r391939 r394406 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. 416 Version: 3.0.3.6 17 17 Author: Matt Martz 18 18 Author URI: http://sivel.net/ -
shadowbox-js/trunk/readme.txt
r394290 r394406 5 5 Requires at least: 3.1 6 6 Tested up to: 3.2 7 Stable tag: 3.0.3. 57 Stable tag: 3.0.3.6 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. … … 135 135 == Upgrade Notice == 136 136 137 = 3.0.3.6 = 138 139 Hook 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 137 141 = 3.0.3.5 = 138 142 … … 152 156 153 157 == 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 154 161 155 162 = 3.0.3.5 (2011-06-07): = -
shadowbox-js/trunk/shadowbox-js.php
r394290 r394406 8 8 * 9 9 * @author Matt Martz <matt@sivel.net> 10 * @version 3.0.3. 510 * @version 3.0.3.6 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. 518 Version: 3.0.3.6 19 19 Author: Matt Martz 20 20 Author URI: http://sivel.net/ … … 56 56 * @var int 57 57 */ 58 var $version = '3.0.3. 5';58 var $version = '3.0.3.6'; 59 59 60 60 /** -
shadowbox-js/trunk/shadowbox-title-push.php
r391939 r394406 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. 416 Version: 3.0.3.6 17 17 Author: Matt Martz 18 18 Author URI: http://sivel.net/
Note: See TracChangeset
for help on using the changeset viewer.