Skip to content

Commit 9024db9

Browse files
authored
Merge pull request #292 from lloc/chore
Version 2.6.4
2 parents b521353 + a3f030c commit 9024db9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.6.4
2+
3+
- WordPress 6.5 tested
4+
- WooCommerce product categories regression fixed by @nowori
5+
- Links to translate.wordpress.org added by @patriciabt
6+
- lots of code improvements in tests and codebase
7+
18
## 2.6.3
29

310
- Style loading in admin_bar reviewed

MultisiteLanguageSwitcher.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @wordpress-plugin
88
*
99
* Plugin Name: Multisite Language Switcher
10-
* Version: 2.6.3
10+
* Version: 2.6.4
1111
* Plugin URI: http://msls.co/
1212
* Description: A simple but powerful plugin that will help you to manage the relations of your contents in a multilingual multisite-installation.
1313
* Author: Dennis Ploetner
@@ -40,7 +40,7 @@
4040
* @author Dennis Ploetner <re@lloc.de>
4141
*/
4242
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) {
43-
define( 'MSLS_PLUGIN_VERSION', '2.6.3' );
43+
define( 'MSLS_PLUGIN_VERSION', '2.6.4' );
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Contributors: realloc, lucatume
44
Donate link: https://www.greenpeace.org/international/
55
Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 5.3
7-
Tested up to: 6.4
7+
Tested up to: 6.5
88
Requires PHP: 7.4
9-
Stable tag: 2.6.3
9+
Stable tag: 2.6.4
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

0 commit comments

Comments
 (0)