diff --git a/README.md b/README.md index fb3a048b..c13c5ab3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,17 @@ While WP Irving contains a few basic plugin integrations (and we hope to support ## Changelog ## +### 0.12.0 ### +* Update: Frequency of Coral comment count cron to every 5 minutes (#345) +* Add: Action hook for logging Pico API errors (#346) +* Fix: Registration of Coral user post type (#350) +* Update: Modify Coral setup to help accommodate avatar implementation (#351) +* Add: Support for Jetpack's Site Verification Tools module (#353) +* Fix: Don't camel case CSS custom properties (#354) +* Add: Coral comment count threshold setting (#355) +* Update: Refactor application passwords integration (#348) +* Fix: Incorrect dockblock types (#349) + ### 0.11.0 ### * Fix: Allow filter to handle generic objects instead of WP_Term objects (#340) diff --git a/readme.txt b/readme.txt index 7c71efb1..3c9f99c1 100755 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,17 @@ While WP Irving contains a few basic plugin integrations (and we hope to support == Changelog == += 0.12.0 = +* Update: Frequency of Coral comment count cron to every 5 minutes (#345) +* Add: Action hook for logging Pico API errors (#346) +* Fix: Registration of Coral user post type (#350) +* Update: Modify Coral setup to help accommodate avatar implementation (#351) +* Add: Support for Jetpack's Site Verification Tools module (#353) +* Fix: Don't camel case CSS custom properties (#354) +* Add: Coral comment count threshold setting (#355) +* Update: Refactor application passwords integration (#348) +* Fix: Incorrect dockblock types (#349) + = 0.11.0 = * Fix: Allow filter to handle generic objects instead of WP_Term objects (#340) diff --git a/wp-irving.php b/wp-irving.php index f60a5aaf..c818891f 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.11.0 + * Version: 0.12.0 * * @package WP_Irving */