From 96290e0015804d27020b88d92067741976d11301 Mon Sep 17 00:00:00 2001 From: matticbot Date: Tue, 26 Mar 2024 19:24:43 +0000 Subject: [PATCH 1/4] chore(release): 1.4.0-alpha.1 [skip ci] # [1.4.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.3.0...v1.4.0-alpha.1) (2024-03-26) ### Bug Fixes * cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) * correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) * webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) * woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) ### Features * add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) * **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) * **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) * **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) --- CHANGELOG.md | 18 ++++++++++++++++++ newspack-network.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823b27ea..37621290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.4.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.3.0...v1.4.0-alpha.1) (2024-03-26) + + +### Bug Fixes + +* cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) +* correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) +* webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) +* woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) + + +### Features + +* add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) +* **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) +* **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) +* **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) + # [1.3.0](https://github.com/Automattic/newspack-network/compare/v1.2.0...v1.3.0) (2024-02-28) diff --git a/newspack-network.php b/newspack-network.php index ac5f5570..9bb68816 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 1.3.0 + * Version: 1.4.0-alpha.1 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index b4a616bb..5d367eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "1.3.0", + "version": "1.4.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "1.3.0", + "version": "1.4.0-alpha.1", "hasInstallScript": true, "license": "GPL-3.0", "devDependencies": { diff --git a/package.json b/package.json index beaa40f2..66a69118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "1.3.0", + "version": "1.4.0-alpha.1", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [ From 7268a19f894b44ccf735e567429bd453d7454eaa Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 27 Mar 2024 20:31:58 +0000 Subject: [PATCH 2/4] chore(release): 1.5.0-alpha.1 [skip ci] # [1.5.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.4.0...v1.5.0-alpha.1) (2024-03-27) ### Bug Fixes * cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) * correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) * webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) * woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) ### Features * add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) * **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) * **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) * **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) --- CHANGELOG.md | 17 +++++++++++++++++ newspack-network.php | 2 +- package-lock.json | 6 +++--- package.json | 4 ++-- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3d2aa2..9b902d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.5.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.4.0...v1.5.0-alpha.1) (2024-03-27) + + +### Bug Fixes + +* cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) +* correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) +* webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) +* woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) + + +### Features + +* add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) +* **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) +* **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) +* **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) # [1.4.0](https://github.com/Automattic/newspack-network/compare/v1.3.0...v1.4.0) (2024-03-27) diff --git a/newspack-network.php b/newspack-network.php index cf0f1cdd..101a59b3 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 1.4.0 + * Version: 1.5.0-alpha.1 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index 398aa3e7..e4cc56e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "1.4.0", + "version": "1.5.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "1.4.0", + "version": "1.5.0-alpha.1", "hasInstallScript": true, "license": "GPL-3.0", "devDependencies": { @@ -57710,4 +57710,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index fbba69d3..2c613c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "1.4.0", + "version": "1.5.0-alpha.1", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [ @@ -36,4 +36,4 @@ "url": "https://github.com/Automattic/newspack-network/issues" }, "homepage": "https://github.com/Automattic/newspack-network#readme" -} \ No newline at end of file +} From c35146d8f0fd89b9bd1c208a8cf4f8effb473d47 Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 29 Mar 2024 19:30:35 +0000 Subject: [PATCH 3/4] chore(release): 1.5.0-alpha.2 [skip ci] # [1.5.0-alpha.2](https://github.com/Automattic/newspack-network/compare/v1.5.0-alpha.1...v1.5.0-alpha.2) (2024-03-29) ### Bug Fixes * **event-log:** only show users filter with environment constant ([#86](https://github.com/Automattic/newspack-network/issues/86)) ([cd4a91a](https://github.com/Automattic/newspack-network/commit/cd4a91ab65a81d7abc54359ff6e1537aae253b84)) --- CHANGELOG.md | 7 +++++++ newspack-network.php | 2 +- package-lock.json | 6 +++--- package.json | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd8ac31..e60f72e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0-alpha.2](https://github.com/Automattic/newspack-network/compare/v1.5.0-alpha.1...v1.5.0-alpha.2) (2024-03-29) + + +### Bug Fixes + +* **event-log:** only show users filter with environment constant ([#86](https://github.com/Automattic/newspack-network/issues/86)) ([cd4a91a](https://github.com/Automattic/newspack-network/commit/cd4a91ab65a81d7abc54359ff6e1537aae253b84)) + # [1.5.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.4.0...v1.5.0-alpha.1) (2024-03-27) ### Features diff --git a/newspack-network.php b/newspack-network.php index 20c59fdf..a7e8625b 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 1.4.1 + * Version: 1.5.0-alpha.2 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index e827ff03..672835a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "1.4.1", + "version": "1.5.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "1.4.1", + "version": "1.5.0-alpha.2", "hasInstallScript": true, "license": "GPL-3.0", "devDependencies": { @@ -57710,4 +57710,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 518b6731..a3ce6d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "1.4.1", + "version": "1.5.0-alpha.2", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [ @@ -36,4 +36,4 @@ "url": "https://github.com/Automattic/newspack-network/issues" }, "homepage": "https://github.com/Automattic/newspack-network#readme" -} \ No newline at end of file +} From c98a61a02099bcd3f3585be0c1af9edecc571d7e Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 8 Apr 2024 17:38:07 +0000 Subject: [PATCH 4/4] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/Automattic/newspack-network/compare/v1.4.2...v1.5.0) (2024-04-08) ### Bug Fixes * cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) * correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) * webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) * woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) ### Features * add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) * **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) * **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) * **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) --- CHANGELOG.md | 18 ++++++++++++++++++ newspack-network.php | 2 +- package-lock.json | 6 +++--- package.json | 4 ++-- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d665cc67..912d03e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.5.0](https://github.com/Automattic/newspack-network/compare/v1.4.2...v1.5.0) (2024-04-08) + + +### Bug Fixes + +* cli commands ([#73](https://github.com/Automattic/newspack-network/issues/73)) ([dc2bef9](https://github.com/Automattic/newspack-network/commit/dc2bef9b3dc2de8357f8deb6c7efb6139eec404f)) +* correct typo in manual sync description ([#74](https://github.com/Automattic/newspack-network/issues/74)) ([a0bf23f](https://github.com/Automattic/newspack-network/commit/a0bf23fe8837cf7eefcbb867aa75819dc2e1b531)) +* webhook encryption error handling ([#77](https://github.com/Automattic/newspack-network/issues/77)) ([ceee31f](https://github.com/Automattic/newspack-network/commit/ceee31f78fe4452b79485369a38409e5ca32413a)) +* woo links in wp-admin-bar ([#71](https://github.com/Automattic/newspack-network/issues/71)) ([d2a76e5](https://github.com/Automattic/newspack-network/commit/d2a76e51084176cef9b6549c0c7940b17411904f)) + + +### Features + +* add Network-specific custom metadata to ESP syncs ([#83](https://github.com/Automattic/newspack-network/issues/83)) ([153a733](https://github.com/Automattic/newspack-network/commit/153a733080a78b0035e3b3bd98b7093b9d20f8fb)) +* **cli:** --yes option for sync-all command ([268f7fe](https://github.com/Automattic/newspack-network/commit/268f7fed7892ae922ac6106ee824f37058c2ecad)) +* **cli:** membership de-duplication CLI command ([#84](https://github.com/Automattic/newspack-network/issues/84)) ([c7ece71](https://github.com/Automattic/newspack-network/commit/c7ece717c297f55e4ae9db0791346e27953dc651)) +* **manual-user-sync:** sync user login ([#81](https://github.com/Automattic/newspack-network/issues/81)) ([3f9755e](https://github.com/Automattic/newspack-network/commit/3f9755ed5b75a280c0a0e23b6d91f319ad0b8fa4)) + ## [1.4.2](https://github.com/Automattic/newspack-network/compare/v1.4.1...v1.4.2) (2024-04-02) diff --git a/newspack-network.php b/newspack-network.php index a7e8625b..f391bfb5 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 1.5.0-alpha.2 + * Version: 1.5.0 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index dfc6b6b4..20addc34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "1.5.0-alpha.2", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "1.5.0-alpha.2", + "version": "1.5.0", "hasInstallScript": true, "license": "GPL-3.0", "devDependencies": { @@ -57710,4 +57710,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 5e8c52b3..32425422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "1.5.0-alpha.2", + "version": "1.5.0", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [ @@ -36,4 +36,4 @@ "url": "https://github.com/Automattic/newspack-network/issues" }, "homepage": "https://github.com/Automattic/newspack-network#readme" -} \ No newline at end of file +}