Version Description
(22.05.2019) = * Fixed bug with fatal error in Cyr_To_Lat_Converter with php 5.6
Download this release
Release Info
Developer | SergeyBiryukov |
Plugin | Cyr-To-Lat |
Version | 4.1.1 |
Comparing to | |
See all releases |
Code changes from version 4.1 to 4.1.1
- cyr-to-lat.php +3 -3
- includes/class-cyr-to-lat-converter.php +1 -1
- readme.txt +4 -1
cyr-to-lat.php
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
* Author URI: https://profiles.wordpress.org/sergeybiryukov/
|
10 |
* Requires at least: 2.3
|
11 |
* Tested up to: 5.2
|
12 |
-
* Version: 4.1
|
13 |
-
* Stable tag: 4.1
|
14 |
*
|
15 |
* Text Domain: cyr2lat
|
16 |
* Domain Path: /languages/
|
@@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
26 |
/**
|
27 |
* Plugin version.
|
28 |
*/
|
29 |
-
define( 'CYR_TO_LAT_VERSION', '4.1' );
|
30 |
|
31 |
/**
|
32 |
* Path to the plugin dir.
|
9 |
* Author URI: https://profiles.wordpress.org/sergeybiryukov/
|
10 |
* Requires at least: 2.3
|
11 |
* Tested up to: 5.2
|
12 |
+
* Version: 4.1.1
|
13 |
+
* Stable tag: 4.1.1
|
14 |
*
|
15 |
* Text Domain: cyr2lat
|
16 |
* Domain Path: /languages/
|
26 |
/**
|
27 |
* Plugin version.
|
28 |
*/
|
29 |
+
define( 'CYR_TO_LAT_VERSION', '4.1.1' );
|
30 |
|
31 |
/**
|
32 |
* Path to the plugin dir.
|
includes/class-cyr-to-lat-converter.php
CHANGED
@@ -73,7 +73,7 @@ class Cyr_To_Lat_Converter {
|
|
73 |
) {
|
74 |
$this->main = $main;
|
75 |
$this->settings = $settings;
|
76 |
-
$this->option_group = $
|
77 |
|
78 |
$this->process_all_posts = $process_all_posts;
|
79 |
if ( ! $this->process_all_posts ) {
|
73 |
) {
|
74 |
$this->main = $main;
|
75 |
$this->settings = $settings;
|
76 |
+
$this->option_group = $settings::OPTION_GROUP;
|
77 |
|
78 |
$this->process_all_posts = $process_all_posts;
|
79 |
if ( ! $this->process_all_posts ) {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 2.3
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 4.1
|
7 |
Requires PHP: 5.2
|
8 |
|
9 |
Converts Cyrillic characters in post, page and term slugs to Latin characters.
|
@@ -63,6 +63,9 @@ Yes you can!
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 4.1 (21.05.2019) =
|
67 |
* Added he_IL Table
|
68 |
* Added plugin translation to Ukrainian
|
3 |
Tags: cyrillic, belorussian, ukrainian, bulgarian, macedonian, georgian, kazakh, latin, l10n, russian, cyr-to-lat, cyr2lat, rustolat, slugs, translations, transliteration
|
4 |
Requires at least: 2.3
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 4.1.1
|
7 |
Requires PHP: 5.2
|
8 |
|
9 |
Converts Cyrillic characters in post, page and term slugs to Latin characters.
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 4.1.1 (22.05.2019) =
|
67 |
+
* Fixed bug with fatal error in Cyr_To_Lat_Converter with php 5.6
|
68 |
+
|
69 |
= 4.1 (21.05.2019) =
|
70 |
* Added he_IL Table
|
71 |
* Added plugin translation to Ukrainian
|