Skip to content

Commit 9a53e8a

Browse files
chore(release): 1.116.0-alpha.1 [skip ci]
# [1.116.0-alpha.1](v1.115.0...v1.116.0-alpha.1) (2023-05-25) ### Bug Fixes * remove 'username' from Twitter menu label ([#2460](#2460)) ([e85d69c](e85d69c)) * remove unneeded blocks from patterns ([#2441](#2441)) ([ea334ab](ea334ab)) ### Features * **content-gate:** metering ([#2423](#2423)) ([60b0d6d](60b0d6d)) * hook reCAPTCHA v3 to WooCommerce checkout ([#2447](#2447)) ([6650b82](6650b82)) * **ras:** mailchimp audience config ([#2462](#2462)) ([8ee4440](8ee4440)) * **ras:** remove env flag requirements for RAS functionality ([#2461](#2461)) ([e25dcf3](e25dcf3))
1 parent 5cc9628 commit 9a53e8a

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.116.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v1.115.0...v1.116.0-alpha.1) (2023-05-25)
2+
3+
4+
### Bug Fixes
5+
6+
* remove 'username' from Twitter menu label ([#2460](https://github.com/Automattic/newspack-plugin/issues/2460)) ([e85d69c](https://github.com/Automattic/newspack-plugin/commit/e85d69c8f48240ce10df0516f019a92730f506dc))
7+
* remove unneeded blocks from patterns ([#2441](https://github.com/Automattic/newspack-plugin/issues/2441)) ([ea334ab](https://github.com/Automattic/newspack-plugin/commit/ea334ab8eb0762a6c92babe92f8006cc1e986d53))
8+
9+
10+
### Features
11+
12+
* **content-gate:** metering ([#2423](https://github.com/Automattic/newspack-plugin/issues/2423)) ([60b0d6d](https://github.com/Automattic/newspack-plugin/commit/60b0d6d47629a15d2e7a4bab363acd5b6362872e))
13+
* hook reCAPTCHA v3 to WooCommerce checkout ([#2447](https://github.com/Automattic/newspack-plugin/issues/2447)) ([6650b82](https://github.com/Automattic/newspack-plugin/commit/6650b8298d872aceb213fa0280553e6327ffeb75))
14+
* **ras:** mailchimp audience config ([#2462](https://github.com/Automattic/newspack-plugin/issues/2462)) ([8ee4440](https://github.com/Automattic/newspack-plugin/commit/8ee444030b6e5171db7165f9789fdff2a58cf123))
15+
* **ras:** remove env flag requirements for RAS functionality ([#2461](https://github.com/Automattic/newspack-plugin/issues/2461)) ([e25dcf3](https://github.com/Automattic/newspack-plugin/commit/e25dcf3baa7afd7b79c6ad2cdb67400b2dc5ef0d))
16+
117
# [1.115.0](https://github.com/Automattic/newspack-plugin/compare/v1.114.5...v1.115.0) (2023-05-24)
218

319

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

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack",
3-
"version": "1.115.0",
3+
"version": "1.116.0-alpha.1",
44
"description": "The Newspack plugin. https://newspack.com",
55
"bugs": {
66
"url": "https://github.com/Automattic/newspack-plugin/issues"

0 commit comments

Comments
 (0)