Skip to content

Commit 98d80c6

Browse files
chore(release): 6.33.0-alpha.1 [skip ci]
# [6.33.0-alpha.1](v6.32.0...v6.33.0-alpha.1) (2026-02-19) ### Bug Fixes * add bock theme check before switching templates to prevent warnings ([#4412](#4412)) ([dfb5b63](dfb5b63)) * add check for my account before switching error notice ([#4484](#4484)) ([0cb3ae8](0cb3ae8)) * add fallback selector for the content gate in block theme ([#4431](#4431)) ([dd0b2b1](dd0b2b1)) * **avatar:** show placeholder for text-only custom bylines in editor ([#4456](#4456)) ([56d3278](56d3278)) * **content-gate:** create gate layout with 'publish' status ([#4483](#4483)) ([108215a](108215a)) * **content-gate:** prevent metering from bypassing account verification requirement ([#4459](#4459)) ([90aed19](90aed19)) * **my-account:** hide payment method dropdown if only has one child and is disabled ([#4472](#4472)) ([6e3c3f5](6e3c3f5)) * **my-account:** missing padding on labels ([#4479](#4479)) ([6c6d183](6c6d183)) * tweak inline gate styles for block theme ([#4445](#4445)) ([d867a53](d867a53)) ### Features * **content-gating:** new UI for adding/editing content gates ([#4474](#4474)) ([a193ecc](a193ecc)) * **data-events:** handler retry and ActionScheduler support ([#4469](#4469)) ([c997f38](c997f38)) * integrations - rename classes and move can_sync ([#4451](#4451)) ([877ce4f](877ce4f)) * integrations barebones ([#4433](#4433)) ([79bf9a7](79bf9a7)) * **my-account:** block theme styles ([#4430](#4430)) ([1629465](1629465)) * **my-account:** improve navigation on small screens ([#4471](#4471)) ([3404a66](3404a66)) * **newspack-components:** add divider component ([#4462](#4462)) ([f080d72](f080d72))
1 parent 678b222 commit 98d80c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)