From 4624af57c95ea195b7fb39745a608c9fa3945e74 Mon Sep 17 00:00:00 2001 From: James Burke Date: Wed, 14 Jul 2021 11:57:28 -0400 Subject: [PATCH] Release 0.10.0 --- README.md | 6 +++++- readme.txt | 6 +++++- wp-irving.php | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd1ff07f..60ec99bd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ While WP Irving contains a few basic plugin integrations (and we hope to support ### 0.10.0 ### -[in development] +* Fix: Handle question mark edge case in usernames (#333) +* Update: Refactor Post List to deduplicate posts more performantly (#335) +* Update: Improve Coral integration to account for permalink modifications (#336) +* Fix: Filter content type for Coral email (#337) +* Fix: Only send Story ID for published posts (#338) ### 0.9.0 ### diff --git a/readme.txt b/readme.txt index cee41df3..2245c880 100755 --- a/readme.txt +++ b/readme.txt @@ -21,7 +21,11 @@ While WP Irving contains a few basic plugin integrations (and we hope to support = 0.10.0 = -[in development] +* Fix: Handle question mark edge case in usernames (#333) +* Update: Refactor Post List to deduplicate posts more performantly (#335) +* Update: Improve Coral integration to account for permalink modifications (#336) +* Fix: Filter content type for Coral email (#337) +* Fix: Only send Story ID for published posts (#338) = 0.9.0 = diff --git a/wp-irving.php b/wp-irving.php index 2bae29e9..2c1dd9d5 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 + * Version: 0.10.0 * * @package WP_Irving */