Changeset 1989590
- Timestamp:
- 12/08/2018 10:31:34 PM (7 years ago)
- Location:
- local-syndication
- Files:
-
- 4 edited
- 1 copied
-
tags/1.51/trunk (copied) (copied from local-syndication/trunk)
-
tags/1.51/trunk/local_syndication.php (modified) (3 diffs)
-
tags/1.51/trunk/readme.txt (modified) (1 diff)
-
trunk/local_syndication.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
local-syndication/tags/1.51/trunk/local_syndication.php
r1975581 r1989590 4 4 Plugin URI: https://www.willmaster.com/software/WPplugins/ 5 5 Description: 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 20186 Version: 1.51 7 Date: 8 December 2018 8 8 Author: Will Bontrager Software, LLC <will@willmaster.com> 9 9 Author URI: https://www.willmaster.com/contact.php … … 27 27 Note: This plugin requires WordPress version 3.0 or higher. 28 28 29 Tested up to WP version 4.9.829 Tested up to WP version 5.0 30 30 31 31 Information about the Local Syndication plugin can be found here: … … 143 143 144 144 add_shortcode('syndicate_local','will_bontrager_local_syndication'); 145 146 145 } # if( ! function_exists('will_bontrager_local_syndication') ) 147 148 146 ?> -
local-syndication/tags/1.51/trunk/readme.txt
r1975613 r1989590 96 96 == Changelog == 97 97 98 = 1.51 = 99 Tested to WordPress version 5.0 100 98 101 = 1.5 = 99 102 Added JavaScript code import and publishing. -
local-syndication/trunk/local_syndication.php
r1975581 r1989590 4 4 Plugin URI: https://www.willmaster.com/software/WPplugins/ 5 5 Description: 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 20186 Version: 1.51 7 Date: 8 December 2018 8 8 Author: Will Bontrager Software, LLC <will@willmaster.com> 9 9 Author URI: https://www.willmaster.com/contact.php … … 27 27 Note: This plugin requires WordPress version 3.0 or higher. 28 28 29 Tested up to WP version 4.9.829 Tested up to WP version 5.0 30 30 31 31 Information about the Local Syndication plugin can be found here: … … 143 143 144 144 add_shortcode('syndicate_local','will_bontrager_local_syndication'); 145 146 145 } # if( ! function_exists('will_bontrager_local_syndication') ) 147 148 146 ?> -
local-syndication/trunk/readme.txt
r1975613 r1989590 96 96 == Changelog == 97 97 98 = 1.51 = 99 Tested to WordPress version 5.0 100 98 101 = 1.5 = 99 102 Added JavaScript code import and publishing.
Note: See TracChangeset
for help on using the changeset viewer.