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

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyevans committed Sep 28, 2021
1 parent d5c0295 commit 5cd8dfe
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.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)
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.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)
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.11.0
* Version: 0.12.0
*
* @package WP_Irving
*/
Expand Down

0 comments on commit 5cd8dfe

Please sign in to comment.