From 5e05966676bda20718d8d6db2595a48e3a9207f1 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 11 Apr 2024 17:49:44 +0000 Subject: [PATCH] chore(release): 3.6.8 [skip ci] ## [3.6.8](https://github.com/Automattic/newspack-plugin/compare/v3.6.7...v3.6.8) (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 | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14d5a6094..4398f629e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.8](https://github.com/Automattic/newspack-plugin/compare/v3.6.7...v3.6.8) (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.6.7](https://github.com/Automattic/newspack-plugin/compare/v3.6.6...v3.6.7) (2024-04-11) diff --git a/newspack.php b/newspack.php index 7a0fed5323..f5b74861bf 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.6.7 + * Version: 3.6.8 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_PLUGIN_VERSION', '3.6.7' ); +define( 'NEWSPACK_PLUGIN_VERSION', '3.6.8' ); // 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 97995cab5e..bb282396ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "3.6.7", + "version": "3.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "3.6.7", + "version": "3.6.8", "hasInstallScript": true, "dependencies": { "@babel/plugin-transform-runtime": "^7.24.3", diff --git a/package.json b/package.json index 6b981a4581..bb1b8db3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "3.6.7", + "version": "3.6.8", "description": "The Newspack plugin. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-plugin/issues"