Skip to content

Commit

Permalink
hotfix version number, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwollison committed Nov 7, 2024
1 parent e6b7c91 commit 2cb122e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nlingual.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 2cb122e

Please sign in to comment.