WP Meta SEO - Version 3.6.5

Version Description

  • Fix : Compatibility with php 5.3 and 5.4
Download this release

Release Info

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

Code changes from version 3.6.4 to 3.6.5

inc/class.metaseo-front_end.php CHANGED
@@ -88,7 +88,8 @@ class MetaSeoFront
88
  $traking_mode = $this->ga_tracking['wpmsga_dash_tracking'];
89
  if ($traking_mode > 0) {
90
  if (empty($google_alanytics['tableid_jail'])) {
91
- if (!empty(trim($this->gaDisconnect['wpmsga_code_tracking']))) {
 
92
  echo '<script type="text/javascript">';
93
  echo strip_tags(stripslashes($this->gaDisconnect['wpmsga_code_tracking']), '</script>');
94
  echo '</script>';
88
  $traking_mode = $this->ga_tracking['wpmsga_dash_tracking'];
89
  if ($traking_mode > 0) {
90
  if (empty($google_alanytics['tableid_jail'])) {
91
+ $tracking_code = trim($this->gaDisconnect['wpmsga_code_tracking']);
92
+ if (!empty($tracking_code)) {
93
  echo '<script type="text/javascript">';
94
  echo strip_tags(stripslashes($this->gaDisconnect['wpmsga_code_tracking']), '</script>');
95
  echo '</script>';
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: 4.9.4
6
- Stable tag: 3.6.4
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -272,6 +272,9 @@ It could be! if you have a lot of pages that need to be indexed with no specific
272
 
273
  == Changelog ==
274
 
 
 
 
275
  = 3.6.4 =
276
  * Fix : Google analytics tracking code removed some characters
277
  * Fix : Send email (SEO report)
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.9.4
6
+ Stable tag: 3.6.5
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
272
 
273
  == Changelog ==
274
 
275
+ = 3.6.5 =
276
+ * Fix : Compatibility with php 5.3 and 5.4
277
+
278
  = 3.6.4 =
279
  * Fix : Google analytics tracking code removed some characters
280
  * Fix : Send email (SEO report)
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.6.4
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
@@ -99,7 +99,7 @@ if (!defined('WPMSEO_VERSION')) {
99
  /**
100
  * plugin version
101
  */
102
- define('WPMSEO_VERSION', '3.6.4');
103
  }
104
 
105
  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.6.5
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
99
  /**
100
  * plugin version
101
  */
102
+ define('WPMSEO_VERSION', '3.6.5');
103
  }
104
 
105
  if (!defined('WPMS_CLIENTID')) {