Plugin Directory

Changeset 2089226


Ignore:
Timestamp:
05/16/2019 02:59:06 PM (7 years ago)
Author:
EdHynan
Message:

Fix error in previous verion bump: missed main php file

Location:
swfput
Files:
18 edited
1 copied

Legend:

Unmodified
Added
Removed
  • swfput/tags/3.1.0.1/Makefile

    r2089186 r2089226  
    1616#  MA 02110-1301, USA.
    1717
    18 PRJVERS = 3.1.0
     18PRJVERS = 3.1.0.1
    1919PRJSTEM = swfput
    2020PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • swfput/tags/3.1.0.1/README.html

    r2089186 r2089226  
    11<!-- Creator     : groff version 1.22.1 -->
    2 <!-- CreationDate: Thu May 16 10:27:49 2019 -->
     2<!-- CreationDate: Thu May 16 10:56:02 2019 -->
    33<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    44"http://www.w3.org/TR/html4/loose.dtd">
  • swfput/tags/3.1.0.1/locale/swfput_l10n-en_US.po

    r2089186 r2089226  
    99"Project-Id-Version: swfput 3.1.0\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2019-05-16 10:12-0400\n"
    12 "PO-Revision-Date: 2019-05-16 10:12 EDT\n"
     11"POT-Creation-Date: 2019-05-16 10:56-0400\n"
     12"PO-Revision-Date: 2019-05-16 10:56 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • swfput/tags/3.1.0.1/locale/swfput_l10n.pot

    r2089186 r2089226  
    99"Project-Id-Version: swfput 3.1.0\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2019-05-16 10:12-0400\n"
     11"POT-Creation-Date: 2019-05-16 10:56-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • swfput/tags/3.1.0.1/readme.txt

    r2089186 r2089226  
    55Requires at least: 4.3
    66Tested up to: 5.2
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.0.1
    88Text Domain: swfput_l10n
    99License: GPLv3 or later
  • swfput/tags/3.1.0.1/swfput.php

    r2089186 r2089226  
    44Plugin URI: //agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/
    55Description: 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.9
     6Version: 3.1.0.1
    77Author: Ed Hynan
    88Author URI: //agalena.nfshost.com/b1/
     
    114114   
    115115    // this version
    116     const plugin_version = '3.1.0';
     116    const plugin_version = '3.1.0.1';
    117117   
    118118    // the widget class name
  • swfput/tags/3.1.0.1/version.sh

    r2089186 r2089226  
    44VMINOR=1
    55RMAJOR=0
    6 RMINOR=0
     6RMINOR=1
    77
    88V="$VMAJOR.$VMINOR.$RMAJOR"
  • swfput/trunk/Makefile

    r2089186 r2089226  
    1616#  MA 02110-1301, USA.
    1717
    18 PRJVERS = 3.1.0
     18PRJVERS = 3.1.0.1
    1919PRJSTEM = swfput
    2020PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • swfput/trunk/README.html

    r2089186 r2089226  
    11<!-- Creator     : groff version 1.22.1 -->
    2 <!-- CreationDate: Thu May 16 10:27:49 2019 -->
     2<!-- CreationDate: Thu May 16 10:56:02 2019 -->
    33<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    44"http://www.w3.org/TR/html4/loose.dtd">
  • swfput/trunk/locale/swfput_l10n-en_US.po

    r2089186 r2089226  
    99"Project-Id-Version: swfput 3.1.0\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2019-05-16 10:12-0400\n"
    12 "PO-Revision-Date: 2019-05-16 10:12 EDT\n"
     11"POT-Creation-Date: 2019-05-16 10:56-0400\n"
     12"PO-Revision-Date: 2019-05-16 10:56 EDT\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • swfput/trunk/locale/swfput_l10n.pot

    r2089186 r2089226  
    99"Project-Id-Version: swfput 3.1.0\n"
    1010"Report-Msgid-Bugs-To: edhynan@gmail.com\n"
    11 "POT-Creation-Date: 2019-05-16 10:12-0400\n"
     11"POT-Creation-Date: 2019-05-16 10:56-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • swfput/trunk/readme.txt

    r2089186 r2089226  
    55Requires at least: 4.3
    66Tested up to: 5.2
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.0.1
    88Text Domain: swfput_l10n
    99License: GPLv3 or later
  • swfput/trunk/swfput.php

    r2089186 r2089226  
    44Plugin URI: //agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/
    55Description: 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.9
     6Version: 3.1.0.1
    77Author: Ed Hynan
    88Author URI: //agalena.nfshost.com/b1/
     
    114114   
    115115    // this version
    116     const plugin_version = '3.1.0';
     116    const plugin_version = '3.1.0.1';
    117117   
    118118    // the widget class name
  • swfput/trunk/version.sh

    r2089186 r2089226  
    44VMINOR=1
    55RMAJOR=0
    6 RMINOR=0
     6RMINOR=1
    77
    88V="$VMAJOR.$VMINOR.$RMAJOR"
Note: See TracChangeset for help on using the changeset viewer.