Disable XML-RPC-API - Version 1.0.1

Version Description

Download this release

Release Info

Developer aminnz
Plugin Icon 128x128 Disable XML-RPC-API
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

disable-xml-rpc-api/disable-xml-rpc-api.php CHANGED
@@ -3,8 +3,8 @@
3
  Plugin Name: Disable XML-RPC-API
4
  Plugin URI: https://kafeweb.com/
5
  Description: Simple plugin to disable XML-RPC API and X-Pingback in WordPress 3.5+ for faster and more secure website.
6
- Version: 1.0.0
7
- Tested up to: 5.5.3
8
  Requires at least: 3.5
9
  Author: Amin Nazemi
10
  Author URI: https://kafeweb.com/
3
  Plugin Name: Disable XML-RPC-API
4
  Plugin URI: https://kafeweb.com/
5
  Description: Simple plugin to disable XML-RPC API and X-Pingback in WordPress 3.5+ for faster and more secure website.
6
+ Version: 1.0.1
7
+ Tested up to: 5.6
8
  Requires at least: 3.5
9
  Author: Amin Nazemi
10
  Author URI: https://kafeweb.com/
disable-xml-rpc-api/readme.txt CHANGED
@@ -4,9 +4,9 @@ Plugin Name: Disable XML-RPC-API
4
  Plugin URI: https://kafeweb.com/
5
  Description: Simple plugin to disable XML-RPC API and X-Pingback in WordPress 3.5+ for faster and more secure website.
6
  Tags: disable xml-rpc, disable xmlrpc,remove xmlrpc, XML-RPC, xmlrpc.php, XML-RPC API, stop brute force attacks
7
- Version: 1.0.0
8
- Tested up to: 5.5.3
9
- Requires at least: 3.5
10
  Author: Amin Nazemi
11
  Author URI: https://kafeweb.com/
12
  License: GPLv2
@@ -51,9 +51,11 @@ There are three easy methods for checking if XML-RPC is off:
51
  If the plugin is activated, but XML-RPC appears to still be working ... OR ... the plugin is deactivated, but XML-RPC is not working, then it's possible that another plugin or theme function is affecting the xmlrpc_enabled filter.
52
 
53
  == Screenshots ==
54
-
55
  == Changelog ==
56
 
57
  = 1.0.0 =
58
  * Initial release
59
 
 
 
4
  Plugin URI: https://kafeweb.com/
5
  Description: Simple plugin to disable XML-RPC API and X-Pingback in WordPress 3.5+ for faster and more secure website.
6
  Tags: disable xml-rpc, disable xmlrpc,remove xmlrpc, XML-RPC, xmlrpc.php, XML-RPC API, stop brute force attacks
7
+ Version: 1.0.1
8
+ Tested up to: 5.6
9
+ Requires at least: 3.5
10
  Author: Amin Nazemi
11
  Author URI: https://kafeweb.com/
12
  License: GPLv2
51
  If the plugin is activated, but XML-RPC appears to still be working ... OR ... the plugin is deactivated, but XML-RPC is not working, then it's possible that another plugin or theme function is affecting the xmlrpc_enabled filter.
52
 
53
  == Screenshots ==
54
+ screenshot-1.png
55
  == Changelog ==
56
 
57
  = 1.0.0 =
58
  * Initial release
59
 
60
+ = 1.0.1 =
61
+ * Fix bugs