Skip to content

Commit e69794e

Browse files
chore(release): 6.28.0-alpha.2 [skip ci]
# [6.28.0-alpha.2](v6.28.0-alpha.1...v6.28.0-alpha.2) (2025-12-16) ### Bug Fixes * **indesign-exporter:** caption and credit character encoding ([#4364](#4364)) ([5868d27](5868d27))
1 parent 5ef6f57 commit e69794e

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.27.2
5+
* Version: 6.28.0-alpha.2
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.27.2' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '6.28.0-alpha.2' );
1818

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

0 commit comments

Comments
 (0)