Changeset 1069675
- Timestamp:
- 01/16/2015 08:59:18 PM (11 years ago)
- Location:
- swfput
- Files:
-
- 8 edited
- 1 copied
-
tags/2.2.2.1 (copied) (copied from swfput/trunk)
-
tags/2.2.2.1/Makefile (modified) (1 diff)
-
tags/2.2.2.1/readme.txt (modified) (3 diffs)
-
tags/2.2.2.1/swfput.php (modified) (2 diffs)
-
tags/2.2.2.1/version.sh (modified) (1 diff)
-
trunk/Makefile (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/swfput.php (modified) (2 diffs)
-
trunk/version.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swfput/tags/2.2.2.1/Makefile
r1069434 r1069675 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 2.2.2 4 PRJVERS = 2.2.2.1 5 5 PRJSTEM = swfput 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
swfput/tags/2.2.2.1/readme.txt
r1069434 r1069675 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.1 7 Stable tag: 2.2.2 7 Stable tag: 2.2.2.1 8 8 Text Domain: swfput_l10n 9 9 License: GPLv3 or later … … 280 280 281 281 == Changelog == 282 283 = 2.2.2.1 = 284 * Sigh. Just added a forgotten file (from 2.2.2). The default 285 video (mentioned in the 2.2.2 entry, below) would be 286 missing, because I neglected to 'svn add' it. Simple 287 mistake updating the repository. 288 289 This should not affect any but those who might try 290 using a URL that SWFPut rejects. Upgrade at your 291 convenience. 282 292 283 293 = 2.2.2 = … … 506 516 == Upgrade Notice == 507 517 518 = 2.2.2.1 = 519 * Sigh. Just added a forgotten file (from 2.2.2). 520 508 521 = 2.2.2 = 509 522 * Bug fix release. -
swfput/tags/2.2.2.1/swfput.php
r1069434 r1069675 4 4 Plugin URI: http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin 5 5 Description: Add Flash and HTML5 video to WordPress posts, pages, and widgets, from arbitrary URI's or media library ID's or files in your media upload directory tree (including uploads not in the WordPress media library). 6 Version: 2.2.2 6 Version: 2.2.2.1 7 7 Author: Ed Hynan 8 8 Author URI: http://agalena.nfshost.com/b1/ … … 115 115 116 116 // this version 117 const plugin_version = '2.2.2 ';117 const plugin_version = '2.2.2.1'; 118 118 119 119 // the widget class name -
swfput/tags/2.2.2.1/version.sh
r1069434 r1069675 4 4 VMINOR=2 5 5 RMAJOR=2 6 RMINOR= 06 RMINOR=1 7 7 8 8 V="$VMAJOR.$VMINOR.$RMAJOR" -
swfput/trunk/Makefile
r1069434 r1069675 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 2.2.2 4 PRJVERS = 2.2.2.1 5 5 PRJSTEM = swfput 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
swfput/trunk/readme.txt
r1069434 r1069675 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.1 7 Stable tag: 2.2.2 7 Stable tag: 2.2.2.1 8 8 Text Domain: swfput_l10n 9 9 License: GPLv3 or later … … 280 280 281 281 == Changelog == 282 283 = 2.2.2.1 = 284 * Sigh. Just added a forgotten file (from 2.2.2). The default 285 video (mentioned in the 2.2.2 entry, below) would be 286 missing, because I neglected to 'svn add' it. Simple 287 mistake updating the repository. 288 289 This should not affect any but those who might try 290 using a URL that SWFPut rejects. Upgrade at your 291 convenience. 282 292 283 293 = 2.2.2 = … … 506 516 == Upgrade Notice == 507 517 518 = 2.2.2.1 = 519 * Sigh. Just added a forgotten file (from 2.2.2). 520 508 521 = 2.2.2 = 509 522 * Bug fix release. -
swfput/trunk/swfput.php
r1069434 r1069675 4 4 Plugin URI: http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin 5 5 Description: Add Flash and HTML5 video to WordPress posts, pages, and widgets, from arbitrary URI's or media library ID's or files in your media upload directory tree (including uploads not in the WordPress media library). 6 Version: 2.2.2 6 Version: 2.2.2.1 7 7 Author: Ed Hynan 8 8 Author URI: http://agalena.nfshost.com/b1/ … … 115 115 116 116 // this version 117 const plugin_version = '2.2.2 ';117 const plugin_version = '2.2.2.1'; 118 118 119 119 // the widget class name -
swfput/trunk/version.sh
r1069434 r1069675 4 4 VMINOR=2 5 5 RMAJOR=2 6 RMINOR= 06 RMINOR=1 7 7 8 8 V="$VMAJOR.$VMINOR.$RMAJOR"
Note: See TracChangeset
for help on using the changeset viewer.