diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e5801e0f..a1a2a19a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.10.5](https://github.com/Automattic/newspack-plugin/compare/v5.10.4...v5.10.5) (2025-01-07) + + +### Bug Fixes + +* **recaptcha:** verify v2 on all modal checkout requests ([#3644](https://github.com/Automattic/newspack-plugin/issues/3644)) ([88277e9](https://github.com/Automattic/newspack-plugin/commit/88277e9b77151b8dc176cae09b2a92989ac4ddf4)) + ## [5.10.4](https://github.com/Automattic/newspack-plugin/compare/v5.10.3...v5.10.4) (2024-12-23) diff --git a/newspack.php b/newspack.php index 28acf7c8bc..63f64fe172 100644 --- a/newspack.php +++ b/newspack.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack * Description: An advanced open-source publishing and revenue-generating platform for news organizations. - * Version: 5.10.4 + * Version: 5.10.5 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_PLUGIN_VERSION', '5.10.4' ); +define( 'NEWSPACK_PLUGIN_VERSION', '5.10.5' ); // Define NEWSPACK_PLUGIN_FILE. if ( ! defined( 'NEWSPACK_PLUGIN_FILE' ) ) { diff --git a/package-lock.json b/package-lock.json index 42bc041d5d..eb2ea5ec84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "5.10.4", + "version": "5.10.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack", - "version": "5.10.4", + "version": "5.10.5", "dependencies": { "classnames": "^2.5.1", "colord": "^2.9.3", diff --git a/package.json b/package.json index f7c8e7e735..47794728cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "5.10.4", + "version": "5.10.5", "description": "The Newspack plugin. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-plugin/issues"