File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schemas.wp.org/trunk/wp-env.json" ,
33 "testsEnvironment" : false ,
4- "core" : " WordPress/WordPress#6.3" ,
4+ "port" : 8888 ,
5+ "core" : " WordPress/WordPress#7.0-branch" ,
56 "plugins" : [" ./rsscloud" ],
67 "phpVersion" : " 7.4" ,
78 "phpmyadminPort" : 9000 ,
Original file line number Diff line number Diff line change 22 "$schema" : " https://schemas.wp.org/trunk/wp-env.json" ,
33 "testsEnvironment" : false ,
44 "port" : 8889 ,
5- "core" : " WordPress/WordPress#6.3 " ,
5+ "core" : " WordPress/WordPress#7.0-branch " ,
66 "plugins" : [" ./rsscloud" ],
7+ "phpVersion" : " 7.4" ,
78 "config" : {
89 "WP_DEBUG" : false ,
910 "SCRIPT_DEBUG" : false
Original file line number Diff line number Diff line change 22Contributors: josephscott, automattic
33Tags: rss
44Requires at least: 2.8
5- Tested up to: 6.9
6- Stable tag: 0.5.0
5+ Tested up to: 7.0
6+ Stable tag: 0.5.1
77License: GPL-2.0-or-later
88License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
@@ -15,6 +15,9 @@ Adds RSSCloud ( http://rsscloud.co/ ) capabilities to your RSS feed.
1515
1616== Changelog ==
1717
18+ = 0.5.1 =
19+ * Fix loose comparisons to use strict equality operators per WordPress coding standards
20+
1821= 0.5.0 =
1922* Updates to support PHP 8+
2023* Check for http scheme in the $notify_url, add it if missing
Original file line number Diff line number Diff line change 33Plugin Name: RSS Cloud
44Plugin URI:
55Description: Ping RSS Cloud servers
6- Version: 0.5.0
6+ Version: 0.5.1
77Author: Joseph Scott
88Author URI: http://josephscott.org/
99License: GPL-2.0-or-later
1717// define( 'RSSCLOUD_NOTIFICATIONS_INSTANT', true );
1818
1919if ( ! defined ( 'RSSCLOUD_USER_AGENT ' ) ) {
20- define ( 'RSSCLOUD_USER_AGENT ' , 'WordPress/RSSCloud 0.5.0 ' );
20+ define ( 'RSSCLOUD_USER_AGENT ' , 'WordPress/RSSCloud 0.5.1 ' );
2121}
2222
2323if ( ! defined ( 'RSSCLOUD_MAX_FAILURES ' ) ) {
You can’t perform that action at this time.
0 commit comments