Skip to content

Commit

Permalink
Changelog for version 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
shridhamdeveloper committed Apr 29, 2024
1 parent 0069a65 commit bce1c4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
33 changes: 9 additions & 24 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Schema, Structured Data, Rich Snippets, SEO, AMP
Requires at least: 3.0
Tested up to: 6.5
Requires PHP: 5.6.20
Stable tag: 1.30
Stable tag: 1.31
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.31 (29 April 2024) =

* Fixed: Warning appearing on the website #2089
* Feature: Added compatibility with dreams.co.uk to fetch reviews #2102
* Feature: Added schema markup compatibility with attachments #2103
* Fixed: PHP warning appearing in extension manager #2104
* Fixed: A <strong> HTML tag appears on the frontend while using FAQ Block #2106

= 1.30 (16 April 2024) =

* Fixed: Security vulnerability issues raised by Wordfence
Expand Down Expand Up @@ -267,27 +275,4 @@ You can contact us from [here](http://structured-data-for-wp.com/contact-us/)
* Fixed: Role Base Access Issue #1978
* Fixed: Review for schema plugin Conflicting combination plugin #1981


= 1.16 (30 June 2023) =

* Added: School Schema #1464
* Added: Filter that allows users to add reviews based on their location when creating review collection #1810
* Fixed: When reviews are added for the services schema, "missing reviewed item name" and "item does not support reviews" errors in schema markup #1843
* Fixed: Schema markup error when twitter video is added to the post or page #1877
* Fixed: Conflict issue with Etsy review fetch #1938
* Fixed: Conflict issue with Oneflare review fetch #1943
* Fixed: Bugs in FAQ manual schema and post specific schema settings #1950
* Fixed: Resolved schema warning related to review collection #1951
* Fixed: Wrong path to Clutch image #1953
* Fixed: Error on changes to image width in new FAQ block #1955
* Fixed: Default Heading Tag is shown as "H1" but actually is "strong" #1956
* Fixed: List style type on How To Block has no effect #1959
* Fixed: Spelling mistakes in function name and text in code #1961
* Fixed: Remove dead Code from plugin #1962
* Added: Option to add details and normal itemlist in archive schema #1963
* Fixed: Itemlist details markup and singular markup for the particular product are not same #1964
* Fixed: Resolve pagination issue on frontend for review collection #1968
* Fixed: Author's names are not appearing correctly in the schema #1969
* Fixed: Update values of employmentType attribute for Job Posting schema #1971

All changelog available on [GitHub](https://github.com/ahmedkaludi/schema-and-structured-data-for-wp/releases).
4 changes: 2 additions & 2 deletions structured-data-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Schema & Structured Data for WP & AMP
Description: Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO. (AMP Compatible)
Version: 1.30
Version: 1.31
Text Domain: schema-and-structured-data-for-wp
Domain Path: /languages
Author: Magazine3
Expand All @@ -13,7 +13,7 @@
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;

define('SASWP_VERSION', '1.30');
define('SASWP_VERSION', '1.31');
define('SASWP_DIR_NAME_FILE', __FILE__ );
define('SASWP_DIR_NAME', dirname( __FILE__ ));
define('SASWP_DIR_URI', plugin_dir_url(__FILE__));
Expand Down

0 comments on commit bce1c4a

Please sign in to comment.