Skip to content

Commit

Permalink
🔖 Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Dec 2, 2024
1 parent a5ab210 commit 21227a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions multisite-auto-language-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 21227a4

Please sign in to comment.