From 19a3f8ba2b5d3faf5f68a97ee310da94a9a9b014 Mon Sep 17 00:00:00 2001 From: Laird Date: Sun, 11 Feb 2024 11:03:52 +1000 Subject: [PATCH] Update plugin codename and bump version to 1.8.6 The new codename for this fork used the digit 8, which is not permissible on Extend. --- CHANGELOG.txt | 6 +++++- README.rst | 2 +- inc/plugins/google_seo/plugin.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c790127..ef112ad 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ -2024-01-31: stable release 1.8.5 +2024-02-11: stable release 1.8.6 + + * correct the new codename for this fork: digits are invalid + +2024-02-11: stable release 1.8.5 * fix various warnings that occur under PHP 8 diff --git a/README.rst b/README.rst index 62cc927..3fa6b73 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ End User Manual :Author: Andreas Klauer :Fork Maintainers: Omar G and Laird Shaw -:Version: 1.8.5 of 2024 Feb 11 +:Version: 1.8.6 of 2024 Feb 11 :Fork Homepage: https://github.com/Sama34/MyBB-Google-SEO :Original Homepage: https://github.com/frostschutz/MyBB-Google-SEO diff --git a/inc/plugins/google_seo/plugin.php b/inc/plugins/google_seo/plugin.php index e0362f5..2a2d7cc 100644 --- a/inc/plugins/google_seo/plugin.php +++ b/inc/plugins/google_seo/plugin.php @@ -53,10 +53,10 @@ function google_seo_plugin_info() "description" => "{$lang->googleseo_plugin_description}", "author" => "Andreas Klauer", "authorsite" => "mailto:Andreas.Klauer@metamorpher.de", - "version" => "1.8.5", + "version" => "1.8.6", "guid" => "8d12371391e1c95392dd567617e40f7f", "compatibility" => "*", - "codename" => "google_seo_updated_for_php8", + "codename" => "google_seo_php_eight_update", ); // Provide some additional status information, if the plugin is enabled.