SEOPress - Version 2.5.2

Version Description

  • FIX Google Analytics
Download this release

Release Info

Developer rainbowgeek
Plugin Icon 128x128 SEOPress
Version 2.5.2
Comparing to
See all releases

Code changes from version 2.5.1 to 2.5.2

inc/functions/options-google-analytics.php CHANGED
@@ -289,6 +289,8 @@ gtag('js', new Date());\n";
289
  !empty($seopress_google_analytics_config['cd_categories']) ||
290
  !empty($seopress_google_analytics_config['cd_author'])) {
291
  $seopress_google_analytics_config['cd_end'] = "}, ";
 
 
292
  }
293
 
294
  //External links
289
  !empty($seopress_google_analytics_config['cd_categories']) ||
290
  !empty($seopress_google_analytics_config['cd_author'])) {
291
  $seopress_google_analytics_config['cd_end'] = "}, ";
292
+ } else {
293
+ $seopress_google_analytics_config['cd'] = '';
294
  }
295
 
296
  //External links
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: seo, search engine optimization, meta, title, meta description, open graph
6
  Requires at least: 4.4+
7
  Tested up to: 4.9
8
  Requires PHP: 5.4
9
- Stable tag: 2.5.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -153,6 +153,8 @@ Subscribe on <a href="https://www.seopress.org/" target="_blank">seopress.org</a
153
  44. Structured Data Types metaboxe in post, page, custom post type (PRO)
154
 
155
  == Changelog ==
 
 
156
  = 2.5.1 =
157
  * FIX Fatal error in XML Sitemaps
158
  = 2.5 =
6
  Requires at least: 4.4+
7
  Tested up to: 4.9
8
  Requires PHP: 5.4
9
+ Stable tag: 2.5.2
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
153
  44. Structured Data Types metaboxe in post, page, custom post type (PRO)
154
 
155
  == Changelog ==
156
+ = 2.5.2 =
157
+ * FIX Google Analytics
158
  = 2.5.1 =
159
  * FIX Fatal error in XML Sitemaps
160
  = 2.5 =
seopress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: The best SEO plugin.
6
- Version: 2.5.1
7
  Author: Benjamin DENIS
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
@@ -55,7 +55,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
55
  //Define
56
  ///////////////////////////////////////////////////////////////////////////////////////////////////
57
 
58
- define( 'SEOPRESS_VERSION', '2.5.1' );
59
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
60
 
61
  ///////////////////////////////////////////////////////////////////////////////////////////////////
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: The best SEO plugin.
6
+ Version: 2.5.2
7
  Author: Benjamin DENIS
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
55
  //Define
56
  ///////////////////////////////////////////////////////////////////////////////////////////////////
57
 
58
+ define( 'SEOPRESS_VERSION', '2.5.2' );
59
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
60
 
61
  ///////////////////////////////////////////////////////////////////////////////////////////////////