From dd73c1b6a50865f3a0329e521a77d105e09fbc9b Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Tue, 2 Jul 2024 12:45:28 +0200 Subject: [PATCH 1/2] Fix tested up to version and update readme + version bump --- fewer-tags.php | 4 ++-- readme.txt | 22 ++++++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/fewer-tags.php b/fewer-tags.php index 6465fc4..5bf740b 100644 --- a/fewer-tags.php +++ b/fewer-tags.php @@ -3,14 +3,14 @@ * Plugin that redirects tag pages to the home page if they contain fewer than a specified number of posts. * * @package FewerTags - * @version 1.4.1 + * @version 1.5 * * Plugin Name: Fewer Tags * Plugin URI: https://fewertags.com/ * Description: Redirects tag pages to the home page if they contain fewer than a specified number of posts, defaults to 10. Change under Settings → Reading. Learn more about this plugin at fewertags.com. * Requires at least: 6.2 * Requires PHP: 7.4 - * Version: 1.4.1 + * Version: 1.5 * Author: Joost de Valk * Author URI: https://joost.blog/ * License: GPL-3.0+ diff --git a/readme.txt b/readme.txt index b02e75a..e8e20fa 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: joostdevalk Tags: tag, tags, seo Requires at least: 6.2 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 1.4.1 +Stable tag: 1.5 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -19,7 +19,7 @@ Tags that have less than the configured number of posts: * Are hidden from visitors and search engines on your site, and are redirected to your homepage. * They don't show up in tag listings. -* The are no longer linked in WordPress core's or Yoast SEO generated XML sitemaps. +* The are no longer linked in WordPress core's or Yoast SEO or Slim SEO generated XML sitemaps. This positively affects your site's SEO and also leads to less crawling, as you have less useless tag pages. @@ -64,13 +64,19 @@ Yes, that's why we created [Fewer Tags Pro](https://fewertags.com/)! == Changelog == -= 1.4.2 Beta = += 1.5 = -* Improved banner for WP admin looks (removes rounded corners). -* Improved copy of `readme.txt`. -* Fixed a sentence and a capitalization issue. +Enhancements: -Props to [Slava Abakumov](https://ovirium.com/) for all of these suggested changes. +* Add support for Slim SEO, props [Anh Tran](https://profiles.wordpress.org/rilwis/). + +Bugfixes: + +* Reinstates the "View" action for other taxonomies than tags. + +Development: + +* Updated PHPCompatibility, added PHPStan, = 1.4.1 = From 9e2d2e68f1efb90729059bf6d2ea3f7a51e367a8 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Tue, 2 Jul 2024 12:47:16 +0200 Subject: [PATCH 2/2] Complete readme change --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index e8e20fa..a586800 100644 --- a/readme.txt +++ b/readme.txt @@ -76,7 +76,7 @@ Bugfixes: Development: -* Updated PHPCompatibility, added PHPStan, +* Updated PHPCompatibility, added PHPStan and fixed all resulting issues. = 1.4.1 =