From aa95254dfd1a38cd0f6fcb2d7e3b6f7b02cb9f55 Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Fri, 6 May 2022 08:28:01 +0200 Subject: [PATCH] v1.0.6 --- changelog.txt | 20 +++++++++++++++----- noindex-seo.php | 4 ++-- readme.txt | 24 +++++++++++++++++------- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/changelog.txt b/changelog.txt index d32e52d..ea43a73 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,20 +1,30 @@ == Changelog == -= 1.0.5 (2021-11-05) = += 1.0.6 = +* 2022-05-06 +* Compatibility: WordPress 4.9 - WordPress 6.0 +* Compatibility: PHP 5.6.20 - PHP 8.1 + += 1.0.5 = +* 2021-11-05 * Compatibility: WordPress 4.9 - WordPress 5.9 * Compatibility: PHP 5.6.20 - PHP 8.1 -= 1.0.4 (2021-06-23) = += 1.0.4 = +* 2021-06-23 * Compatibility: WordPress 5.8 -= 1.0.3 (2021-02-14) = += 1.0.3 = +* 2021-02-14 * Compatibility: WordPress 5.7 -= 1.0.2 (2020-11-30) = += 1.0.2 = +* 2020-11-30 * Compatibility: WordPress 5.6 * Compatibility: PHP 8.0 -= 1.0.1 (2020-07-22) = += 1.0.1 = +* 2020-07-22 * Compatibility: WordPress 5.5 = 1.0.0 = diff --git a/noindex-seo.php b/noindex-seo.php index 0518099..816f479 100644 --- a/noindex-seo.php +++ b/noindex-seo.php @@ -3,9 +3,9 @@ Plugin Name: noindex SEO Plugin URI: https://wordpress.org/plugins/noindex-seo/ Description: Allows to add a meta-tag for robots noindex in some parts of your WordPress site. -Version: 1.0.5 +Version: 1.0.6 Requires at least: 4.9 -Tested: 5.9 +Tested: 6.0 Requires PHP: 5.6.20 Tested PHP: 8.1 Author: Javier Casares diff --git a/readme.txt b/readme.txt index 80840f1..fadfd1c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: javiercasares Tags: seo, noindex Requires at least: 4.9 -Tested: 5.9 +Tested: 6.0 Requires PHP: 5.6.20 Tested PHP: 8.1 -Stable tag: 1.0.5 +Stable tag: 1.0.6 License: EUPL 1.2 License URI: https://eupl.eu/1.2/en/ @@ -65,20 +65,30 @@ Important note: if you have any doubt about any of the following items it is bes == Changelog == -= 1.0.5 (2021-07-03) = += 1.0.6 = +* 2022-05-06 +* Compatibility: WordPress 6.0 + += 1.0.5 = +* 2021-11-05 * Update the Plugin URI for WordPress 5.8 +* Compatibility: PHP 8.1 -= 1.0.4 (2021-06-23) = += 1.0.4 = +* 2021-06-23 * Compatibility: WordPress 5.8 -= 1.0.3 (2021-02-14) = += 1.0.3 = +* 2021-02-14 * Compatibility: WordPress 5.7 -= 1.0.2 (2020-11-30) = += 1.0.2 = +* 2020-11-30 * Compatibility: WordPress 5.6 * Compatibility: PHP 8.0 -= 1.0.1 (2020-07-22) = += 1.0.1 = +* 2020-07-22 * Compatibility: WordPress 5.5 = 1.0.0 =