WP Meta SEO - Version 3.2.2

Version Description

  • Fix image information edition with a quote becomes empty
  • Fix meta edition character count does not refresh using AJAX
Download this release

Release Info

Developer JoomUnited
Plugin Icon 128x128 WP Meta SEO
Version 3.2.2
Comparing to
See all releases

Code changes from version 3.2.1 to 3.2.2

Files changed (3) hide show
  1. inc/class.metaseo-admin.php +1 -1
  2. readme.txt +5 -1
  3. wp-meta-seo.php +2 -2
inc/class.metaseo-admin.php CHANGED
@@ -936,7 +936,7 @@ class MetaSeo_Admin {
936
  $response->msg = __('Meta keywords was saved', 'wp-meta-seo');
937
  }
938
  }
939
-
940
  echo json_encode($response);
941
  wp_die();
942
  }
936
  $response->msg = __('Meta keywords was saved', 'wp-meta-seo');
937
  }
938
  }
939
+ update_option('wpms_last_update_post',time());
940
  echo json_encode($response);
941
  wp_die();
942
  }
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: 4.6.1
6
- Stable tag: 3.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -240,6 +240,10 @@ It could be! if you have a lot of pages that need to be indexed with no specific
240
 
241
  == Changelog ==
242
 
 
 
 
 
243
  = 3.2.1 =
244
  * Fix compatibility with WP Speed of Light plugin: https://www.joomunited.com/wordpress-products/wp-speed-of-light
245
 
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: 4.6.1
6
+ Stable tag: 3.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
240
 
241
  == Changelog ==
242
 
243
+ = 3.2.2 =
244
+ * Fix image information edition with a quote becomes empty
245
+ * Fix meta edition character count does not refresh using AJAX
246
+
247
  = 3.2.1 =
248
  * Fix compatibility with WP Speed of Light plugin: https://www.joomunited.com/wordpress-products/wp-speed-of-light
249
 
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: 3.2.1
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
@@ -46,7 +46,7 @@ if (!defined('URL'))
46
  define('URL', get_site_url());
47
 
48
  if (!defined('WPMSEO_VERSION')) {
49
- define('WPMSEO_VERSION', '3.2.1');
50
  }
51
 
52
  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: 3.2.2
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
46
  define('URL', get_site_url());
47
 
48
  if (!defined('WPMSEO_VERSION')) {
49
+ define('WPMSEO_VERSION', '3.2.2');
50
  }
51
 
52
  if (!defined('WPMS_CLIENTID')) {