Version Description
- Fix : JuTranslation duplicate slash in language url
Download this release
Release Info
Developer | JoomUnited |
Plugin | ![]() |
Version | 4.0.9 |
Comparing to | |
See all releases |
Code changes from version 4.0.8 to 4.0.9
- jutranslation/assets/js/jutranslation.js +1 -1
- languages/wp-meta-seo-en_US.mo +0 -0
- readme.txt +4 -1
- wp-meta-seo.php +2 -2
jutranslation/assets/js/jutranslation.js
CHANGED
@@ -57,7 +57,7 @@ jQuery(document).ready(function ($) {
|
|
57 |
|
58 |
//Get from Joomunited the translation
|
59 |
$.ajax({
|
60 |
-
url: joomunited_url + "
|
61 |
type: 'POST',
|
62 |
data: {
|
63 |
extension: $clicked_button.data("extension"),
|
57 |
|
58 |
//Get from Joomunited the translation
|
59 |
$.ajax({
|
60 |
+
url: joomunited_url + "index.php?option=com_jutranslation&task=translations.download",
|
61 |
type: 'POST',
|
62 |
data: {
|
63 |
extension: $clicked_button.data("extension"),
|
languages/wp-meta-seo-en_US.mo
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: JoomUnited
|
|
3 |
Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.2.2
|
6 |
-
Stable tag: 4.0.
|
7 |
Requires PHP: 5.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -258,6 +258,9 @@ Yes WP Meta SEO is compatible with Gutenberg editor since 3.7 version.
|
|
258 |
|
259 |
== Changelog ==
|
260 |
|
|
|
|
|
|
|
261 |
= 4.0.8 =
|
262 |
* Fix : Check version requirements
|
263 |
|
3 |
Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.2.2
|
6 |
+
Stable tag: 4.0.9
|
7 |
Requires PHP: 5.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
258 |
|
259 |
== Changelog ==
|
260 |
|
261 |
+
= 4.0.9 =
|
262 |
+
* Fix : JuTranslation duplicate slash in language url
|
263 |
+
|
264 |
= 4.0.8 =
|
265 |
* Fix : Check version requirements
|
266 |
|
wp-meta-seo.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: WP Meta SEO
|
5 |
* Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
|
6 |
* Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
|
7 |
-
* Version: 4.0.
|
8 |
* Text Domain: wp-meta-seo
|
9 |
* Domain Path: /languages
|
10 |
* Author: JoomUnited
|
@@ -121,7 +121,7 @@ if (!defined('WPMSEO_VERSION')) {
|
|
121 |
/**
|
122 |
* Plugin version
|
123 |
*/
|
124 |
-
define('WPMSEO_VERSION', '4.0.
|
125 |
}
|
126 |
|
127 |
if (!defined('WPMS_CLIENTID')) {
|
4 |
* Plugin Name: WP Meta SEO
|
5 |
* Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
|
6 |
* Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
|
7 |
+
* Version: 4.0.9
|
8 |
* Text Domain: wp-meta-seo
|
9 |
* Domain Path: /languages
|
10 |
* Author: JoomUnited
|
121 |
/**
|
122 |
* Plugin version
|
123 |
*/
|
124 |
+
define('WPMSEO_VERSION', '4.0.9');
|
125 |
}
|
126 |
|
127 |
if (!defined('WPMS_CLIENTID')) {
|