Plugin Directory

Changeset 1271366


Ignore:
Timestamp:
10/22/2015 09:57:15 PM (10 years ago)
Author:
EdHynan
Message:

Fix old broken URLs (sigh).

Location:
swfput/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • swfput/trunk/readme.txt

    r1259400 r1271366  
    260260
    261261Post a comment at
    262 http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin/
     262//agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/
    263263or email edhynan at the email provider 'gmail' with the
    264264top level domain 'com', or of course go the the SWFPut
  • swfput/trunk/swfput.php

    r1259400 r1271366  
    22/*
    33Plugin Name: SWFPut
    4 Plugin URI: http://agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin
     4Plugin 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).
    66Version: 3.0.5
    77Author: Ed Hynan
    8 Author URI: http://agalena.nfshost.com/b1/
     8Author URI: //agalena.nfshost.com/b1/
    99License: GNU GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)
    1010Text Domain: swfput_l10n
     
    111111class SWF_put_evh {
    112112    // web page as of release
    113     const plugin_webpage = '//agalena.nfshost.com/b1/swfput-html5-flash-wordpress-plugin';
     113    const plugin_webpage = '//agalena.nfshost.com/b1/software/swfput-html5-flash-wordpress-plugin/';
    114114   
    115115    // this version
Note: See TracChangeset for help on using the changeset viewer.