-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Components fixed * Ongoing PHPStan issue addressed * Ongoing PHPStan issue addressed * Workflow added * Integration deleted * Badges added * Badges design modified * Version 2.9.5
- Loading branch information
Showing
8 changed files
with
67 additions
and
367 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @wordpress-plugin | ||
* | ||
* Plugin Name: Multisite Language Switcher | ||
* Version: 2.9.4 | ||
* Version: 2.9.5 | ||
* 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 | ||
|
@@ -40,7 +40,7 @@ | |
* @author Dennis Ploetner <[email protected]> | ||
*/ | ||
if ( ! defined( 'MSLS_PLUGIN_VERSION' ) ) { | ||
define( 'MSLS_PLUGIN_VERSION', '2.9.4' ); | ||
define( 'MSLS_PLUGIN_VERSION', '2.9.5' ); | ||
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) ); | ||
define( 'MSLS_PLUGIN__FILE__', __FILE__ ); | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters