Plugin Directory

Changeset 1989590


Ignore:
Timestamp:
12/08/2018 10:31:34 PM (7 years ago)
Author:
WillBontrager
Message:

update

Location:
local-syndication
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • local-syndication/tags/1.51/trunk/local_syndication.php

    r1975581 r1989590  
    44Plugin URI: https://www.willmaster.com/software/WPplugins/
    55Description: Insert content of any page/file/script at any URL on the Internet into any WordPress post or page.
    6 Version: 1.5
    7 Date: 15 November 2018
     6Version: 1.51
     7Date: 8 December 2018
    88Author: Will Bontrager Software, LLC <will@willmaster.com>
    99Author URI: https://www.willmaster.com/contact.php
     
    2727Note: This plugin requires WordPress version 3.0 or higher.
    2828
    29 Tested up to WP version 4.9.8
     29Tested up to WP version 5.0
    3030
    3131Information about the Local Syndication plugin can be found here:
     
    143143
    144144    add_shortcode('syndicate_local','will_bontrager_local_syndication');
    145 
    146145} # if( ! function_exists('will_bontrager_local_syndication') )
    147 
    148146?>
  • local-syndication/tags/1.51/trunk/readme.txt

    r1975613 r1989590  
    9696== Changelog ==
    9797
     98= 1.51 =
     99Tested to WordPress version 5.0
     100
    98101= 1.5 =
    99102Added JavaScript code import and publishing.
  • local-syndication/trunk/local_syndication.php

    r1975581 r1989590  
    44Plugin URI: https://www.willmaster.com/software/WPplugins/
    55Description: Insert content of any page/file/script at any URL on the Internet into any WordPress post or page.
    6 Version: 1.5
    7 Date: 15 November 2018
     6Version: 1.51
     7Date: 8 December 2018
    88Author: Will Bontrager Software, LLC <will@willmaster.com>
    99Author URI: https://www.willmaster.com/contact.php
     
    2727Note: This plugin requires WordPress version 3.0 or higher.
    2828
    29 Tested up to WP version 4.9.8
     29Tested up to WP version 5.0
    3030
    3131Information about the Local Syndication plugin can be found here:
     
    143143
    144144    add_shortcode('syndicate_local','will_bontrager_local_syndication');
    145 
    146145} # if( ! function_exists('will_bontrager_local_syndication') )
    147 
    148146?>
  • local-syndication/trunk/readme.txt

    r1975613 r1989590  
    9696== Changelog ==
    9797
     98= 1.51 =
     99Tested to WordPress version 5.0
     100
    98101= 1.5 =
    99102Added JavaScript code import and publishing.
Note: See TracChangeset for help on using the changeset viewer.