Skip to content

Commit

Permalink
Bump up version to 4.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Feb 21, 2021
1 parent a268a5d commit ab11c8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cyr-to-lat.php
Expand Up @@ -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/
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/bootstrap.php
Expand Up @@ -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.
Expand Down

0 comments on commit ab11c8f

Please sign in to comment.