Skip to content

Commit 87d3a9a

Browse files
committed
cahnges log
1 parent 4dc9ff9 commit 87d3a9a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: magazine3
33
Tags: Schema, Structured Data, Google Snippets, Rich Snippets, Schema.org, SEO, AMP
44
Requires at least: 3.0
55
Tested up to: 5.1
6-
Stable tag: 1.6
6+
Stable tag: 1.7
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -66,6 +66,16 @@ You can contact us from [here](http://structured-data-for-wp.com/contact-us/)
6666
== Changelog ==
6767

6868

69+
= 1.7 (24 April 2019) =
70+
71+
* Added: Option to enable and disable website schema markup #225
72+
* Added: Option to enable and disable Sitelinks Search Box in website schema markup #196
73+
* Bug Fixed: Event Time and date is not changing as per the option #227
74+
* Bug Fixed: Two images url are null from three different image sizes in amp article schema #222
75+
* Bug Fixed: number_format() Debug error #213
76+
* Bug Fixed: Undefined offset errors #214, #232, #229
77+
78+
6979
= 1.6 (12 April 2019) =
7080

7181
* Added : Option to use URL rather than phone number for contact type in Knowledge Graph #199

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