diff --git a/README.md b/README.md index 43104025..cd1ff07f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,22 @@ While WP Irving contains a few basic plugin integrations (and we hope to support ## Changelog ## +### 0.10.0 ### + +[in development] + +### 0.9.0 ### + +* Fix: Update the site theme to work for child themes +* Fix: Remove check for page context in block library styles +* Fix: Update New Relic integration to better typecast +* Add: Integrate Application Passswords +* Add: Initial support for FB Instant Articles +* Fix: Bypass auth errors and return unauthenticated data if app pass is incorrect +* Add: Display a message to users with an invalid auth token +* Fix: Update WP Irving integration to only delete Irving app passwords +* Remove: Feat/deprecate theme options + ### 0.8.0 ### * Add: Display a Welcome to Irving message when template files do not exist (#305) diff --git a/readme.txt b/readme.txt index dd9a675c..cee41df3 100755 --- a/readme.txt +++ b/readme.txt @@ -19,10 +19,22 @@ While WP Irving contains a few basic plugin integrations (and we hope to support == Changelog == -= 0.9.0 = += 0.10.0 = [in development] += 0.9.0 = + +* Fix: Update the site theme to work for child themes +* Fix: Remove check for page context in block library styles +* Fix: Update New Relic integration to better typecast +* Add: Integrate Application Passswords +* Add: Initial support for FB Instant Articles +* Fix: Bypass auth errors and return unauthenticated data if app pass is incorrect +* Add: Display a message to users with an invalid auth token +* Fix: Update WP Irving integration to only delete Irving app passwords +* Remove: Feat/deprecate theme options + = 0.8.0 = * Add: Display a Welcome to Irving message when template files do not exist (#305) diff --git a/wp-irving.php b/wp-irving.php index aa02de60..2bae29e9 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.9.0-alpha + * Version: 0.9.0 * * @package WP_Irving */