Skip to content

Commit

Permalink
chore(release): 2.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.16.0](v2.15.0...v2.16.0) (2023-05-08)

### Bug Fixes

* adjust pre-commit hook ([#1086](#1086)) ([19de3f0](19de3f0))
* pre commit and add pre push ([#1084](#1084)) ([1f0a59d](1f0a59d))
* **ras-defaults:** allow override values via $_GET for previewing presets ([#1107](#1107)) ([58736a5](58736a5))
* **ras-defaults:** turn on feature to always subscribe to newsletters by default ([#1111](#1111)) ([283e0d8](283e0d8))

### Features

* add custom prompt taxonomies ([f75f6fc](f75f6fc))
* add custom prompt taxonomies [#1100](#1100) ([1af879d](1af879d))
* add filter to maybe display prompt check ([7b5bb9b](7b5bb9b))
* add filter to maybe display prompt check [#1095](#1095) ([1bbe843](1bbe843))
* filter the whole result ([40863dd](40863dd))
* hide overlays on sign in modal ([#1094](#1094)) ([226bb5e](226bb5e))
* increase max length of default prompt input fields ([#1109](#1109)) ([6b759a1](6b759a1))
* RAS setup UI and default Campaigns wizard ([#1103](#1103)) ([f595046](f595046)), closes [#1078](#1078) [#1090](#1090) [#1096](#1096) [#1097](#1097) [#1102](#1102)
  • Loading branch information
semantic-release-bot committed May 8, 2023
1 parent c73384a commit 8c8c88f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.16.0](https://github.com/Automattic/newspack-popups/compare/v2.15.0...v2.16.0) (2023-05-08)


### Bug Fixes

* adjust pre-commit hook ([#1086](https://github.com/Automattic/newspack-popups/issues/1086)) ([19de3f0](https://github.com/Automattic/newspack-popups/commit/19de3f0a70f03552a70dde0e944d7e5749475df0))
* pre commit and add pre push ([#1084](https://github.com/Automattic/newspack-popups/issues/1084)) ([1f0a59d](https://github.com/Automattic/newspack-popups/commit/1f0a59d508988bac13546eddf3e2384e598e6cf9))
* **ras-defaults:** allow override values via $_GET for previewing presets ([#1107](https://github.com/Automattic/newspack-popups/issues/1107)) ([58736a5](https://github.com/Automattic/newspack-popups/commit/58736a5fc955630eec079335ce0658ab1db1d78f))
* **ras-defaults:** turn on feature to always subscribe to newsletters by default ([#1111](https://github.com/Automattic/newspack-popups/issues/1111)) ([283e0d8](https://github.com/Automattic/newspack-popups/commit/283e0d845c54a8d4f122fe3f4da2fc692f07ccd5))


### Features

* add custom prompt taxonomies ([f75f6fc](https://github.com/Automattic/newspack-popups/commit/f75f6fcff8941b674cb8bb2573dd0ba2840d200c))
* add custom prompt taxonomies [#1100](https://github.com/Automattic/newspack-popups/issues/1100) ([1af879d](https://github.com/Automattic/newspack-popups/commit/1af879d7865466900754a5028bfdae8b87c97ec7))
* add filter to maybe display prompt check ([7b5bb9b](https://github.com/Automattic/newspack-popups/commit/7b5bb9bd0de864133d96714ef466608d384b27dc))
* add filter to maybe display prompt check [#1095](https://github.com/Automattic/newspack-popups/issues/1095) ([1bbe843](https://github.com/Automattic/newspack-popups/commit/1bbe84319456ec23de1214c980572e039f894716))
* filter the whole result ([40863dd](https://github.com/Automattic/newspack-popups/commit/40863ddb4c532d79cc2701f3ad8b223809d0102b))
* hide overlays on sign in modal ([#1094](https://github.com/Automattic/newspack-popups/issues/1094)) ([226bb5e](https://github.com/Automattic/newspack-popups/commit/226bb5e0472b125288d83e35f386af471ca188bc))
* increase max length of default prompt input fields ([#1109](https://github.com/Automattic/newspack-popups/issues/1109)) ([6b759a1](https://github.com/Automattic/newspack-popups/commit/6b759a13716359e79d822f726e0366c5e0063314))
* RAS setup UI and default Campaigns wizard ([#1103](https://github.com/Automattic/newspack-popups/issues/1103)) ([f595046](https://github.com/Automattic/newspack-popups/commit/f595046e0acf5e4678852fb9d3217a811a1abc42)), closes [#1078](https://github.com/Automattic/newspack-popups/issues/1078) [#1090](https://github.com/Automattic/newspack-popups/issues/1090) [#1096](https://github.com/Automattic/newspack-popups/issues/1096) [#1097](https://github.com/Automattic/newspack-popups/issues/1097) [#1102](https://github.com/Automattic/newspack-popups/issues/1102)

# [2.16.0-alpha.4](https://github.com/Automattic/newspack-popups/compare/v2.16.0-alpha.3...v2.16.0-alpha.4) (2023-05-08)


Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.blog
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 2.16.0-alpha.4
* Version: 2.16.0
*
* @package Newspack_Popups
*/
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-popups",
"version": "2.16.0-alpha.4",
"version": "2.16.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 8c8c88f

Please sign in to comment.