Skip to content

Commit 303a776

Browse files
Changelog for 1.28
Changelog for version 1.28
1 parent e446d96 commit 303a776

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

readme.txt

Lines changed: 14 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.27
7+
Stable tag: 1.28
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

122122
== Changelog ==
123123

124+
= 1.28 (29 Feb 2024) =
125+
126+
* Enhancement: Implemented new LearningResource schema type #1789
127+
* Enhancement: Implemented new Vacationrental schema type #2068
128+
* Enhancement: Remove articleBody property from schema markup when it is empty #2070
129+
* Fixed: Resolved problem with DOM after filling data in the product schema #2073
130+
* Fixed: Added field "@id" in itemlist #2074
131+
* Fixed: Ratingbox Warning that appeared after latest update #2079
132+
* Enhacement: Author url is missing in QandA schema #2081
133+
* Fixed: Q&A Schema is not getting enabled and disabled on post page #2082
134+
* Fixed: Custom Schema markup breakage #2083
135+
* Fixed: Review collection PHP error on the user end #2084
136+
124137
= 1.27 (17 Feb 2024) =
125138

126139
* Feature: Added an option to edit/modify star rating box #1930

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.27
5+
Version: 1.28
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.27');
16+
define('SASWP_VERSION', '1.28');
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)