diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bc44e3..398c1ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.5](https://github.com/Automattic/newspack-popups/compare/v3.1.4...v3.1.5) (2024-12-09) + + +### Bug Fixes + +* hide cpt from menu ([#1365](https://github.com/Automattic/newspack-popups/issues/1365)) ([6ec34ee](https://github.com/Automattic/newspack-popups/commit/6ec34eed785a73b0f621120a029e56a8f38f74f7)) +* prevent issue with double-scrollbars in really specific circumstances ([#1370](https://github.com/Automattic/newspack-popups/issues/1370)) ([c35772f](https://github.com/Automattic/newspack-popups/commit/c35772f65b429f3fdbfc9afe7cc0166685fd7a2a)) + ## [3.1.4](https://github.com/Automattic/newspack-popups/compare/v3.1.3...v3.1.4) (2024-11-25) diff --git a/newspack-popups.php b/newspack-popups.php index 1377e235..3cf1a2de 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: 3.1.5-alpha.1 + * Version: 3.1.5 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 9fc21b6e..67e18597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "3.1.4", + "version": "3.1.5", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index d4673ff5..8577f1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "3.1.4", + "version": "3.1.5", "author": "Automattic", "scripts": { "cm": "newspack-scripts commit",