Skip to content

Commit

Permalink
chore(release): 1.106.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.106.0](v1.105.1...v1.106.0) (2023-03-14)

### Bug Fixes

* **ads:** gam api availability according to error type ([#2289](#2289)) ([024fe08](024fe08))
* show handoff to finish Newspack setup only if setup is incomplete ([#2343](#2343)) ([1173b5b](1173b5b))

### Features

* add a Add new button to subscription lists ([#2314](#2314)) ([9543ad2](9543ad2))
* add ga4 user registered handler ([#2281](#2281)) ([5eb2336](5eb2336))
* add pid to Logger ([#2290](#2290)) ([fd3011c](fd3011c))
* Add popup info to donations ([#2300](#2300)) ([7ea800b](7ea800b))
* allow external links in dashboard via a filter ([#2279](#2279)) ([3943b1a](3943b1a))
* campaigns listeners for the data events api ([#2291](#2291)) ([ab407d4](ab407d4))
* disable save button for unchanged settings ([#2259](#2259)) ([e06d72f](e06d72f)), closes [#1531](#1531)
* **donate-block:** support modal checkout ([#2256](#2256)) ([34226dd](34226dd))
* Normalize donation events ([#2299](#2299)) ([2624d53](2624d53))
* **perfmatters:** improve config ([267306e](267306e))
* prevent homepage from being unpublished ([#2307](#2307)) ([a151d53](a151d53))
* Remove the campaign rendered event ([#2301](#2301)) ([23caa1d](23caa1d))
* Stripe Subscriptions to WC subscriptions migrator ([#2298](#2298)) ([6904356](6904356)), closes [#2251](#2251)
* **wc:** force allowing subscription switching ([#2305](#2305)) ([c13e741](c13e741))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 0695842 commit 00f9fc5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.106.0](https://github.com/Automattic/newspack-plugin/compare/v1.105.1...v1.106.0) (2023-03-14)


### Bug Fixes

* **ads:** gam api availability according to error type ([#2289](https://github.com/Automattic/newspack-plugin/issues/2289)) ([024fe08](https://github.com/Automattic/newspack-plugin/commit/024fe08b4f72d2f675b0ecc88511ea5fc917c2a0))
* show handoff to finish Newspack setup only if setup is incomplete ([#2343](https://github.com/Automattic/newspack-plugin/issues/2343)) ([1173b5b](https://github.com/Automattic/newspack-plugin/commit/1173b5b099bdbe35d89360825341c8d6796f6b95))


### Features

* add a Add new button to subscription lists ([#2314](https://github.com/Automattic/newspack-plugin/issues/2314)) ([9543ad2](https://github.com/Automattic/newspack-plugin/commit/9543ad204421909defd4f816a86a9c44c1d19efe))
* add ga4 user registered handler ([#2281](https://github.com/Automattic/newspack-plugin/issues/2281)) ([5eb2336](https://github.com/Automattic/newspack-plugin/commit/5eb2336559f5485e917789893ecf761540abce91))
* add pid to Logger ([#2290](https://github.com/Automattic/newspack-plugin/issues/2290)) ([fd3011c](https://github.com/Automattic/newspack-plugin/commit/fd3011cdb4811f13506775ac0d4d6e646c956a41))
* Add popup info to donations ([#2300](https://github.com/Automattic/newspack-plugin/issues/2300)) ([7ea800b](https://github.com/Automattic/newspack-plugin/commit/7ea800b4d18fc9ce32df6821581777188c2809e3))
* allow external links in dashboard via a filter ([#2279](https://github.com/Automattic/newspack-plugin/issues/2279)) ([3943b1a](https://github.com/Automattic/newspack-plugin/commit/3943b1adab20d84b04dff7dae91772f2a0f72d8e))
* campaigns listeners for the data events api ([#2291](https://github.com/Automattic/newspack-plugin/issues/2291)) ([ab407d4](https://github.com/Automattic/newspack-plugin/commit/ab407d4bbcb7aa8ced97c811babe257a806186cb))
* disable save button for unchanged settings ([#2259](https://github.com/Automattic/newspack-plugin/issues/2259)) ([e06d72f](https://github.com/Automattic/newspack-plugin/commit/e06d72fed248f88c6dd9aacc0810572287093445)), closes [#1531](https://github.com/Automattic/newspack-plugin/issues/1531)
* **donate-block:** support modal checkout ([#2256](https://github.com/Automattic/newspack-plugin/issues/2256)) ([34226dd](https://github.com/Automattic/newspack-plugin/commit/34226dd67311bd7246a5ddb96079ae7472f8bc45))
* Normalize donation events ([#2299](https://github.com/Automattic/newspack-plugin/issues/2299)) ([2624d53](https://github.com/Automattic/newspack-plugin/commit/2624d53e6c1cb8a28de7ea61f861a40f3bf9ad8c))
* **perfmatters:** improve config ([267306e](https://github.com/Automattic/newspack-plugin/commit/267306e017448fb15f59f36c49472f0d97b8e764))
* prevent homepage from being unpublished ([#2307](https://github.com/Automattic/newspack-plugin/issues/2307)) ([a151d53](https://github.com/Automattic/newspack-plugin/commit/a151d53212fb005ee5e95d0a76f7a815f97f9166))
* Remove the campaign rendered event ([#2301](https://github.com/Automattic/newspack-plugin/issues/2301)) ([23caa1d](https://github.com/Automattic/newspack-plugin/commit/23caa1db8f62ecbf663b01c9e17f79d26d7be46e))
* Stripe Subscriptions to WC subscriptions migrator ([#2298](https://github.com/Automattic/newspack-plugin/issues/2298)) ([6904356](https://github.com/Automattic/newspack-plugin/commit/6904356f15d10c49b81e1eb1ccfb40452d3ac871)), closes [#2251](https://github.com/Automattic/newspack-plugin/issues/2251)
* **wc:** force allowing subscription switching ([#2305](https://github.com/Automattic/newspack-plugin/issues/2305)) ([c13e741](https://github.com/Automattic/newspack-plugin/commit/c13e741ecacea764965aa7ce407f2621d3ddc068))

# [1.106.0-alpha.3](https://github.com/Automattic/newspack-plugin/compare/v1.106.0-alpha.2...v1.106.0-alpha.3) (2023-03-13)


Expand Down
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: 1.106.0-alpha.3
* Version: 1.106.0
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL2
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_PLUGIN_VERSION', '1.106.0-alpha.3' );
define( 'NEWSPACK_PLUGIN_VERSION', '1.106.0' );

// Load language files.
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack",
"version": "1.106.0-alpha.3",
"version": "1.106.0",
"description": "The Newspack plugin. https://newspack.com",
"bugs": {
"url": "https://github.com/Automattic/newspack-plugin/issues"
Expand Down

0 comments on commit 00f9fc5

Please sign in to comment.