diff --git a/.wordpress-org/banner-1544x500.jpg b/.wordpress-org/banner-1544x500.jpg new file mode 100644 index 0000000..2404fc2 Binary files /dev/null and b/.wordpress-org/banner-1544x500.jpg differ diff --git a/.wordpress-org/banner-772x250.jpg b/.wordpress-org/banner-772x250.jpg new file mode 100644 index 0000000..c67c1b6 Binary files /dev/null and b/.wordpress-org/banner-772x250.jpg differ diff --git a/.wordpress-org/icon-128x128.jpg b/.wordpress-org/icon-128x128.jpg new file mode 100644 index 0000000..c02d6de Binary files /dev/null and b/.wordpress-org/icon-128x128.jpg differ diff --git a/.wordpress-org/icon-256x256.jpg b/.wordpress-org/icon-256x256.jpg new file mode 100644 index 0000000..32d3279 Binary files /dev/null and b/.wordpress-org/icon-256x256.jpg differ diff --git a/LICENSE b/LICENSE index 5ef1de6..259a08a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Shadow Terms plugin for WordPress -Copyright 2022 by Happy Prime and contributors +Copyright 2022-2023 by Happy Prime and contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -361,6 +361,6 @@ Public License instead of this License. WRITTEN OFFER The source code for any program binaries or compressed scripts that are -included with Turn Comments Off can be freely obtained at the following URL: +included with Shadow Terms can be freely obtained at the following URL: https://github.com/happyprime/shadow-terms/ diff --git a/README.md b/README.md index f484871..c72c283 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Code can then be written to query and display all people or press releases relat ## Changelog +### 1.1.0 + +* Add filtering to shadow taxonomy taxonomy arguments. +* Update development tooling. + ### 1.0.1 * Fix: Ensure term and post slugs sync properly on post update. diff --git a/plugin.php b/plugin.php index 78192f8..5ae6e3f 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.0.1 + * Version: 1.1.0 * 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 c099773..cc38ef2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: happyprime, jeremyfelt, slocker, philcable, wpgirl369 Tags: terms, related, content Requires at least: 5.9 -Tested up to: 6.2 -Stable tag: 1.0.1 +Tested up to: 6.3 +Stable tag: 1.1.0 License: GPLv2 or later Requires PHP: 7.4 @@ -40,6 +40,11 @@ Code can then be written to query and display all people or press releases relat ## Changelog +### 1.1.0 + +* Add filtering to shadow taxonomy taxonomy arguments. +* Update development tooling. + ### 1.0.1 * Fix: Ensure term and post slugs sync properly on post update.