Skip to content

Commit ecbb1b9

Browse files
chore(release): 1.112.0-alpha.1 [skip ci]
# [1.112.0-alpha.1](v1.111.0...v1.112.0-alpha.1) (2023-03-31) ### Bug Fixes * bail silently when recaptcha key is not set ([#2363](#2363)) ([de18369](de18369)) * if My Account is set to shown in RAS, show in Customizer at all breakpoints ([#2379](#2379)) ([1052923](1052923)) * **stripe-sync-script:** process only customers with successful transactions ([#2355](#2355)) ([1020663](1020663)) ### Features * **amp-deprecation:** polyfill amp-vimeo tag ([#2372](#2372)) ([4a70b65](4a70b65)) * **amp:** polyfill lightbox effect ([#2324](#2324)) ([b31288c](b31288c)) * **memberships:** content gate page ([#2366](#2366)) ([15026ab](15026ab)) * **popups:** support disabled segments ([#2376](#2376)) ([bfd65b2](bfd65b2))
1 parent fd877de commit ecbb1b9

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.112.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v1.111.0...v1.112.0-alpha.1) (2023-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* bail silently when recaptcha key is not set ([#2363](https://github.com/Automattic/newspack-plugin/issues/2363)) ([de18369](https://github.com/Automattic/newspack-plugin/commit/de183695019b3e29f5f404ed3faace976ca3b86d))
7+
* if My Account is set to shown in RAS, show in Customizer at all breakpoints ([#2379](https://github.com/Automattic/newspack-plugin/issues/2379)) ([1052923](https://github.com/Automattic/newspack-plugin/commit/10529238fe0475c9f4933231d4f037f7687559af))
8+
* **stripe-sync-script:** process only customers with successful transactions ([#2355](https://github.com/Automattic/newspack-plugin/issues/2355)) ([1020663](https://github.com/Automattic/newspack-plugin/commit/1020663c0dbe1cfd81679d0ce1cca716a795993e))
9+
10+
11+
### Features
12+
13+
* **amp-deprecation:** polyfill amp-vimeo tag ([#2372](https://github.com/Automattic/newspack-plugin/issues/2372)) ([4a70b65](https://github.com/Automattic/newspack-plugin/commit/4a70b65470f62c89135d1dc5f27d4060989b736a))
14+
* **amp:** polyfill lightbox effect ([#2324](https://github.com/Automattic/newspack-plugin/issues/2324)) ([b31288c](https://github.com/Automattic/newspack-plugin/commit/b31288c3bf1538889f9ba6c0e49e62bca5ebe2d0))
15+
* **memberships:** content gate page ([#2366](https://github.com/Automattic/newspack-plugin/issues/2366)) ([15026ab](https://github.com/Automattic/newspack-plugin/commit/15026ab36f118a0447d882f42ff0b2ca148266c1))
16+
* **popups:** support disabled segments ([#2376](https://github.com/Automattic/newspack-plugin/issues/2376)) ([bfd65b2](https://github.com/Automattic/newspack-plugin/commit/bfd65b23dc5da98f692efcceb738c512b85b8f4b))
17+
118
# [1.111.0](https://github.com/Automattic/newspack-plugin/compare/v1.110.0...v1.111.0) (2023-03-28)
219

320

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.111.0
5+
* Version: 1.112.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.111.0' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '1.112.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.111.0",
3+
"version": "1.112.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)