Skip to content

Commit

Permalink
chore(release): 5.4.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [5.4.0-alpha.9](v5.4.0-alpha.8...v5.4.0-alpha.9) (2024-10-03)

### Bug Fixes

* cache bust the /login/google API request ([ee92ded](ee92ded))
* **oauth:** tweak precision of success google auth log ([#3453](#3453)) ([bed1e67](bed1e67))
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent ff32ce9 commit 5cdb9c6
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.3.14
* Version: 5.4.0-alpha.9
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '5.3.14' );
define( 'NEWSPACK_PLUGIN_VERSION', '5.4.0-alpha.9' );

// Load language files.
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
Expand Down

0 comments on commit 5cdb9c6

Please sign in to comment.