From ab11c8f93c1e05ad30a030a97b71bdfc1a12ae4c Mon Sep 17 00:00:00 2001 From: KAGG Design Date: Sun, 21 Feb 2021 14:47:44 +0200 Subject: [PATCH] Bump up version to 4.6.3. --- cyr-to-lat.php | 6 +++--- readme.txt | 2 +- tests/phpunit/bootstrap.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cyr-to-lat.php b/cyr-to-lat.php index ee4d9cd..fb86002 100644 --- a/cyr-to-lat.php +++ b/cyr-to-lat.php @@ -9,8 +9,8 @@ * Author URI: https://profiles.wordpress.org/sergeybiryukov/ * Requires at least: 5.1 * Tested up to: 5.6 - * Version: 4.6.2 - * Stable tag: 4.6.2 + * Version: 4.6.3 + * Stable tag: 4.6.3 * * Text Domain: cyr2lat * Domain Path: /languages/ @@ -34,7 +34,7 @@ /** * Plugin version. */ -define( 'CYR_TO_LAT_VERSION', '4.6.2' ); +define( 'CYR_TO_LAT_VERSION', '4.6.3' ); /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index 98034c4..427b854 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.6 -Stable tag: 4.6.2 +Stable tag: 4.6.3 Requires PHP: 5.6.20 Converts Cyrillic characters in post, page and term slugs to Latin characters. diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index e307646..289c56a 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -37,7 +37,7 @@ /** * Plugin version. */ -define( 'CYR_TO_LAT_TEST_VERSION', '4.6.2' ); +define( 'CYR_TO_LAT_TEST_VERSION', '4.6.3' ); /** * Path to the plugin dir.