Skip to content

Commit

Permalink
Merge pull request #292 from lloc/chore
Browse files Browse the repository at this point in the history
Version 2.6.4
  • Loading branch information
lloc committed May 1, 2024
2 parents b521353 + a3f030c commit 9024db9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.6.4

- WordPress 6.5 tested
- WooCommerce product categories regression fixed by @nowori
- Links to translate.wordpress.org added by @patriciabt
- lots of code improvements in tests and codebase

## 2.6.3

- Style loading in admin_bar reviewed
Expand Down
4 changes: 2 additions & 2 deletions MultisiteLanguageSwitcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @wordpress-plugin
*
* Plugin Name: Multisite Language Switcher
* Version: 2.6.3
* Version: 2.6.4
* Plugin URI: http://msls.co/
* Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation.
* Author: Dennis Ploetner
Expand Down Expand Up @@ -40,7 +40,7 @@
* @author Dennis Ploetner <[email protected]>
*/
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
define( 'MSLS_PLUGIN_VERSION', '2.6.3' );
define( 'MSLS_PLUGIN_VERSION', '2.6.4' );
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
define( 'MSLS_PLUGIN__FILE__', __FILE__ );

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Contributors: realloc, lucatume
Donate link: https://www.greenpeace.org/international/
Tags: multilingual, multisite, language, switcher, localization
Requires at least: 5.3
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 2.6.3
Stable tag: 2.6.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 9024db9

Please sign in to comment.