WP Meta SEO - Version 3.1.1

Version Description

Update through the automatic WordPress updater, all WP Meta SEO content will remain in place. You WON'T lose any SEO content: meta, alt, titles...

Download this release

Release Info

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

Code changes from version 3.1.0 to 3.1.1

Files changed (3) hide show
  1. inc/class.metaseo-sitemap.php +1 -1
  2. readme.txt +1 -1
  3. wp-meta-seo.php +2 -2
inc/class.metaseo-sitemap.php CHANGED
@@ -37,7 +37,7 @@ class MetaSeo_Sitemap {
37
  $settings = get_option('_metaseo_settings_sitemap');
38
  if(is_object($settings['wpms_sitemap_pages']) || is_object($settings['wpms_sitemap_posts']) || is_object($settings['wpms_sitemap_menus'])){
39
  $settings_array = json_decode(json_encode($settings),true);
40
- update_option('$settings_array', $settings_array);
41
  }
42
 
43
  $settings = get_option('_metaseo_settings_sitemap');
37
  $settings = get_option('_metaseo_settings_sitemap');
38
  if(is_object($settings['wpms_sitemap_pages']) || is_object($settings['wpms_sitemap_posts']) || is_object($settings['wpms_sitemap_menus'])){
39
  $settings_array = json_decode(json_encode($settings),true);
40
+ update_option('_metaseo_settings_sitemap', $settings_array);
41
  }
42
 
43
  $settings = get_option('_metaseo_settings_sitemap');
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.1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
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.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
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.1.0
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.1.0');
50
  }
51
 
52
  if (!defined('WPMSEO_FILE'))
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.1.1
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.1.1');
50
  }
51
 
52
  if (!defined('WPMSEO_FILE'))