Version Description
No need for Upgrade Notice.
Download this release
Release Info
Developer | johnclause |
Plugin | Integration: Yoast SEO & qTranslate-X |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- qwpseo-admin.php +1 -1
- readme.txt +9 -3
qwpseo-admin.php
CHANGED
@@ -18,7 +18,7 @@ function qwpseo_add_admin_page_config($page_configs)
|
|
18 |
|
19 |
$fields[] = array( 'id' => 'yoast_wpseo_title' );
|
20 |
$fields[] = array( 'id' => 'yoast_wpseo_focuskw' );
|
21 |
-
|
22 |
$fields[] = array( 'id' => 'wpseosnippet_title', 'encode' => 'display' );
|
23 |
|
24 |
$page_config['forms'][] = $f;
|
18 |
|
19 |
$fields[] = array( 'id' => 'yoast_wpseo_title' );
|
20 |
$fields[] = array( 'id' => 'yoast_wpseo_focuskw' );
|
21 |
+
$fields[] = array( 'id' => 'yoast_wpseo_metadesc' );
|
22 |
$fields[] = array( 'id' => 'wpseosnippet_title', 'encode' => 'display' );
|
23 |
|
24 |
$page_config['forms'][] = $f;
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Developed by: qTranslate Team
|
|
3 |
Contributors: johnclause
|
4 |
Tags: multilingual, language, bilingual, i18n, l10n, multilanguage, translation, WordPress SEO
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.1
|
7 |
-
Stable tag: 1.0
|
8 |
License: GPLv3 or later
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QEXEK3HX8AR6U
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -15,7 +15,9 @@ Enables multilingual framework for plugin "WordPress SEO by Yoast".
|
|
15 |
|
16 |
Enables [qTranslate-X](https://wordpress.org/plugins/qtranslate-x/) multilingual framework for plugin [WordPress SEO by Yoast](https://wordpress.org/plugins/wordpress-seo/).
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
== Installation ==
|
21 |
|
@@ -39,3 +41,7 @@ No need for Upgrade Notice.
|
|
39 |
|
40 |
= 1.0 =
|
41 |
* Initial release
|
|
|
|
|
|
|
|
3 |
Contributors: johnclause
|
4 |
Tags: multilingual, language, bilingual, i18n, l10n, multilanguage, translation, WordPress SEO
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.1.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv3 or later
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QEXEK3HX8AR6U
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
16 |
Enables [qTranslate-X](https://wordpress.org/plugins/qtranslate-x/) multilingual framework for plugin [WordPress SEO by Yoast](https://wordpress.org/plugins/wordpress-seo/).
|
17 |
|
18 |
+
At least version 3.1 of [qTranslate-X](https://wordpress.org/plugins/qtranslate-x/) is required.
|
19 |
+
|
20 |
+
This plugin is currently a work in progress, please review the [Known Issues](https://wordpress.org/plugins/wp-seo-qtranslate-x/other_notes/) and report the features, which did not work for you.
|
21 |
|
22 |
== Installation ==
|
23 |
|
41 |
|
42 |
= 1.0 =
|
43 |
* Initial release
|
44 |
+
|
45 |
+
== Known Issues ==
|
46 |
+
|
47 |
+
* Field 'Meta description' is not coming back correctly after saving. In some configurations it works though. The nature of conflict is not yet known. You would need to keep this field empty, if you are affected.
|