diff --git a/cyr-to-lat.php b/cyr-to-lat.php index ce1b58f..a19359a 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.1.0 + * Version: 5.2.0 * 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.1.0' ); +define( 'CYR_TO_LAT_VERSION', '5.2.0' ); /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index d42b2dd..1191056 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.1.0 +Stable tag: 5.2.0 Requires PHP: 5.6.20 Convert Non-Latin characters in post, page and term slugs to Latin characters. @@ -188,6 +188,9 @@ Yes you can! == Changelog == += 5.2.0 (27.07.2021) = +* Add support for categories and tags in other languages with wpml. + = 5.1.0 (19.07.2021) = * Fix issue-95 - 404 on localized terms created before plugin install. * Add cache flushing after batch conversion. diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index 93a64b6..4418110 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -42,7 +42,7 @@ /** * Plugin version. */ -define( 'CYR_TO_LAT_TEST_VERSION', '5.1.0' ); +define( 'CYR_TO_LAT_TEST_VERSION', '5.2.0' ); /** * Path to the plugin dir.