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..a586800 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 and fixed all resulting issues. = 1.4.1 =