Skip to content

Commit

Permalink
chore(release): 5.10.7-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.10.7-alpha.1](v5.10.6...v5.10.7-alpha.1) (2025-01-10)

### Bug Fixes

* **cli:** verify-reader CLI command ([#3660](#3660)) ([c639af7](c639af7))
* **recaptcha:** replace alerts with generic errors ([#3627](#3627)) ([44ef2d2](44ef2d2))

### Performance Improvements

* **data-events:** queue dispatches to execute on shutdown ([#3616](#3616)) ([510a1a0](510a1a0))
  • Loading branch information
semantic-release-bot committed Jan 10, 2025
1 parent 4ca0b4b commit ae94b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newspack.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
* Version: 5.10.6
* Version: 5.10.7-alpha.1
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '5.10.6' );
define( 'NEWSPACK_PLUGIN_VERSION', '5.10.7-alpha.1' );

// Define NEWSPACK_PLUGIN_FILE.
if ( ! defined( 'NEWSPACK_PLUGIN_FILE' ) ) {
Expand Down

0 comments on commit ae94b01

Please sign in to comment.