diff --git a/README.md b/README.md index 636d122..9463182 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ Code can then be written to query and display all people or press releases relat ## Changelog +### 1.2.3 + +* In a case where a published post is missing its associated shadow term, create one on post update. +* Bail early on direct access to plugin files. +* Confirm WordPress 6.9 support. +* Update development dependencies. + ### 1.2.2 * No functional changes. diff --git a/plugin.php b/plugin.php index 01f04be..d54f92f 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Shadow Terms * Description: Use terms from generated taxonomies to associate related content. - * Version: 1.2.2 + * Version: 1.2.3 * Plugin URI: https://github.com/happyprime/shadow-terms/ * Author: Happy Prime * Author URI: https://happyprime.co diff --git a/readme.txt b/readme.txt index 895aced..4db92f4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: happyprime, jeremyfelt, slocker, philcable, wpgirl369 Tags: terms, related, content Requires at least: 5.9 Tested up to: 6.9 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: GPLv2 or later Requires PHP: 7.4 @@ -40,6 +40,13 @@ Code can then be written to query and display all people or press releases relat ## Changelog +### 1.2.3 + +* In a case where a published post is missing its associated shadow term, create one on post update. +* Bail early on direct access to plugin files. +* Confirm WordPress 6.9 support. +* Update development dependencies. + ### 1.2.2 * No functional changes.