From ddcfc005726a313d89cdbc7e147b19bdd85f0ea6 Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 26 Apr 2024 15:31:57 +0000 Subject: [PATCH] chore(release): 2.31.3 [skip ci] ## [2.31.3](https://github.com/Automattic/newspack-popups/compare/v2.31.2...v2.31.3) (2024-04-26) ### Bug Fixes * disable manual & custom placement prompts when prompts are disabled ([#1299](https://github.com/Automattic/newspack-popups/issues/1299)) ([aff5777](https://github.com/Automattic/newspack-popups/commit/aff5777873785055ce3e24a03ad7f549bf48feb3)) --- CHANGELOG.md | 7 +++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb0f2bb..bdd60d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.31.3](https://github.com/Automattic/newspack-popups/compare/v2.31.2...v2.31.3) (2024-04-26) + + +### Bug Fixes + +* disable manual & custom placement prompts when prompts are disabled ([#1299](https://github.com/Automattic/newspack-popups/issues/1299)) ([aff5777](https://github.com/Automattic/newspack-popups/commit/aff5777873785055ce3e24a03ad7f549bf48feb3)) + ## [2.31.2](https://github.com/Automattic/newspack-popups/compare/v2.31.1...v2.31.2) (2024-04-23) diff --git a/newspack-popups.php b/newspack-popups.php index 5144dea8..6733069b 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-popups * Domain Path: /languages - * Version: 2.31.2 + * Version: 2.31.3 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 32bf3bc9..4ace75bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.31.2", + "version": "2.31.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.31.2", + "version": "2.31.3", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index e9cb46ac..67d00e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.31.2", + "version": "2.31.3", "main": "Gruntfile.js", "author": "Automattic", "scripts": {