Plugin Directory

Changeset 1069675


Ignore:
Timestamp:
01/16/2015 08:59:18 PM (11 years ago)
Author:
EdHynan
Message:

minor revision due to forgotten file.

Location:
swfput
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • swfput/tags/2.2.2.1/Makefile

    r1069434 r1069675  
    22# License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)
    33
    4 PRJVERS = 2.2.2
     4PRJVERS = 2.2.2.1
    55PRJSTEM = swfput
    66PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • swfput/tags/2.2.2.1/readme.txt

    r1069434 r1069675  
    55Requires at least: 3.0.2
    66Tested up to: 4.1
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.2.1
    88Text Domain: swfput_l10n
    99License: GPLv3 or later
     
    280280
    281281== 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.
    282292
    283293= 2.2.2 =
     
    506516== Upgrade Notice ==
    507517
     518= 2.2.2.1 =
     519* Sigh. Just added a forgotten file (from 2.2.2).
     520
    508521= 2.2.2 =
    509522* Bug fix release.
  • swfput/tags/2.2.2.1/swfput.php

    r1069434 r1069675  
    44Plugin URI: http://agalena.nfshost.com/b1/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: 2.2.2
     6Version: 2.2.2.1
    77Author: Ed Hynan
    88Author URI: http://agalena.nfshost.com/b1/
     
    115115   
    116116    // this version
    117     const plugin_version = '2.2.2';
     117    const plugin_version = '2.2.2.1';
    118118   
    119119    // the widget class name
  • swfput/tags/2.2.2.1/version.sh

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

    r1069434 r1069675  
    22# License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)
    33
    4 PRJVERS = 2.2.2
     4PRJVERS = 2.2.2.1
    55PRJSTEM = swfput
    66PRJNAME = $(PRJSTEM)-$(PRJVERS)
  • swfput/trunk/readme.txt

    r1069434 r1069675  
    55Requires at least: 3.0.2
    66Tested up to: 4.1
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.2.1
    88Text Domain: swfput_l10n
    99License: GPLv3 or later
     
    280280
    281281== 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.
    282292
    283293= 2.2.2 =
     
    506516== Upgrade Notice ==
    507517
     518= 2.2.2.1 =
     519* Sigh. Just added a forgotten file (from 2.2.2).
     520
    508521= 2.2.2 =
    509522* Bug fix release.
  • swfput/trunk/swfput.php

    r1069434 r1069675  
    44Plugin URI: http://agalena.nfshost.com/b1/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: 2.2.2
     6Version: 2.2.2.1
    77Author: Ed Hynan
    88Author URI: http://agalena.nfshost.com/b1/
     
    115115   
    116116    // this version
    117     const plugin_version = '2.2.2';
     117    const plugin_version = '2.2.2.1';
    118118   
    119119    // the widget class name
  • swfput/trunk/version.sh

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