From c297c27ba2e76f2ee85850668869dce61b47927e Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 29 Mar 2025 12:18:54 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8release:=20Bump=20version=20to=201.6.0?= =?UTF-8?q?;=20implement=20full=20admin=20configurability=20and=20automate?= =?UTF-8?q?=20release=20builds=20#release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++++ resource-filter.php | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d00481..b4563d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.6.0 - 2025-03-29 + +- Implement full admin configuarability +- Update action to build releases automatically +- Clean up unneeded files +- Update templates to use new admin settings + ## 1.5.4 - 2025-03-03 - Fix count issue diff --git a/README.md b/README.md index 4df8028..ff3651b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,13 @@ The plugin is designed to work out of the box with minimal configuration. Howeve ## Changelog +## 1.6.0 - 2025-03-29 + +- Implement full admin configuarability +- Update action to build releases automatically +- Clean up unneeded files +- Update templates to use new admin settings + ## 1.5.4 - 2025-03-03 - Fix count issue diff --git a/resource-filter.php b/resource-filter.php index 4071331..bfbbcad 100644 --- a/resource-filter.php +++ b/resource-filter.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/Vincent-Design-Inc/resource-filter * Update URI: https://github.com/Vincent-Design-Inc/resource-filter * Description: Adds filtering for the content typed by various taxonomies. - * Version: 1.5.4 + * Version: 1.6.0 * Author: Keith Solomon */