WP SEO Structured Data Schema - Version 2.7.6

Version Description

(November 22, 2022) = * Fixed: Schema Issue Fixed;

Download this release

Release Info

Developer kcseopro
Plugin Icon 128x128 WP SEO Structured Data Schema
Version 2.7.6
Comparing to
See all releases

Code changes from version 2.7.5 to 2.7.6

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: 6.0
7
- Stable tag: 2.7.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -130,6 +130,9 @@ You'll find the [FAQ on WPSEMPlugins.com](https://wpsemplugins.com/wordpress-seo
130
 
131
  == Changelog ==
132
 
 
 
 
133
  = 2.7.5 (Sept 23, 2022) =
134
  * Added: Schema Issue Fixed;
135
 
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: 6.1
7
+ Stable tag: 2.7.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
130
 
131
  == Changelog ==
132
 
133
+ = 2.7.6 (November 22, 2022) =
134
+ * Fixed: Schema Issue Fixed;
135
+
136
  = 2.7.5 (Sept 23, 2022) =
137
  * Added: Schema Issue Fixed;
138
 
lib/classes/KcSeoOffer.php CHANGED
@@ -6,10 +6,10 @@ if (! class_exists('KcSeoOutput')):
6
  'admin_init',
7
  function () {
8
  $current = time();
9
- if (mktime(0, 0, 0, 11, 22, 2021) <= $current && $current <= mktime(0, 0, 0, 12, 3, 2021)) {
10
- if (get_option('kcseo_bf_2021') != '1') {
11
- if (! isset($GLOBALS['kcseo_bf_2021_notice'])) {
12
- $GLOBALS['kcseo_bf_2021_notice'] = 'kcseo_bf_2021';
13
  self::notice();
14
  }
15
  }
@@ -38,7 +38,7 @@ if (! class_exists('KcSeoOutput')):
38
 
39
  $plugin_name = 'WP SEO Structured Data Schema Pro';
40
  $download_link = 'https://wpsemplugins.com/downloads/wordpress-schema-plugin/'; ?>
41
- <div class="notice notice-info is-dismissible" data-kcseodismissable="kcseo_bf_2021"
42
  style="display:grid;grid-template-columns: 100px auto;padding-top: 25px; padding-bottom: 22px;">
43
  <img alt="<?php echo esc_attr($plugin_name); ?>"
44
  src="<?php echo $KcSeoWPSchema->assetsUrl . 'images/icon-128x128.png'; ?>" width="74px"
@@ -89,7 +89,7 @@ if (! class_exists('KcSeoOutput')):
89
  function () {
90
  check_ajax_referer('kcseo-dismissible-notice', 'nonce');
91
 
92
- update_option('kcseo_bf_2021', '1');
93
  wp_die();
94
  }
95
  );
6
  'admin_init',
7
  function () {
8
  $current = time();
9
+ if (mktime(0, 0, 0, 11, 17, 2022) <= $current && $current <= mktime(0, 0, 0, 12, 3, 2022)) {
10
+ if (get_option('kcseo_bf_2022') != '1') {
11
+ if (! isset($GLOBALS['kcseo_bf_2022_notice'])) {
12
+ $GLOBALS['kcseo_bf_2022_notice'] = 'kcseo_bf_2022';
13
  self::notice();
14
  }
15
  }
38
 
39
  $plugin_name = 'WP SEO Structured Data Schema Pro';
40
  $download_link = 'https://wpsemplugins.com/downloads/wordpress-schema-plugin/'; ?>
41
+ <div class="notice notice-info is-dismissible" data-kcseodismissable="kcseo_bf_2022"
42
  style="display:grid;grid-template-columns: 100px auto;padding-top: 25px; padding-bottom: 22px;">
43
  <img alt="<?php echo esc_attr($plugin_name); ?>"
44
  src="<?php echo $KcSeoWPSchema->assetsUrl . 'images/icon-128x128.png'; ?>" width="74px"
89
  function () {
90
  check_ajax_referer('kcseo-dismissible-notice', 'nonce');
91
 
92
+ update_option('kcseo_bf_2022', '1');
93
  wp_die();
94
  }
95
  );
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.7.5
7
  * Author: WPSEMPlugins
8
  * Author URI: https://wpsemplugins.com/
9
  * Text Domain: wp-seo-structured-data-schema
@@ -24,7 +24,7 @@ if (! defined('JSON_UNESCAPED_UNICODE')) {
24
  define('JSON_UNESCAPED_UNICODE', 256);
25
  }
26
 
27
- define('KCSEO_WP_SCHEMA_VERSION', '2.7.5');
28
  define('KCSEO_WP_SCHEMA_SLUG', 'wp-seo-structured-data-schema');
29
  define('KCSEO_WP_SCHEMA_PATH', dirname(__FILE__));
30
  define('KCSEO_WP_SCHEMA_PLUGIN_ACTIVE_FILE_NAME', plugin_basename(__FILE__));
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.7.6
7
  * Author: WPSEMPlugins
8
  * Author URI: https://wpsemplugins.com/
9
  * Text Domain: wp-seo-structured-data-schema
24
  define('JSON_UNESCAPED_UNICODE', 256);
25
  }
26
 
27
+ define('KCSEO_WP_SCHEMA_VERSION', '2.7.6');
28
  define('KCSEO_WP_SCHEMA_SLUG', 'wp-seo-structured-data-schema');
29
  define('KCSEO_WP_SCHEMA_PATH', dirname(__FILE__));
30
  define('KCSEO_WP_SCHEMA_PLUGIN_ACTIVE_FILE_NAME', plugin_basename(__FILE__));