Changeset 1205681
- Timestamp:
- 07/24/2015 11:15:44 AM (11 years ago)
- Location:
- swfput
- Files:
-
- 20 edited
- 1 copied
-
tags/3.0.2 (copied) (copied from swfput/trunk)
-
tags/3.0.2/Makefile (modified) (1 diff)
-
tags/3.0.2/README.html (modified) (1 diff)
-
tags/3.0.2/README.pdf (modified) (previous)
-
tags/3.0.2/js/putswf_tpl.php (modified) (1 diff)
-
tags/3.0.2/locale/swfput_l10n-en_US.mo (modified) (previous)
-
tags/3.0.2/locale/swfput_l10n-en_US.po (modified) (2 diffs)
-
tags/3.0.2/locale/swfput_l10n.pot (modified) (2 diffs)
-
tags/3.0.2/readme.txt (modified) (3 diffs)
-
tags/3.0.2/swfput.php (modified) (3 diffs)
-
tags/3.0.2/version.sh (modified) (1 diff)
-
trunk/Makefile (modified) (1 diff)
-
trunk/README.html (modified) (1 diff)
-
trunk/README.pdf (modified) (previous)
-
trunk/js/putswf_tpl.php (modified) (1 diff)
-
trunk/locale/swfput_l10n-en_US.mo (modified) (previous)
-
trunk/locale/swfput_l10n-en_US.po (modified) (2 diffs)
-
trunk/locale/swfput_l10n.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/swfput.php (modified) (3 diffs)
-
trunk/version.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swfput/tags/3.0.2/Makefile
r1192893 r1205681 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 3.0. 14 PRJVERS = 3.0.2 5 5 PRJSTEM = swfput 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
swfput/tags/3.0.2/README.html
r1192893 r1205681 1 1 <!-- Creator : groff version 1.22.2 --> 2 <!-- CreationDate: Sun Jul 5 15:09:042015 -->2 <!-- CreationDate: Fri Jul 24 07:04:40 2015 --> 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4 4 "http://www.w3.org/TR/html4/loose.dtd"> -
swfput/tags/3.0.2/js/putswf_tpl.php
r1146360 r1205681 199 199 ? d.attachment.attributes : false, 200 200 sctag = oldatts.shortcode.tag, 201 caption = oldatts.c aption || oldatts.shortcode.content; //( newatts && newatts.caption) ? newatts.caption : oldatts.content201 caption = oldatts.content || oldatts.shortcode.content || oldatts.caption || ''; //( newatts && ) ? newatts.caption : oldatts.content 202 202 vid_add = 203 203 ( newatts && newatts.putswf_action === 'add_video' ) -
swfput/tags/3.0.2/locale/swfput_l10n-en_US.po
r1192893 r1205681 1 # swfput 3.0. 1Pot Source1 # swfput 3.0.2 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the swfput package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: swfput 3.0. 1\n"9 "Project-Id-Version: swfput 3.0.2\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2015-07- 03 13:09-0400\n"12 "PO-Revision-Date: 2015-07- 03 13:09EDT\n"11 "POT-Creation-Date: 2015-07-24 07:04-0400\n" 12 "PO-Revision-Date: 2015-07-24 07:04 EDT\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
swfput/tags/3.0.2/locale/swfput_l10n.pot
r1192893 r1205681 1 # swfput 3.0. 1Pot Source1 # swfput 3.0.2 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the swfput package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: swfput 3.0. 1\n"9 "Project-Id-Version: swfput 3.0.2\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2015-07- 03 13:09-0400\n"11 "POT-Creation-Date: 2015-07-24 07:04-0400\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
swfput/tags/3.0.2/readme.txt
r1192893 r1205681 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.3 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 8 8 Text Domain: swfput_l10n 9 9 License: GPLv3 or later … … 281 281 282 282 == Changelog == 283 284 = 3.0.2 = 285 * The just released WordPress 4.2.3 security revision includes 286 a change that appeared in WP 4.3beta1. This release of SWFPut 287 adjusts a version check so that the changes of SWFPut 3.0.1 288 take effect for WordPress 4.2.3. 289 * Fixed bug in new visual editor dialog code that caused changes 290 in the caption field to be lost on switching to another tab. 283 291 284 292 = 3.0.1 = … … 557 565 == Upgrade Notice == 558 566 567 = 3.0.2 = 568 * The just released WordPress 4.2.3 security revision includes 569 a change that appeared in WP 4.3beta1. This release of SWFPut 570 adjusts a version check so that the changes of SWFPut 3.0.1 571 take effect for WordPress 4.2.3. 572 * Fixed bug in new visual editor dialog code that caused changes 573 in the caption field to be lost on switching to another tab. 574 559 575 = 3.0.1 = 560 576 * Fix new mce-view visual editor presentation with WP 4.3beta1. -
swfput/tags/3.0.2/swfput.php
r1192893 r1205681 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: 3.0. 16 Version: 3.0.2 7 7 Author: Ed Hynan 8 8 Author URI: http://agalena.nfshost.com/b1/ … … 114 114 115 115 // this version 116 const plugin_version = '3.0. 1';116 const plugin_version = '3.0.2'; 117 117 118 118 // the widget class name … … 865 865 866 866 if ( $shiny ) { 867 $v = (4 << 24) | ( 3 << 16) | (0<< 8) | 0;867 $v = (4 << 24) | (2 << 16) | (3 << 8) | 0; 868 868 $shiny = self::wpv_min($v); 869 869 -
swfput/tags/3.0.2/version.sh
r1192893 r1205681 3 3 VMAJOR=3 4 4 VMINOR=0 5 RMAJOR= 15 RMAJOR=2 6 6 RMINOR=0 7 7 -
swfput/trunk/Makefile
r1192893 r1205681 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 3.0. 14 PRJVERS = 3.0.2 5 5 PRJSTEM = swfput 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
swfput/trunk/README.html
r1192893 r1205681 1 1 <!-- Creator : groff version 1.22.2 --> 2 <!-- CreationDate: Sun Jul 5 15:09:042015 -->2 <!-- CreationDate: Fri Jul 24 07:04:40 2015 --> 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4 4 "http://www.w3.org/TR/html4/loose.dtd"> -
swfput/trunk/js/putswf_tpl.php
r1146360 r1205681 199 199 ? d.attachment.attributes : false, 200 200 sctag = oldatts.shortcode.tag, 201 caption = oldatts.c aption || oldatts.shortcode.content; //( newatts && newatts.caption) ? newatts.caption : oldatts.content201 caption = oldatts.content || oldatts.shortcode.content || oldatts.caption || ''; //( newatts && ) ? newatts.caption : oldatts.content 202 202 vid_add = 203 203 ( newatts && newatts.putswf_action === 'add_video' ) -
swfput/trunk/locale/swfput_l10n-en_US.po
r1192893 r1205681 1 # swfput 3.0. 1Pot Source1 # swfput 3.0.2 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the swfput package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: swfput 3.0. 1\n"9 "Project-Id-Version: swfput 3.0.2\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2015-07- 03 13:09-0400\n"12 "PO-Revision-Date: 2015-07- 03 13:09EDT\n"11 "POT-Creation-Date: 2015-07-24 07:04-0400\n" 12 "PO-Revision-Date: 2015-07-24 07:04 EDT\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
swfput/trunk/locale/swfput_l10n.pot
r1192893 r1205681 1 # swfput 3.0. 1Pot Source1 # swfput 3.0.2 Pot Source 2 2 # Copyright (C) 2013 Ed Hynan 3 3 # This file is distributed under the same license as the swfput package. … … 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: swfput 3.0. 1\n"9 "Project-Id-Version: swfput 3.0.2\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2015-07- 03 13:09-0400\n"11 "POT-Creation-Date: 2015-07-24 07:04-0400\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
swfput/trunk/readme.txt
r1192893 r1205681 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.3 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 8 8 Text Domain: swfput_l10n 9 9 License: GPLv3 or later … … 281 281 282 282 == Changelog == 283 284 = 3.0.2 = 285 * The just released WordPress 4.2.3 security revision includes 286 a change that appeared in WP 4.3beta1. This release of SWFPut 287 adjusts a version check so that the changes of SWFPut 3.0.1 288 take effect for WordPress 4.2.3. 289 * Fixed bug in new visual editor dialog code that caused changes 290 in the caption field to be lost on switching to another tab. 283 291 284 292 = 3.0.1 = … … 557 565 == Upgrade Notice == 558 566 567 = 3.0.2 = 568 * The just released WordPress 4.2.3 security revision includes 569 a change that appeared in WP 4.3beta1. This release of SWFPut 570 adjusts a version check so that the changes of SWFPut 3.0.1 571 take effect for WordPress 4.2.3. 572 * Fixed bug in new visual editor dialog code that caused changes 573 in the caption field to be lost on switching to another tab. 574 559 575 = 3.0.1 = 560 576 * Fix new mce-view visual editor presentation with WP 4.3beta1. -
swfput/trunk/swfput.php
r1192893 r1205681 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: 3.0. 16 Version: 3.0.2 7 7 Author: Ed Hynan 8 8 Author URI: http://agalena.nfshost.com/b1/ … … 114 114 115 115 // this version 116 const plugin_version = '3.0. 1';116 const plugin_version = '3.0.2'; 117 117 118 118 // the widget class name … … 865 865 866 866 if ( $shiny ) { 867 $v = (4 << 24) | ( 3 << 16) | (0<< 8) | 0;867 $v = (4 << 24) | (2 << 16) | (3 << 8) | 0; 868 868 $shiny = self::wpv_min($v); 869 869 -
swfput/trunk/version.sh
r1192893 r1205681 3 3 VMAJOR=3 4 4 VMINOR=0 5 RMAJOR= 15 RMAJOR=2 6 6 RMINOR=0 7 7
Note: See TracChangeset
for help on using the changeset viewer.