Skip to content

Commit

Permalink
Merge pull request #118 from alleyinteractive/feature/version-3-5-0
Browse files Browse the repository at this point in the history
Feature/version 3 5 0
  • Loading branch information
jakewrfoster authored Nov 6, 2024
2 parents 3f53974 + 0e01941 commit 704e9af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-alleyvate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704e9af

Please sign in to comment.