From afce3ab8da2aecfd1d93b1bcdba470519ee32cbe Mon Sep 17 00:00:00 2001 From: KAGG Design Date: Tue, 7 Sep 2021 16:38:38 +0300 Subject: [PATCH] Bump up version to 5.2.3. --- cyr-to-lat.php | 4 ++-- readme.txt | 6 +++++- tests/phpunit/bootstrap.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/cyr-to-lat.php b/cyr-to-lat.php index 359fe6f..e331bee 100644 --- a/cyr-to-lat.php +++ b/cyr-to-lat.php @@ -10,7 +10,7 @@ * Plugin Name: Cyr-To-Lat * Plugin URI: https://wordpress.org/plugins/cyr2lat/ * Description: Convert Non-Latin characters in post and term slugs to Latin characters. Useful for creating human-readable URLs. Based on the original plugin by Anton Skorobogatov. - * Version: 5.2.2 + * Version: 5.2.3 * Requires at least: 5.1 * Requires PHP: 5.6.20 * Author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel @@ -36,7 +36,7 @@ /** * Plugin version. */ -define( 'CYR_TO_LAT_VERSION', '5.2.2' ); +define( 'CYR_TO_LAT_VERSION', '5.2.3' ); /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 097f916..194fb48 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: SergeyBiryukov, mihdan, karevn, webvitaly, kaggdesign Tags: cyrillic, belorussian, ukrainian, bulgarian, macedonian, georgian, kazakh, latin, l10n, russian, cyr-to-lat, cyr2lat, rustolat, slugs, translations, transliteration Requires at least: 5.1 Tested up to: 5.8 -Stable tag: 5.2.2 +Stable tag: 5.2.3 Requires PHP: 5.6.20 Convert Non-Latin characters in post, page and term slugs to Latin characters. @@ -188,6 +188,10 @@ Yes you can! == Changelog == += 5.2.3 (07.09.2021) = +* Fix issue with WP Foro plugin - transliterate topic slug when created on frontend. +* Fix bug with Polylang on REST request. + = 5.2.2 (06.09.2021) = * Fix issue caused by the bug in Jetpack sync. * Optimize code related to WPML locale filtering. diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index f1fe68d..08d8f45 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -42,7 +42,7 @@ /** * Plugin version. */ -define( 'CYR_TO_LAT_TEST_VERSION', '5.2.2' ); +const CYR_TO_LAT_TEST_VERSION = '5.2.3'; /** * Path to the plugin dir.