diff --git a/cyr-to-lat.php b/cyr-to-lat.php index 115e957..ccd7180 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.4 + * Version: 5.2.5 * 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.4' ); +define( 'CYR_TO_LAT_VERSION', '5.2.5' ); /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 86c12bd..b299175 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.4 +Stable tag: 5.2.5 Requires PHP: 5.6.20 Convert Non-Latin characters in post, page and term slugs to Latin characters. diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index 879dbb2..c620259 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -37,7 +37,7 @@ /** * Plugin version. */ -const CYR_TO_LAT_TEST_VERSION = '5.2.4'; +const CYR_TO_LAT_TEST_VERSION = '5.2.5'; /** * Path to the plugin dir.