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

Commit 42c8a6c

Browse files
committed
update version
1 parent e340480 commit 42c8a6c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

readme.txt

+7-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.2
7-
Stable tag: 1.7.5
7+
Stable tag: 1.7.6
88
Requires PHP: 5.6
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -169,6 +169,12 @@ If you have opened several browser tabs for editing this post in different langu
169169

170170
== Changelog ==
171171

172+
= 1.7.6 =
173+
+ add check for alternate metalinks in head for separated term and posts
174+
+ add separating posts and terms by language in Yoast Sitemap
175+
+ added compatibility with Newsletter free extensions
176+
* fix save terms translation
177+
172178
= 1.7.5 =
173179
+ add links on other languages to Yoast Sitemap
174180
+ add translating gallery widget from WP4.9

wp-multilang.php

+2-2
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.7.5
11+
* Version: 1.7.6
1212
*
1313
* @package WPM
1414
* @category Core
@@ -40,7 +40,7 @@ final class WP_Multilang {
4040
*
4141
* @var string
4242
*/
43-
public $version = '1.7.5';
43+
public $version = '1.7.6';
4444

4545
/**
4646
* The single instance of the class.

0 commit comments

Comments
 (0)