Skip to content

Commit

Permalink
Update version number, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwollison committed Nov 23, 2018
1 parent 638dd1d commit 613ade5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-nlingual-system.php
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ public static function use_translated_post( $post_id, Language $language ) {
/**
* Localize the home URL.
*
* @since 2.9.0 Added check if being called before parse_request.
* @since 2.8.3 Added check if being called before parse_request.
* @since 2.2.0 No longer localizes draft URLs while in the admin.
* @since 2.0.0
*
Expand Down
2 changes: 1 addition & 1 deletion 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.8.2
Version: 2.8.3
Author: Doug Wollison
Author URI: http://dougw.me
Tags: multilingual, multi, language, admin, bilingual, switcher, translation, nlingual
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: dougwollison
Tags: multilingual, language, bilingual, translation
Requires at least: 4.0
Tested up to: 4.9.8
Stable tag: 2.8.2
Stable tag: 2.8.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -78,6 +78,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.8.3 =
Fixed handling of sites running on subdirectories, fixed issue with paginated urls.

= 2.8.2 =
Fixed issue with localizing URLs for sites on subdirectories.

Expand Down

0 comments on commit 613ade5

Please sign in to comment.