diff --git a/CHANGELOG.md b/CHANGELOG.md index f135733d0..a71f8485b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.24.0](https://github.com/Automattic/newspack-theme/compare/v1.23.0...v1.24.0) (2020-12-08) + + +### Bug Fixes + +* center sponsor flag in Newspack Sacha ([#1156](https://github.com/Automattic/newspack-theme/issues/1156)) ([2b268eb](https://github.com/Automattic/newspack-theme/commit/2b268eb36b9cc4759e0688fe4e9d755adf66fad6)) +* correct width of columns block with wide alignment ([#1161](https://github.com/Automattic/newspack-theme/issues/1161)) ([42386e1](https://github.com/Automattic/newspack-theme/commit/42386e1789e1037f3099d131249f8280372e4ba9)) +* make sure block styles are applied outside of content area ([#1133](https://github.com/Automattic/newspack-theme/issues/1133)) ([f8c51b5](https://github.com/Automattic/newspack-theme/commit/f8c51b5981d153ad5a0c38113ec596181966cab9)) + + +### Features + +* add option to show excerpts on archives ([#1157](https://github.com/Automattic/newspack-theme/issues/1157)) ([cf4282c](https://github.com/Automattic/newspack-theme/commit/cf4282c35689a05785b25951f52ee83546ed35e8)) + # [1.23.0](https://github.com/Automattic/newspack-theme/compare/v1.22.0...v1.23.0) (2020-12-03) diff --git a/newspack-joseph/sass/style.scss b/newspack-joseph/sass/style.scss index 82c4745fa..4d9579ee5 100644 --- a/newspack-joseph/sass/style.scss +++ b/newspack-joseph/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-katharine/sass/style.scss b/newspack-katharine/sass/style.scss index 527c14c6c..037544cd8 100644 --- a/newspack-katharine/sass/style.scss +++ b/newspack-katharine/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-nelson/sass/style.scss b/newspack-nelson/sass/style.scss index 762ca9e3d..9ad55c7db 100644 --- a/newspack-nelson/sass/style.scss +++ b/newspack-nelson/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-sacha/sass/style.scss b/newspack-sacha/sass/style.scss index 08d178c83..06572edcb 100644 --- a/newspack-sacha/sass/style.scss +++ b/newspack-sacha/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-scott/sass/style.scss b/newspack-scott/sass/style.scss index f3eae2a34..8bd4341c8 100644 --- a/newspack-scott/sass/style.scss +++ b/newspack-scott/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-theme/sass/style.scss b/newspack-theme/sass/style.scss index cab14ad1b..11e637f6f 100755 --- a/newspack-theme/sass/style.scss +++ b/newspack-theme/sass/style.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.blog Description: Requires at least: WordPress 4.9.6 -Version: 1.23.0 +Version: 1.24.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: newspack diff --git a/package-lock.json b/package-lock.json index 904709ac5..39db2beac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.23.0", + "version": "1.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8267f4fd3..7da805560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.23.0", + "version": "1.24.0", "description": "A theme for Newspack. https://newspack.blog", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"