Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler committed Mar 8, 2022
1 parent 8480e53 commit 12817fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Install the plugin and activate it and that is it. There is no settings page or

## Changelog

### 0.2.3 - 09 March 2022
* Fix comparison operator in version_compare() calls for PHP8 compatibility - props @chesio

### 0.2.2 - 20 May 2018
* Do not run of feeds
* Update composer.json license
Expand Down
5 changes: 4 additions & 1 deletion polylang-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
* Plugin URI: https://github.com/grappler/polylang-slug
* GitHub Plugin URI: https://github.com/grappler/polylang-slug
* Description: Allows same slug for multiple languages in Polylang
* Version: 0.2.2
* Version: 0.2.3
* Requires at least: 4.0
* Requires PHP: 5.3
* Author: Ulrich Pogson
* Author URI: http://ulrich.pogson.ch/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: polylang-slug
* Domain Path: /languages
* Update URI: false
*/

// Built using code from: https://wordpress.org/support/topic/plugin-polylang-identical-page-names-in-different-languages?replies=8#post-2669927
Expand Down

0 comments on commit 12817fb

Please sign in to comment.