Skip to content

Commit f070629

Browse files
chore(release): 2.2.0-alpha.3 [skip ci]
# [2.2.0-alpha.3](v2.2.0-alpha.2...v2.2.0-alpha.3) (2023-07-13) ### Bug Fixes * disable autofill for recaptcha inputs ([#2517](#2517)) ([c8c07a6](c8c07a6)) * **reader-data:** format of activity push array ([#2555](#2555)) ([67a33a9](67a33a9)) * tweak content gate styles for mobile ([#2552](#2552)) ([ad02d79](ad02d79))
1 parent ea6e4df commit f070629

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.2.0-alpha.3](https://github.com/Automattic/newspack-plugin/compare/v2.2.0-alpha.2...v2.2.0-alpha.3) (2023-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* disable autofill for recaptcha inputs ([#2517](https://github.com/Automattic/newspack-plugin/issues/2517)) ([c8c07a6](https://github.com/Automattic/newspack-plugin/commit/c8c07a638a75b8dd3f0df8e0bf9c89d28157315f))
7+
* **reader-data:** format of activity push array ([#2555](https://github.com/Automattic/newspack-plugin/issues/2555)) ([67a33a9](https://github.com/Automattic/newspack-plugin/commit/67a33a94efcc08799b42d53493b3981c65edb101))
8+
* tweak content gate styles for mobile ([#2552](https://github.com/Automattic/newspack-plugin/issues/2552)) ([ad02d79](https://github.com/Automattic/newspack-plugin/commit/ad02d791f8fde0f96b9d344937b370eb0411fceb))
9+
110
# [2.2.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2023-07-12)
211

312

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: 2.2.0-alpha.2
5+
* Version: 2.2.0-alpha.3
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', '2.2.0-alpha.2' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '2.2.0-alpha.3' );
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": "2.2.0-alpha.2",
3+
"version": "2.2.0-alpha.3",
44
"description": "The Newspack plugin. https://newspack.com",
55
"bugs": {
66
"url": "https://github.com/Automattic/newspack-plugin/issues"

0 commit comments

Comments
 (0)