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

Release 0.12.0 #356

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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