diff --git a/multisite-auto-language-switcher.php b/multisite-auto-language-switcher.php index ef044e2..92aa703 100644 --- a/multisite-auto-language-switcher.php +++ b/multisite-auto-language-switcher.php @@ -8,7 +8,7 @@ Description: Automatically switch to a user's preferred language if Multisite Language Switcher is enabled and active for the current page. Author: Epiphyt Author URI: https://epiph.yt/en/ -Version: 1.0.0 +Version: 1.0.1 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: multisite-auto-language-switcher @@ -29,7 +29,7 @@ */ \defined( 'ABSPATH' ) || exit; -\define( 'EPI_MULTISITE_AUTO_LANGUAGE_SWITCHER_VERSION', '1.0.0' ); +\define( 'EPI_MULTISITE_AUTO_LANGUAGE_SWITCHER_VERSION', '1.0.1' ); if ( ! \defined( 'EPI_MULTISITE_AUTO_LANGUAGE_SWITCHER_BASE' ) ) { \define( 'EPI_MULTISITE_AUTO_LANGUAGE_SWITCHER_BASE', \WP_PLUGIN_DIR . '/multisite-auto-language-switcher/' ); diff --git a/readme.txt b/readme.txt index f9de57b..2aad054 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: epiphyt, kittmedia Tags: multisite, switcher language, preferred, automatic Requires at least: 6.1 -Stable tag: 1.0.0 -Tested up to: 6.6 +Stable tag: 1.0.1 +Tested up to: 6.7 Requires PHP: 7.4 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -44,6 +44,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.0.1 = +* Fixed: Unwanted redirects for certain pages +* Fixed: Redirecting again after explicitly clicking on a language in the language switcher + = 1.0.0 = * Initial release