From 3b2a0797628ad0c52c2796bd63e55cfeee366664 Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 24 Feb 2025 17:13:57 +0000 Subject: [PATCH] chore(release): 5.14.3 [skip ci] ## [5.14.3](https://github.com/Automattic/newspack-plugin/compare/v5.14.2...v5.14.3) (2025-02-24) ### Bug Fixes * **memberships:** ensure user membership is linked to the correct subscription ([#3768](https://github.com/Automattic/newspack-plugin/issues/3768)) ([a942616](https://github.com/Automattic/newspack-plugin/commit/a942616d4633ed48c33396b6c90ffa31a6a67bb6)) --- CHANGELOG.md | 7 +++++++ newspack.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9e193b3a..2099151cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.14.3](https://github.com/Automattic/newspack-plugin/compare/v5.14.2...v5.14.3) (2025-02-24) + + +### Bug Fixes + +* **memberships:** ensure user membership is linked to the correct subscription ([#3768](https://github.com/Automattic/newspack-plugin/issues/3768)) ([a942616](https://github.com/Automattic/newspack-plugin/commit/a942616d4633ed48c33396b6c90ffa31a6a67bb6)) + ## [5.14.2](https://github.com/Automattic/newspack-plugin/compare/v5.14.1...v5.14.2) (2025-02-20) diff --git a/newspack.php b/newspack.php index c0f5b5eedd..3207a3e886 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.14.2 + * Version: 5.14.3 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_PLUGIN_VERSION', '5.14.2' ); +define( 'NEWSPACK_PLUGIN_VERSION', '5.14.3' ); // Define NEWSPACK_PLUGIN_FILE. if ( ! defined( 'NEWSPACK_PLUGIN_FILE' ) ) { diff --git a/package-lock.json b/package-lock.json index fc631f3a4b..0c11cf4bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "5.14.2", + "version": "5.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack", - "version": "5.14.2", + "version": "5.14.3", "dependencies": { "classnames": "^2.5.1", "colord": "^2.9.3", diff --git a/package.json b/package.json index 314dc06a8b..a1c4207e27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "5.14.2", + "version": "5.14.3", "description": "The Newspack plugin. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-plugin/issues"