Changeset 970797
- Timestamp:
- 08/22/2014 03:53:58 PM (12 years ago)
- Location:
- swfput
- Files:
-
- 1 added
- 9 edited
-
assets/icon.svg (added)
-
trunk/Makefile (modified) (1 diff)
-
trunk/README.html (modified) (1 diff)
-
trunk/README.pdf (modified) (previous)
-
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) (1 diff)
-
trunk/version.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swfput/trunk/Makefile
r963015 r970797 2 2 # License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) 3 3 4 PRJVERS = 2.2. 04 PRJVERS = 2.2.1 5 5 PRJSTEM = swfput 6 6 PRJNAME = $(PRJSTEM)-$(PRJVERS) -
swfput/trunk/README.html
r963015 r970797 1 1 <!-- Creator : groff version 1.22.2 --> 2 <!-- CreationDate: Sat Aug 9 09:25:022014 -->2 <!-- CreationDate: Sat Aug 9 11:18:14 2014 --> 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4 4 "http://www.w3.org/TR/html4/loose.dtd"> -
swfput/trunk/locale/swfput_l10n-en_US.po
r963015 r970797 1 # swfput 2.2. 0Pot Source1 # swfput 2.2.1 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 2.2. 0\n"9 "Project-Id-Version: swfput 2.2.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2014-08-09 0 7:49-0400\n"12 "PO-Revision-Date: 2014-08-09 0 7:49EDT\n"11 "POT-Creation-Date: 2014-08-09 09:56-0400\n" 12 "PO-Revision-Date: 2014-08-09 09:56 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
r963015 r970797 1 # swfput 2.2. 0Pot Source1 # swfput 2.2.1 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 2.2. 0\n"9 "Project-Id-Version: swfput 2.2.1\n" 10 10 "Report-Msgid-Bugs-To: edhynan@gmail.com\n" 11 "POT-Creation-Date: 2014-08-09 0 7:49-0400\n"11 "POT-Creation-Date: 2014-08-09 09:56-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
r963015 r970797 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.0 7 Stable tag: 2.2 7 Stable tag: 2.2.1 8 8 Text Domain: swfput_l10n 9 9 License: GPLv3 or later … … 15 15 16 16 SWFPut provides 'responsive' video for posts and pages. 17 SWFPut make the presentation of video reliable for your17 SWFPut makes the presentation of video reliable for your 18 18 visitors: several conditions are handled well, such as 19 19 the uneven support for HTML5 video formats in the major … … 28 28 SWFPut video is 'responsive': it should display at a 29 29 suitable size on your visitor's device, whether large 30 or small (a responsive WordPress is necessary).30 or small (a responsive WordPress theme is necessary). 31 31 32 32 SWFPut makes video setup easy and flexible by providing -
swfput/trunk/swfput.php
r963015 r970797 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 6 Version: 2.2.1 7 7 Author: Ed Hynan 8 8 Author URI: http://agalena.nfshost.com/b1/ -
swfput/trunk/version.sh
r963015 r970797 3 3 VMAJOR=2 4 4 VMINOR=2 5 RMAJOR= 05 RMAJOR=1 6 6 RMINOR=0 7 7
Note: See TracChangeset
for help on using the changeset viewer.