Skip to content

Commit

Permalink
chore(release): 5.13.2-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.13.2-alpha.1](v5.13.1...v5.13.2-alpha.1) (2025-02-07)

### Bug Fixes

* add check for newsletter modal and fix typo ([#3727](#3727)) ([5fdcab6](5fdcab6))
* check for WC as well as WCS ([#3720](#3720)) ([f91803a](f91803a))
* make the cart, checkout pages use shortcodes on install ([#3699](#3699)) ([954e01b](954e01b))
* update corrections post type slug ([#3702](#3702)) ([5f100ba](5f100ba))
  • Loading branch information
semantic-release-bot committed Feb 7, 2025
1 parent c75b7c7 commit 18be5f5
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.13.1
* Version: 5.13.2-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.13.1' );
define( 'NEWSPACK_PLUGIN_VERSION', '5.13.2-alpha.1' );

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

0 comments on commit 18be5f5

Please sign in to comment.