Disable XML-RPC - Version 1.0.1

Version Description

  • Blank lines removed from the plugin file.
Download this release

Release Info

Developer philerb
Plugin Icon wp plugin Disable XML-RPC
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0 to 1.0.1

Files changed (2) hide show
  1. disable-xml-rpc.php +2 -2
  2. readme.txt +8 -5
disable-xml-rpc.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Disable XML-RPC
4
  Plugin URI: http://www.philerb.com/wp-plugins/
5
  Description: This plugin disables XML-RPC API in WordPress 3.5+, which is enabled by default.
6
- Version: 1.0
7
  Author: Philip Erb
8
  Author URI: http://www.philerb.com
9
  License: GPLv2
@@ -27,4 +27,4 @@ License: GPLv2
27
  */
28
 
29
  add_filter( 'xmlrpc_enabled', '__return_false' );
30
- ?>
3
  Plugin Name: Disable XML-RPC
4
  Plugin URI: http://www.philerb.com/wp-plugins/
5
  Description: This plugin disables XML-RPC API in WordPress 3.5+, which is enabled by default.
6
+ Version: 1.0.1
7
  Author: Philip Erb
8
  Author URI: http://www.philerb.com
9
  License: GPLv2
27
  */
28
 
29
  add_filter( 'xmlrpc_enabled', '__return_false' );
30
+ ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: solvethenet, philerb
3
  Donate link: http://www.philerb.com/wp-plugins/appreciation/
4
  Tags: xmlrpc
5
  Requires at least: 3.5
6
- Tested up to: 4.1
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -32,16 +32,19 @@ No. This plugin is as simple as XML-RPC is off (plugin activated) or XML-RPC is
32
 
33
  = How do I know if the plugin is working? =
34
 
35
- There are two easy methods for checking if XML-RPC is off. First, try using an XML-RPC client, like the official WordPress mobile apps. Or you can try the XML-RPC Validator, written by Danilo Ercoli of the Automattic Mobile Team - the tool is available at [http://xmlrpc.eritreo.it/](http://xmlrpc.eritreo.it/) with a blog post about it at [http://daniloercoli.com/2012/05/15/wordpress-xml-rpc-endpoint-validator/](http://daniloercoli.com/2012/05/15/wordpress-xml-rpc-endpoint-validator/).
36
 
37
  == Screenshots ==
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 1.0 =
42
  * Initial release
43
 
44
  == Upgrade Notice ==
45
 
46
- = 1.0 =
47
- * Initial release
3
  Donate link: http://www.philerb.com/wp-plugins/appreciation/
4
  Tags: xmlrpc
5
  Requires at least: 3.5
6
+ Tested up to: 4.7
7
+ Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
32
 
33
  = How do I know if the plugin is working? =
34
 
35
+ There are two easy methods for checking if XML-RPC is off. First, try using an XML-RPC client, like the official WordPress mobile apps. Or you can try the XML-RPC Validator, written by Danilo Ercoli of the Automattic Mobile Team - the tool is available at [http://xmlrpc.eritreo.it/](http://xmlrpc.eritreo.it/) with a blog post about it at [http://daniloercoli.com/2012/05/15/wordpress-xml-rpc-endpoint-validator/](http://daniloercoli.com/2012/05/15/wordpress-xml-rpc-endpoint-validator/). Keep in mind that you want the validator to fail and tell you that XML-RPC services are disabled.
36
 
37
  == Screenshots ==
38
 
39
  == Changelog ==
40
 
41
+ = 1.0.1 =
42
+ * Blank lines removed from the plugin file.
43
+
44
  = 1.0 =
45
  * Initial release
46
 
47
  == Upgrade Notice ==
48
 
49
+ = 1.0.1 =
50
+ * Blank lines removed from the plugin file.