Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 779d7e4

Browse files
committed
fix WP-CLI error
1 parent 0e56e27 commit 779d7e4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: valexar
44
Tags: localization, multilanguage, multilingual, translation, multilang
55
Requires at least: 4.7
66
Tested up to: 4.8
7-
Stable tag: 1.3.7
7+
Stable tag: 1.3.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -134,6 +134,10 @@ Compatible with multisite not tested.
134134

135135
== Changelog ==
136136

137+
= 1.3.8 =
138+
* fix WP-CLI error
139+
* removed unnecessary variables
140+
137141
= 1.3.7 =
138142
* add option for snow not translated texts
139143
* add support WP-PageNavi

wp-multilang.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
* Text Domain: wpm
1010
* Domain Path: /languages
11-
* Version: 1.3.7
11+
* Version: 1.3.8
1212
*
1313
* @package WPM
1414
* @category Core
@@ -33,7 +33,7 @@
3333
* Main WP_Multilang.
3434
*
3535
* @class WPM
36-
* @version 1.0.4
36+
* @version 1.0.5
3737
*/
3838
final class WP_Multilang {
3939

@@ -42,7 +42,7 @@ final class WP_Multilang {
4242
*
4343
* @var string
4444
*/
45-
public $version = '1.3.7';
45+
public $version = '1.3.8';
4646

4747
/**
4848
* The single instance of the class.

0 commit comments

Comments
 (0)