Version Description
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 2.6.2 |
Comparing to | |
See all releases |
Code changes from version 2.6.1 to 2.6.2
- inc/functions/options-google-analytics.php +3 -3
- readme.txt +3 -1
- seopress.php +2 -2
inc/functions/options-google-analytics.php
CHANGED
@@ -334,9 +334,9 @@ gtag('js', new Date());\n";
|
|
334 |
(!empty($seopress_google_analytics_config['cd']['cd_hook']) && !empty($seopress_google_analytics_event['cd_hook']))) {
|
335 |
$seopress_google_analytics_config['cd']['cd_end'] = "}, ";
|
336 |
}
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
|
341 |
//External links
|
342 |
if (seopress_google_analytics_link_tracking_enable_option() !='') {
|
334 |
(!empty($seopress_google_analytics_config['cd']['cd_hook']) && !empty($seopress_google_analytics_event['cd_hook']))) {
|
335 |
$seopress_google_analytics_config['cd']['cd_end'] = "}, ";
|
336 |
}
|
337 |
+
else {
|
338 |
+
$seopress_google_analytics_config['cd']['cd_start'] = '';
|
339 |
+
}
|
340 |
|
341 |
//External links
|
342 |
if (seopress_google_analytics_link_tracking_enable_option() !='') {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: seo, search engine optimization, meta title, open graph, content analysis,
|
|
6 |
Requires at least: 4.4+
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 2.6.
|
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.6.1 =
|
157 |
* NEW Russian language for SEOPress PRO (thanks to @Dmitriy)
|
158 |
* FIX Themosis Framework (thanks to @romainhe)
|
6 |
Requires at least: 4.4+
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 2.6.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.6.2 =
|
157 |
+
* FIX Regression Google Analytics introduced in 2.6.1
|
158 |
= 2.6.1 =
|
159 |
* NEW Russian language for SEOPress PRO (thanks to @Dmitriy)
|
160 |
* FIX Themosis Framework (thanks to @romainhe)
|
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.6.
|
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.6.
|
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.6.2
|
7 |
Author: Benjamin DENIS
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
55 |
//Define
|
56 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
57 |
|
58 |
+
define( 'SEOPRESS_VERSION', '2.6.2' );
|
59 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
60 |
|
61 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|