diff --git a/nlingual.php b/nlingual.php index bf052b9..bce6a46 100644 --- a/nlingual.php +++ b/nlingual.php @@ -3,7 +3,7 @@ Plugin Name: nLingual Plugin URI: https://github.com/dougwollison/nlingual Description: Easy to manage Multilingual system, with theme development utilities and post data synchronization. -Version: 2.10.0 +Version: 2.10.0.1 Author: Doug Wollison Author URI: https://dougw.me Tags: multilingual, multi, language, admin, bilingual, switcher, translation, nlingual @@ -50,7 +50,7 @@ * * @var string */ -define( 'NL_PLUGIN_VERSION', '2.10.0' ); +define( 'NL_PLUGIN_VERSION', '2.10.0.1' ); /** * Identifies the current database version. diff --git a/readme.txt b/readme.txt index 28732f1..43a046d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: multilingual, language, bilingual, translation Requires at least: 6.2.0 Tested up to: 6.6.2 Requires PHP: 7.0.0 -Stable tag: 2.10.0 +Stable tag: 2.10.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,9 @@ Although nLingual 2 has be rewritten from scratch, most if not all of the functi **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/nlingual/releases) for this project.** += 2.10.0.1 = +Fix display of translation links in posts screen. + = 2.10.0 = WP 6.6 and PHP 7 compatibility and API documentation improvements. Minor type check fixes and output escaping for edge cases.