Skip to content

Commit f643444

Browse files
chore(release): 6.28.0-alpha.3 [skip ci]
# [6.28.0-alpha.3](v6.28.0-alpha.2...v6.28.0-alpha.3) (2025-12-17) ### Bug Fixes * less aggressive free trial abuse prevention ([#4365](#4365)) ([c613622](c613622)) * **recaptcha:** log verification responses and errors ([#4361](#4361)) ([1a280fb](1a280fb))
1 parent 9cfbac5 commit f643444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newspack.php

Lines changed: 2 additions & 2 deletions
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.28.0-alpha.2
5+
* Version: 6.28.0-alpha.3
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.28.0-alpha.2' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '6.28.0-alpha.3' );
1818

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

0 commit comments

Comments
 (0)