Skip to content

Commit

Permalink
chore(release): 4.8.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0-alpha.1](v4.7.0...v4.8.0-alpha.1) (2024-08-01)

### Bug Fixes

* force active membership if the user has active subs ([#3268](#3268)) ([aebe581](aebe581))
* **woocommerce:** prevent /shop redirect from author archives ([46db669](46db669))

### Features

* enhancements for the Non editing contributor role ([#3277](#3277)) ([e47e422](e47e422))
* **ga4:** filter custom params ([eda5553](eda5553))
* show deprecation warning for CM in Engagement wizard ([#3264](#3264)) ([0813369](0813369))
  • Loading branch information
semantic-release-bot committed Aug 1, 2024
1 parent 3cbc6ce commit 61d7eb0
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: 4.7.0
* Version: 4.8.0-alpha.1
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '4.7.0' );
define( 'NEWSPACK_PLUGIN_VERSION', '4.8.0-alpha.1' );

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

0 comments on commit 61d7eb0

Please sign in to comment.