SEOPress - Version 3.8.0.2

Version Description

  • FIX XML Image sitemaps
Download this release

Release Info

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

Code changes from version 3.8.0.1 to 3.8.0.2

inc/functions/sitemap/template-xml-sitemaps-single.php CHANGED
@@ -297,9 +297,9 @@ function seopress_xml_sitemap_single() {
297
  $seopress_sitemaps = apply_filters('seopress_sitemaps_single_img', $seopress_sitemaps, $post);
298
  }
299
  }
300
- $seopress_sitemaps .= '</url>';
301
- $seopress_sitemaps .= "\n";
302
  }
 
 
303
  }
304
  wp_reset_postdata();
305
 
297
  $seopress_sitemaps = apply_filters('seopress_sitemaps_single_img', $seopress_sitemaps, $post);
298
  }
299
  }
 
 
300
  }
301
+ $seopress_sitemaps .= '</url>';
302
+ $seopress_sitemaps .= "\n";
303
  }
304
  wp_reset_postdata();
305
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
6
  Requires at least: 4.7+
7
  Tested up to: 5.3
8
  Requires PHP: 5.6
9
- Stable tag: 3.8.0.1
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -272,6 +272,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
272
  60. Installation Wizard
273
 
274
  == Changelog ==
 
 
275
  = 3.8.0.1 =
276
  * FIX Fatal error Google Analytics widget
277
  = 3.8 =
6
  Requires at least: 4.7+
7
  Tested up to: 5.3
8
  Requires PHP: 5.6
9
+ Stable tag: 3.8.0.2
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
272
  60. Installation Wizard
273
 
274
  == Changelog ==
275
+ = 3.8.0.2 =
276
+ * FIX XML Image sitemaps
277
  = 3.8.0.1 =
278
  * FIX Fatal error Google Analytics widget
279
  = 3.8 =
seopress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: One of the best SEO plugins for WordPress.
6
- Version: 3.8.0.1
7
  Author: SEOPress
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
@@ -53,7 +53,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
53
  ///////////////////////////////////////////////////////////////////////////////////////////////////
54
  //Define
55
  ///////////////////////////////////////////////////////////////////////////////////////////////////
56
- define( 'SEOPRESS_VERSION', '3.8.0.1' );
57
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
58
 
59
  ///////////////////////////////////////////////////////////////////////////////////////////////////
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
  Description: One of the best SEO plugins for WordPress.
6
+ Version: 3.8.0.2
7
  Author: SEOPress
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
53
  ///////////////////////////////////////////////////////////////////////////////////////////////////
54
  //Define
55
  ///////////////////////////////////////////////////////////////////////////////////////////////////
56
+ define( 'SEOPRESS_VERSION', '3.8.0.2' );
57
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
58
 
59
  ///////////////////////////////////////////////////////////////////////////////////////////////////