Skip to content

Commit d04533a

Browse files
committed
Merge release into alpha
2 parents 7ad4fc5 + 6544304 commit d04533a

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
# [1.115.0-alpha.3](https://github.com/Automattic/newspack-plugin/compare/v1.115.0-alpha.2...v1.115.0-alpha.3) (2023-05-11)
1+
## [1.114.2](https://github.com/Automattic/newspack-plugin/compare/v1.114.1...v1.114.2) (2023-05-12)
22

33

44
### Bug Fixes
55

6-
* check for required plugins in RAS setup wizard ([#2442](https://github.com/Automattic/newspack-plugin/issues/2442)) ([11d682a](https://github.com/Automattic/newspack-plugin/commit/11d682a01ca3d4ed3abb1ec0a29b0ab528a03385))
7-
* **ga4:** donation event conditional typo ([#2439](https://github.com/Automattic/newspack-plugin/issues/2439)) ([d2a9373](https://github.com/Automattic/newspack-plugin/commit/d2a9373b5edaea74b2f7cbeaf3cf8f3ecd19e091))
8-
* Improved handling of trial subscriptions in ESP sync ([#2385](https://github.com/Automattic/newspack-plugin/issues/2385)) ([6fe3368](https://github.com/Automattic/newspack-plugin/commit/6fe33680cc1e67dd440c9148990fcd6ca6019215))
9-
10-
11-
### Features
12-
13-
* add indentation to groups newsletters ([#2424](https://github.com/Automattic/newspack-plugin/issues/2424)) ([d423151](https://github.com/Automattic/newspack-plugin/commit/d423151a86dac5bd21c46128f5da78afde780be7))
14-
* filter existing webhooks endpoints ([#2446](https://github.com/Automattic/newspack-plugin/issues/2446)) ([d63a296](https://github.com/Automattic/newspack-plugin/commit/d63a296ed18f9efda6afe524dd41eec31722fc1b))
15-
16-
# [1.115.0-alpha.2](https://github.com/Automattic/newspack-plugin/compare/v1.115.0-alpha.1...v1.115.0-alpha.2) (2023-05-10)
17-
18-
19-
### Bug Fixes
20-
21-
* ensure migrated Stripe subs have next_payment scheduled ([#2434](https://github.com/Automattic/newspack-plugin/issues/2434)) ([b3b32f0](https://github.com/Automattic/newspack-plugin/commit/b3b32f0bfc09a6cf296153f783778c146e3b8291))
6+
* **perfmatters:** do not delay CSS from Newspack Campaigns or Perfmatters’ own cache ([#2449](https://github.com/Automattic/newspack-plugin/issues/2449)) ([8075b5e](https://github.com/Automattic/newspack-plugin/commit/8075b5edc8a1902cd45f972dc505303f51fa9cfa))
227

238
## [1.114.1](https://github.com/Automattic/newspack-plugin/compare/v1.114.0...v1.114.1) (2023-05-10)
249

includes/plugins/class-perfmatters.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ private static function unused_css_excluded_stylesheets() {
8181
return [
8282
'plugins/newspack-blocks', // Newspack Blocks.
8383
'plugins/newspack-newsletters', // Newspack Newsletters.
84+
'plugins/newspack-popups', // Newspack Campaigns.
8485
'plugins/jetpack/modules/sharedaddy', // Jetpack's share buttons.
8586
'plugins/jetpack/_inc/social-logos', // Jetpack's social logos CSS.
8687
'/themes/newspack-', // Any Newspack theme stylesheet.
88+
'cache/perfmatters', // Perfmatters' cache.
8789
'wp-includes',
8890
];
8991
}

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

0 commit comments

Comments
 (0)