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

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Jan 25, 2021
1 parent 99cec72 commit 5ecd498
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ While WP Irving contains a few basic plugin integrations (and we hope to support

## Changelog ##

### 0.8.0 ###

* Add: Display a Welcome to Irving message when template files do not exist (#305)
* Fix: Ensure children site-menu items are appended, not overwritten (#306)
* Fix: Update recursive site theme loop so non-string values are skipped (#309)
* Fix: Update site-menu component to allow explicitly setting the menu name (#307)
* Fix: Cache full site theme value to improve performance (#310)
* Add: Add script for drafting changelogs (#304)
* Update: Update Pico staging URL in our integration (#311)
* Fix: Decode HTML entities for title in social sharing component (#312)

### 0.7.0 ###

* Add: CODEOWNERS file to the repo (#291)
Expand Down
11 changes: 11 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ While WP Irving contains a few basic plugin integrations (and we hope to support

== Changelog ==

= 0.8.0 =

* Add: Display a Welcome to Irving message when template files do not exist (#305)
* Fix: Ensure children site-menu items are appended, not overwritten (#306)
* Fix: Update recursive site theme loop so non-string values are skipped (#309)
* Fix: Update site-menu component to allow explicitly setting the menu name (#307)
* Fix: Cache full site theme value to improve performance (#310)
* Add: Add script for drafting changelogs (#304)
* Update: Update Pico staging URL in our integration (#311)
* Fix: Decode HTML entities for title in social sharing component (#312)

= 0.7.0 =

* Add: CODEOWNERS file to the repo (#291)
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.8.0-alpha
* Version: 0.8.0
*
* @package WP_Irving
*/
Expand Down

0 comments on commit 5ecd498

Please sign in to comment.