SEOPress - Version 2.9.1

Version Description

  • FIX og:image
Download this release

Release Info

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

Code changes from version 2.9 to 2.9.1

Files changed (3) hide show
  1. inc/functions/options-social.php +2 -1
  2. readme.txt +3 -1
  3. seopress.php +2 -2
inc/functions/options-social.php CHANGED
@@ -596,7 +596,7 @@ function seopress_social_fb_img_home_option() {
596
 
597
  function seopress_thumbnail_in_content() {
598
  //Get post content
599
- $seopress_get_the_content = apply_filters('the_content', get_post_field('post_content', get_the_ID()));
600
 
601
  if ($seopress_get_the_content !='') {
602
  //DomDocument
@@ -614,6 +614,7 @@ function seopress_thumbnail_in_content() {
614
  $url = esc_attr(wp_filter_nohtml_kses(htmlentities($url)));
615
  return $url;
616
  }
 
617
  }
618
  }
619
 
596
 
597
  function seopress_thumbnail_in_content() {
598
  //Get post content
599
+ $seopress_get_the_content = get_post_field('post_content', get_the_ID());
600
 
601
  if ($seopress_get_the_content !='') {
602
  //DomDocument
614
  $url = esc_attr(wp_filter_nohtml_kses(htmlentities($url)));
615
  return $url;
616
  }
617
+ libxml_use_internal_errors($internalErrors);
618
  }
619
  }
620
 
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.9
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -159,6 +159,8 @@ Subscribe on <a href="https://www.seopress.org/" target="_blank">seopress.org</a
159
  44. Structured Data Types metaboxe in post, page, custom post type (PRO)
160
 
161
  == Changelog ==
 
 
162
  = 2.9 =
163
  * NEW Video XML Sitemap (PRO Only)
164
  * NEW Add Google Suggest to find top 10 suggestions / keywords for your post (PRO Only)
6
  Requires at least: 4.4+
7
  Tested up to: 4.9
8
  Requires PHP: 5.4
9
+ Stable tag: 2.9.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
159
  44. Structured Data Types metaboxe in post, page, custom post type (PRO)
160
 
161
  == Changelog ==
162
+ = 2.9.1 =
163
+ * FIX og:image
164
  = 2.9 =
165
  * NEW Video XML Sitemap (PRO Only)
166
  * NEW Add Google Suggest to find top 10 suggestions / keywords for your post (PRO Only)
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.9
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.9' );
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.9.1
7
  Author: Benjamin DENIS
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
55
  //Define
56
  ///////////////////////////////////////////////////////////////////////////////////////////////////
57
 
58
+ define( 'SEOPRESS_VERSION', '2.9.1' );
59
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
60
 
61
  ///////////////////////////////////////////////////////////////////////////////////////////////////