From a8863c19153d6fec5ebd7ae009f6fea30b997566 Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 2 Aug 2024 18:01:28 +0000 Subject: [PATCH] chore(release): 4.8.0-alpha.3 [skip ci] # [4.8.0-alpha.3](https://github.com/Automattic/newspack-plugin/compare/v4.8.0-alpha.2...v4.8.0-alpha.3) (2024-08-02) ### Features * rename guest contributor role ([#3302](https://github.com/Automattic/newspack-plugin/issues/3302)) ([76ac05e](https://github.com/Automattic/newspack-plugin/commit/76ac05e740f007c5894d538226beea06ee097a0c)) --- newspack.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newspack.php b/newspack.php index 31a4795532..cdbdc29dfb 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: 4.8.0-alpha.2 + * Version: 4.8.0-alpha.3 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_PLUGIN_VERSION', '4.8.0-alpha.2' ); +define( 'NEWSPACK_PLUGIN_VERSION', '4.8.0-alpha.3' ); // Load language files. load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );