Cyr-To-Lat - Version 4.6.4

Version Description

(03.03.2021) = * Tested up to WordPress 5.7

Download this release

Release Info

Developer mihdan
Plugin Icon 128x128 Cyr-To-Lat
Version 4.6.4
Comparing to
See all releases

Code changes from version 4.6.3 to 4.6.4

cyr-to-lat.php CHANGED
@@ -8,9 +8,9 @@
8
  * Author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel
9
  * Author URI: https://profiles.wordpress.org/sergeybiryukov/
10
  * Requires at least: 5.1
11
- * Tested up to: 5.6
12
- * Version: 4.6.3
13
- * Stable tag: 4.6.3
14
  *
15
  * Text Domain: cyr2lat
16
  * Domain Path: /languages/
@@ -34,7 +34,7 @@ if ( defined( 'CYR_TO_LAT_VERSION' ) ) {
34
  /**
35
  * Plugin version.
36
  */
37
- define( 'CYR_TO_LAT_VERSION', '4.6.3' );
38
 
39
  /**
40
  * Path to the plugin dir.
8
  * Author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel
9
  * Author URI: https://profiles.wordpress.org/sergeybiryukov/
10
  * Requires at least: 5.1
11
+ * Tested up to: 5.7
12
+ * Version: 4.6.4
13
+ * Stable tag: 4.6.4
14
  *
15
  * Text Domain: cyr2lat
16
  * Domain Path: /languages/
34
  /**
35
  * Plugin version.
36
  */
37
+ define( 'CYR_TO_LAT_VERSION', '4.6.4' );
38
 
39
  /**
40
  * Path to the plugin dir.
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: SergeyBiryukov, mihdan, karevn, webvitaly, kaggdesign
3
  Tags: cyrillic, belorussian, ukrainian, bulgarian, macedonian, georgian, kazakh, latin, l10n, russian, cyr-to-lat, cyr2lat, rustolat, slugs, translations, transliteration
4
  Requires at least: 5.1
5
- Tested up to: 5.6
6
- Stable tag: 4.6.3
7
  Requires PHP: 5.6.20
8
 
9
  Converts Cyrillic characters in post, page and term slugs to Latin characters.
@@ -174,6 +174,9 @@ Yes you can!
174
 
175
  == Changelog ==
176
 
 
 
 
177
  = 4.6.3 (21.02.2021) =
178
  * Fix bug with attachment post type filtered by 'ctl_post_types'
179
  * Fix bug with background conversion of product attribute terms
2
  Contributors: SergeyBiryukov, mihdan, karevn, webvitaly, kaggdesign
3
  Tags: cyrillic, belorussian, ukrainian, bulgarian, macedonian, georgian, kazakh, latin, l10n, russian, cyr-to-lat, cyr2lat, rustolat, slugs, translations, transliteration
4
  Requires at least: 5.1
5
+ Tested up to: 5.7
6
+ Stable tag: 4.6.4
7
  Requires PHP: 5.6.20
8
 
9
  Converts Cyrillic characters in post, page and term slugs to Latin characters.
174
 
175
  == Changelog ==
176
 
177
+ = 4.6.4 (03.03.2021) =
178
+ * Tested up to WordPress 5.7
179
+
180
  = 4.6.3 (21.02.2021) =
181
  * Fix bug with attachment post type filtered by 'ctl_post_types'
182
  * Fix bug with background conversion of product attribute terms
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitab59197479483050e615845d183c2e8c::getLoader();
vendor/composer/InstalledVersions.php CHANGED
@@ -25,12 +25,12 @@ class InstalledVersions
25
  private static $installed = array (
26
  'root' =>
27
  array (
28
- 'pretty_version' => '4.6.3',
29
- 'version' => '4.6.3.0',
30
  'aliases' =>
31
  array (
32
  ),
33
- 'reference' => 'ce2a10f8815d84a2dda023dd8a77b476fe5d5121',
34
  'name' => 'mihdan/cyr2lat',
35
  ),
36
  'versions' =>
@@ -46,12 +46,12 @@ private static $installed = array (
46
  ),
47
  'mihdan/cyr2lat' =>
48
  array (
49
- 'pretty_version' => '4.6.3',
50
- 'version' => '4.6.3.0',
51
  'aliases' =>
52
  array (
53
  ),
54
- 'reference' => 'ce2a10f8815d84a2dda023dd8a77b476fe5d5121',
55
  ),
56
  'roundcube/plugin-installer' =>
57
  array (
25
  private static $installed = array (
26
  'root' =>
27
  array (
28
+ 'pretty_version' => '4.6.4',
29
+ 'version' => '4.6.4.0',
30
  'aliases' =>
31
  array (
32
  ),
33
+ 'reference' => '4117c3e807c8bed4120639cfcd1ef7f34cb2a543',
34
  'name' => 'mihdan/cyr2lat',
35
  ),
36
  'versions' =>
46
  ),
47
  'mihdan/cyr2lat' =>
48
  array (
49
+ 'pretty_version' => '4.6.4',
50
+ 'version' => '4.6.4.0',
51
  'aliases' =>
52
  array (
53
  ),
54
+ 'reference' => '4117c3e807c8bed4120639cfcd1ef7f34cb2a543',
55
  ),
56
  'roundcube/plugin-installer' =>
57
  array (
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
- spl_autoload_unregister(array('ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit76c1b68253769f5eb2ea461037e5396c::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit76c1b68253769f5eb2ea461037e5396c
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
- $includeFiles = Composer\Autoload\ComposerStaticInit76c1b68253769f5eb2ea461037e5396c::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
- composerRequire76c1b68253769f5eb2ea461037e5396c($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
- function composerRequire76c1b68253769f5eb2ea461037e5396c($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitab59197479483050e615845d183c2e8c
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInitab59197479483050e615845d183c2e8c', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInitab59197479483050e615845d183c2e8c', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInitab59197479483050e615845d183c2e8c::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
+ $includeFiles = Composer\Autoload\ComposerStaticInitab59197479483050e615845d183c2e8c::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
+ composerRequireab59197479483050e615845d183c2e8c($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
+ function composerRequireab59197479483050e615845d183c2e8c($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit76c1b68253769f5eb2ea461037e5396c
8
  {
9
  public static $files = array (
10
  '344a0f93a05b8ca362c22e39586db500' => __DIR__ . '/../..' . '/lib/polyfill-mbstring/bootstrap.php',
@@ -45,9 +45,9 @@ class ComposerStaticInit76c1b68253769f5eb2ea461037e5396c
45
  public static function getInitializer(ClassLoader $loader)
46
  {
47
  return \Closure::bind(function () use ($loader) {
48
- $loader->prefixLengthsPsr4 = ComposerStaticInit76c1b68253769f5eb2ea461037e5396c::$prefixLengthsPsr4;
49
- $loader->prefixDirsPsr4 = ComposerStaticInit76c1b68253769f5eb2ea461037e5396c::$prefixDirsPsr4;
50
- $loader->classMap = ComposerStaticInit76c1b68253769f5eb2ea461037e5396c::$classMap;
51
 
52
  }, null, ClassLoader::class);
53
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitab59197479483050e615845d183c2e8c
8
  {
9
  public static $files = array (
10
  '344a0f93a05b8ca362c22e39586db500' => __DIR__ . '/../..' . '/lib/polyfill-mbstring/bootstrap.php',
45
  public static function getInitializer(ClassLoader $loader)
46
  {
47
  return \Closure::bind(function () use ($loader) {
48
+ $loader->prefixLengthsPsr4 = ComposerStaticInitab59197479483050e615845d183c2e8c::$prefixLengthsPsr4;
49
+ $loader->prefixDirsPsr4 = ComposerStaticInitab59197479483050e615845d183c2e8c::$prefixDirsPsr4;
50
+ $loader->classMap = ComposerStaticInitab59197479483050e615845d183c2e8c::$classMap;
51
 
52
  }, null, ClassLoader::class);
53
  }
vendor/composer/installed.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '4.6.3',
5
- 'version' => '4.6.3.0',
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => 'ce2a10f8815d84a2dda023dd8a77b476fe5d5121',
10
  'name' => 'mihdan/cyr2lat',
11
  ),
12
  'versions' =>
@@ -22,12 +22,12 @@
22
  ),
23
  'mihdan/cyr2lat' =>
24
  array (
25
- 'pretty_version' => '4.6.3',
26
- 'version' => '4.6.3.0',
27
  'aliases' =>
28
  array (
29
  ),
30
- 'reference' => 'ce2a10f8815d84a2dda023dd8a77b476fe5d5121',
31
  ),
32
  'roundcube/plugin-installer' =>
33
  array (
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '4.6.4',
5
+ 'version' => '4.6.4.0',
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => '4117c3e807c8bed4120639cfcd1ef7f34cb2a543',
10
  'name' => 'mihdan/cyr2lat',
11
  ),
12
  'versions' =>
22
  ),
23
  'mihdan/cyr2lat' =>
24
  array (
25
+ 'pretty_version' => '4.6.4',
26
+ 'version' => '4.6.4.0',
27
  'aliases' =>
28
  array (
29
  ),
30
+ 'reference' => '4117c3e807c8bed4120639cfcd1ef7f34cb2a543',
31
  ),
32
  'roundcube/plugin-installer' =>
33
  array (