From 6f614a6c7282cb16aa8fc3504fce706d59ff22a9 Mon Sep 17 00:00:00 2001 From: matticbot Date: Tue, 8 Oct 2024 19:56:54 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/Automattic/newspack-network/compare/v2.1.0...v2.2.0) (2024-10-08) ### Bug Fixes * **sync:** use `newspack_esp_sync_contact` filter for the `network_registration_site` field ([#132](https://github.com/Automattic/newspack-network/issues/132)) ([3755d07](https://github.com/Automattic/newspack-network/commit/3755d07f83c813c1cc0b4599371722e9eecfbd18)) ### Features * subscriptions and memberships sync reimplementation ([#122](https://github.com/Automattic/newspack-network/issues/122)) ([04fc845](https://github.com/Automattic/newspack-network/commit/04fc845168865bb03e59c1972be319fc8f99d4a5)) --- CHANGELOG.md | 12 ++++++++++++ newspack-network.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e2838..b244c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.2.0](https://github.com/Automattic/newspack-network/compare/v2.1.0...v2.2.0) (2024-10-08) + + +### Bug Fixes + +* **sync:** use `newspack_esp_sync_contact` filter for the `network_registration_site` field ([#132](https://github.com/Automattic/newspack-network/issues/132)) ([3755d07](https://github.com/Automattic/newspack-network/commit/3755d07f83c813c1cc0b4599371722e9eecfbd18)) + + +### Features + +* subscriptions and memberships sync reimplementation ([#122](https://github.com/Automattic/newspack-network/issues/122)) ([04fc845](https://github.com/Automattic/newspack-network/commit/04fc845168865bb03e59c1972be319fc8f99d4a5)) + # [2.1.0](https://github.com/Automattic/newspack-network/compare/v2.0.0...v2.1.0) (2024-08-26) diff --git a/newspack-network.php b/newspack-network.php index 2461640..8faadf5 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 2.2.0-alpha.1 + * Version: 2.2.0 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index 11f55f9..be7eb35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "2.1.0", + "version": "2.2.0", "license": "GPL-3.0", "devDependencies": { "lint-staged": "^15.2.0", diff --git a/package.json b/package.json index 55781c7..8650d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "2.1.0", + "version": "2.2.0", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [