From 94af931fe055809f3cbaf38e6951f684a57fb005 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 15 Dec 2020 08:55:33 -0600 Subject: [PATCH] Prepare 0.7.0 release - Bump version numbers - Update changelogs --- README.md | 13 +++++++++++++ readme.txt | 11 +++++++++++ wp-irving.php | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9297628b..58306e87 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ While WP Irving contains a few basic plugin integrations (and we hope to support ## Changelog ## +### 0.7.0 ### + +* Add: CODEOWNERS file to the repo (#291) +* Add: Implement redirect logic for old post slugs (#295) +* Add: Support setting the theme in the component config object (#296) +* Add: Backend functionality of new Parse.ly component (#297) +* Fix: Don't unset theme config for the site-theme component (#298) +* Update: Make Jetpack script async and deferred (#299) +* Add: Ability to disable camel casing via filter (#300) +* Update: Optimize Travis-CI builds (#301) +* Fix: Ensure nonexistent URLs return a 404 (#302) +* Fix: Ability to override theme in a config callback (#303) + ### 0.6.0 ### * Add irving/template-part component (#281) diff --git a/readme.txt b/readme.txt index a5cb01d9..e015f04c 100755 --- a/readme.txt +++ b/readme.txt @@ -21,6 +21,17 @@ While WP Irving contains a few basic plugin integrations (and we hope to support = 0.7.0 = +* Add: CODEOWNERS file to the repo (#291) +* Add: Implement redirect logic for old post slugs (#295) +* Add: Support setting the theme in the component config object (#296) +* Add: Backend functionality of new Parse.ly component (#297) +* Fix: Don't unset theme config for the site-theme component (#298) +* Update: Make Jetpack script async and deferred (#299) +* Add: Ability to disable camel casing via filter (#300) +* Update: Optimize Travis-CI builds (#301) +* Fix: Ensure nonexistent URLs return a 404 (#302) +* Fix: Ability to override theme in a config callback (#303) + = 0.6.0 = * Add irving/template-part component (#281) diff --git a/wp-irving.php b/wp-irving.php index c594a3dd..6fd05991 100755 --- a/wp-irving.php +++ b/wp-irving.php @@ -6,7 +6,7 @@ * Author URI: https://alley.co * Text Domain: wp-irving * Domain Path: /languages - * Version: 0.7.0-alpha + * Version: 0.7.0 * * @package WP_Irving */