Skip to content

Commit 1a91bc9

Browse files
chore(release): 6.1.0-alpha.8 [skip ci]
# [6.1.0-alpha.8](v6.1.0-alpha.7...v6.1.0-alpha.8) (2025-03-18) ### Bug Fixes * **modal-checkout:** endpoint to refresh newsletter lists via REST ([#3841](#3841)) ([2b294e0](2b294e0))
1 parent 2b294e0 commit 1a91bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newspack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Newspack
44
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
5-
* Version: 6.1.0-alpha.7
5+
* Version: 6.1.0-alpha.8
66
* Author: Automattic
77
* Author URI: https://newspack.com/
88
* License: GPL2
@@ -14,7 +14,7 @@
1414

1515
defined( 'ABSPATH' ) || exit;
1616

17-
define( 'NEWSPACK_PLUGIN_VERSION', '6.1.0-alpha.7' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '6.1.0-alpha.8' );
1818

1919
// Define NEWSPACK_PLUGIN_FILE.
2020
if ( ! defined( 'NEWSPACK_PLUGIN_FILE' ) ) {

0 commit comments

Comments
 (0)