Skip to content

Commit 750bfb8

Browse files
committed
Bump 1.2.1
1 parent eaf0a08 commit 750bfb8

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.1
39+
40+
* No functional changes.
41+
* Exclude phpstan config from distribution.
42+
* Update development dependencies.
43+
* Confirm WordPress 6.6 support.
44+
3845
### 1.2.0
3946

4047
* Do not show "Add New" term option for shadow taxonomies, which are automatically managed. Thanks [@s3rgiosan](https://github.com/s3rgiosan)!

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.0
5+
* Version: 1.2.1
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.6
6-
Stable tag: 1.2.0
6+
Stable tag: 1.2.1
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.1
44+
45+
* No functional changes.
46+
* Exclude phpstan config from distribution.
47+
* Update development dependencies.
48+
* Confirm WordPress 6.6 support.
49+
4350
### 1.2.0
4451

4552
* Do not show "Add New" term option for shadow taxonomies, which are automatically managed. Thanks [@s3rgiosan](https://profiles.wordpress.org/s3rgiosan/)!

0 commit comments

Comments
 (0)