diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d4dd5f..6bb87a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/Automattic/newspack-popups/compare/v1.3.0...v1.3.1) (2020-04-22) + + +### Bug Fixes + +* **amp:** disable popups on non-AMP pages with POST form elements ([366407d](https://github.com/Automattic/newspack-popups/commit/366407d4cebaede14c7bb10d0e3a8509fd86ab15)) + # [1.3.0](https://github.com/Automattic/newspack-popups/compare/v1.2.0...v1.3.0) (2020-04-21) diff --git a/newspack-popups.php b/newspack-popups.php index fd00db84..79c305de 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.block * Text Domain: newspack-popups * Domain Path: /languages - * Version: 1.3.0 + * Version: 1.3.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index c1ebc453..c4fab172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c33f08a2..03570505 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.3.0", + "version": "1.3.1", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {