Skip to content
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
Loading