Skip to content

Commit 3c0615e

Browse files
authored
Merge pull request #64 from happyprime/task/bump-version
Bump 1.2.3
2 parents db1a8f8 + 36fad03 commit 3c0615e

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Code can then be written to query and display all people or press releases relat
3535

3636
## Changelog
3737

38+
### 1.2.3
39+
40+
* In a case where a published post is missing its associated shadow term, create one on post update.
41+
* Bail early on direct access to plugin files.
42+
* Confirm WordPress 6.9 support.
43+
* Update development dependencies.
44+
3845
### 1.2.2
3946

4047
* No functional changes.

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Shadow Terms
44
* Description: Use terms from generated taxonomies to associate related content.
5-
* Version: 1.2.2
5+
* Version: 1.2.3
66
* Plugin URI: https://github.com/happyprime/shadow-terms/
77
* Author: Happy Prime
88
* Author URI: https://happyprime.co

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: happyprime, jeremyfelt, slocker, philcable, wpgirl369
33
Tags: terms, related, content
44
Requires at least: 5.9
55
Tested up to: 6.9
6-
Stable tag: 1.2.2
6+
Stable tag: 1.2.3
77
License: GPLv2 or later
88
Requires PHP: 7.4
99

@@ -40,6 +40,13 @@ Code can then be written to query and display all people or press releases relat
4040

4141
## Changelog
4242

43+
### 1.2.3
44+
45+
* In a case where a published post is missing its associated shadow term, create one on post update.
46+
* Bail early on direct access to plugin files.
47+
* Confirm WordPress 6.9 support.
48+
* Update development dependencies.
49+
4350
### 1.2.2
4451

4552
* No functional changes.

0 commit comments

Comments
 (0)