Skip to content

Commit 35db463

Browse files
Changelog for version 1.26
1 parent 0d83d96 commit 35db463

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Schema, Structured Data, Google Snippets, Rich Snippets, Schema.org, SEO,
44
Requires at least: 3.0
55
Tested up to: 6.4
66
Requires PHP: 5.6.20
7-
Stable tag: 1.25
7+
Stable tag: 1.26
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -121,6 +121,12 @@ You can contact us from [here](http://structured-data-for-wp.com/contact-us/)
121121

122122
== Changelog ==
123123

124+
= 1.26 (10 Jan 2024) =
125+
126+
* Fixed: Event schema automation issues #2058
127+
* Fixed: PHP warnings #2059
128+
* Fixed: Cross Site Scripting (XSS) vulnerability reported by patchstack.com
129+
124130
= 1.25 (16 Dec 2023) =
125131

126132
* Enhancement: Added ‘acceptedAnswer’ and ‘suggestedAnswer’ globally in Q&A schema #1967

structured-data-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Schema & Structured Data for WP & AMP
44
Description: Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO. (AMP Compatible)
5-
Version: 1.25
5+
Version: 1.26
66
Text Domain: schema-and-structured-data-for-wp
77
Domain Path: /languages
88
Author: Magazine3
@@ -13,7 +13,7 @@
1313
// Exit if accessed directly.
1414
if ( ! defined( 'ABSPATH' ) ) exit;
1515

16-
define('SASWP_VERSION', '1.25');
16+
define('SASWP_VERSION', '1.26');
1717
define('SASWP_DIR_NAME_FILE', __FILE__ );
1818
define('SASWP_DIR_NAME', dirname( __FILE__ ));
1919
define('SASWP_DIR_URI', plugin_dir_url(__FILE__));

0 commit comments

Comments
 (0)