Version Description
- Bug fix
=
Download this release
Release Info
Developer | kcseopro |
Plugin | WP SEO Structured Data Schema |
Version | 2.6.10 |
Comparing to | |
See all releases |
Code changes from version 2.6.0 to 2.6.10
- README.txt +5 -2
- lib/classes/KcSeoHooks.php +1 -1
- wp-seo-structured-data-schema.php +1 -1
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: kcseopro
|
|
3 |
Donate link:
|
4 |
Tags: seo, schema, structured data, rich snippets, microdata, json-ld, search engine optimization, local seo, google, sitelinks, schema.org, microformat, serp
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -114,6 +114,9 @@ You'll find the [FAQ on WPSEMPlugins.com](https://wpsemplugins.com/wordpress-seo
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
== 2.6.0 =
|
118 |
* Update review Schema.
|
119 |
|
3 |
Donate link:
|
4 |
Tags: seo, schema, structured data, rich snippets, microdata, json-ld, search engine optimization, local seo, google, sitelinks, schema.org, microformat, serp
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.3
|
7 |
+
Stable tag: 2.6.10
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
== 2.6.10 =
|
118 |
+
* Bug fix
|
119 |
+
|
120 |
== 2.6.0 =
|
121 |
* Update review Schema.
|
122 |
|
lib/classes/KcSeoHooks.php
CHANGED
@@ -9,7 +9,7 @@ class KcSeoHooks {
|
|
9 |
}
|
10 |
|
11 |
public static function plugins_loaded() {
|
12 |
-
$settings = get_option(
|
13 |
if ( KcSeoFunctions::isYoastActive() ) {
|
14 |
if ( isset( $settings['yoast_wpseo_json_ld_search'] ) && $settings['yoast_wpseo_json_ld_search'] ) {
|
15 |
add_filter( 'disable_wpseo_json_ld_search', '__return_true' );
|
9 |
}
|
10 |
|
11 |
public static function plugins_loaded() {
|
12 |
+
$settings = get_option( 'kcseo_wp_schema_settings' );
|
13 |
if ( KcSeoFunctions::isYoastActive() ) {
|
14 |
if ( isset( $settings['yoast_wpseo_json_ld_search'] ) && $settings['yoast_wpseo_json_ld_search'] ) {
|
15 |
add_filter( 'disable_wpseo_json_ld_search', '__return_true' );
|
wp-seo-structured-data-schema.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP SEO Structured Data Schema
|
4 |
* Plugin URI: https://wpsemplugins.com/
|
5 |
* Description: Comprehensive JSON-LD based Structured Data solution for WordPress for adding schema for organizations, businesses, blog posts, ratings & more.
|
6 |
-
* Version: 2.6.
|
7 |
* Author: WPSEMPlugins
|
8 |
* Author URI: https://wpsemplugins.com/
|
9 |
* Text Domain: wp-seo-structured-data-schema
|
3 |
* Plugin Name: WP SEO Structured Data Schema
|
4 |
* Plugin URI: https://wpsemplugins.com/
|
5 |
* Description: Comprehensive JSON-LD based Structured Data solution for WordPress for adding schema for organizations, businesses, blog posts, ratings & more.
|
6 |
+
* Version: 2.6.10
|
7 |
* Author: WPSEMPlugins
|
8 |
* Author URI: https://wpsemplugins.com/
|
9 |
* Text Domain: wp-seo-structured-data-schema
|