Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
- Bump version numbers
- Update changelogs
  • Loading branch information
joemcgill committed Dec 15, 2020
1 parent 7071ed3 commit 94af931
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion wp-irving.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 94af931

Please sign in to comment.