diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa69310..b4894d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C ## Unreleased +## 3.5.0 + +### Added + +* Added build release scripts and GitHub Actions for automated releases (used for this release). +* Added a feature to disable XML-RPC (and removes all methods) for all requests that come from IPs that are not known Jetpack IPs. + ### Fixed * `login_nonce`: Fixed issue where loading cached version of login page would store invalid nonce. diff --git a/README.md b/README.md index d012f93c..c4ab1ceb 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,10 @@ This feature disables WordPress sticky posts entirely, including the ability to This feature disables WordPress from sending or receiving trackbacks or pingbacks. +### `disable_xmlrpc` + +This feature disables XML-RPC (and removes all methods) for all requests made to XML-RPC that come from IPs that are not known Jetpack IPs. + ### `force_two_factor_authentication` This feature forces users with `edit_posts` permissions to use two factor authentication (2fa) for their accounts. diff --git a/wp-alleyvate.php b/wp-alleyvate.php index e3ed8954..12e14cf7 100644 --- a/wp-alleyvate.php +++ b/wp-alleyvate.php @@ -14,7 +14,7 @@ * Plugin Name: Alleyvate * Plugin URI: https://github.com/alleyinteractive/wp-alleyvate * Description: Defaults for WordPress sites by Alley - * Version: 3.4.0 + * Version: 3.5.0 * Author: Alley * Author URI: https://www.alley.com * Requires at least: 6.2