From 5b1fb3dc0086b0d4a5048eb1b1c6b8423ef7e850 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 11 Apr 2024 19:32:37 +0000 Subject: [PATCH] chore(release): 3.7.0-alpha.2 [skip ci] # [3.7.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v3.7.0-alpha.1...v3.7.0-alpha.2) (2024-04-11) ### Bug Fixes * hourly cron job to check for prematurely expired memberships ([#3060](https://github.com/Automattic/newspack-plugin/issues/3060)) ([77eeee3](https://github.com/Automattic/newspack-plugin/commit/77eeee374723a2780ace91669f848b2d24a436c4)) --- CHANGELOG.md | 7 +++++++ newspack.php | 4 ++-- package-lock.json | 6 +++--- package.json | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df29bb1d6..84f1c319c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.7.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v3.7.0-alpha.1...v3.7.0-alpha.2) (2024-04-11) + + +### Bug Fixes + +* hourly cron job to check for prematurely expired memberships ([#3060](https://github.com/Automattic/newspack-plugin/issues/3060)) ([77eeee3](https://github.com/Automattic/newspack-plugin/commit/77eeee374723a2780ace91669f848b2d24a436c4)) + # [3.7.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v3.6.7...v3.7.0-alpha.1) (2024-04-11) ### Bug Fixes diff --git a/newspack.php b/newspack.php index f11f3dfcdc..fbecefb8a0 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: 3.7.0-alpha.1 + * Version: 3.7.0-alpha.2 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_PLUGIN_VERSION', '3.7.0-alpha.1' ); +define( 'NEWSPACK_PLUGIN_VERSION', '3.7.0-alpha.2' ); // Load language files. load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); diff --git a/package-lock.json b/package-lock.json index 92ae051107..dee3c2e63f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "3.7.0-alpha.1", + "version": "3.7.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "3.7.0-alpha.1", + "version": "3.7.0-alpha.2", "hasInstallScript": true, "dependencies": { "@babel/plugin-transform-runtime": "^7.24.3", @@ -55088,4 +55088,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 62259769ad..7527f6371e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "3.7.0-alpha.1", + "version": "3.7.0-alpha.2", "description": "The Newspack plugin. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-plugin/issues" @@ -71,4 +71,4 @@ "recursive-copy": "^2.0.14", "tachyons": "^4.12.0" } -} \ No newline at end of file +}