Markup (JSON-LD) structured in schema.org - Version 3.1.7

Version Description

(2017-01-12) = * Checked : WordPress version 4.7.1 operation check.

Download this release

Release Info

Developer miiitaka
Plugin Icon 128x128 Markup (JSON-LD) structured in schema.org
Version 3.1.7
Comparing to
See all releases

Code changes from version 3.1.6 to 3.1.7

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wp-structuring-markup.php +6 -6
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: miiitaka
3
  Tags: schema, schema.org, json, json-ld, seo, post, posts, google, shortcode, breadcrumb
4
  Requires at least: 4.3.1
5
- Tested up to: 4.7.0
6
- Stable tag: 3.1.6
7
 
8
  Allows you to include schema.org JSON-LD syntax markup on your website
9
 
@@ -54,6 +54,9 @@ if ( shortcode_exists( 'wp-structuring-markup-breadcrumb' ) ) {
54
 
55
  == Changelog ==
56
 
 
 
 
57
  = 3.1.6 (2016-12-16) =
58
  * Updated : Change ImageObject attribute of Schema.org type "Article", "BlogPosting", "NewsArticle" from "required" to "recommended".
59
  * Fixed : Custom post menu control.
2
  Contributors: miiitaka
3
  Tags: schema, schema.org, json, json-ld, seo, post, posts, google, shortcode, breadcrumb
4
  Requires at least: 4.3.1
5
+ Tested up to: 4.7.1
6
+ Stable tag: 3.1.7
7
 
8
  Allows you to include schema.org JSON-LD syntax markup on your website
9
 
54
 
55
  == Changelog ==
56
 
57
+ = 3.1.7 (2017-01-12) =
58
+ * Checked : WordPress version 4.7.1 operation check.
59
+
60
  = 3.1.6 (2016-12-16) =
61
  * Updated : Change ImageObject attribute of Schema.org type "Article", "BlogPosting", "NewsArticle" from "required" to "recommended".
62
  * Fixed : Custom post menu control.
wp-structuring-markup.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  Plugin Name: Markup (JSON-LD) structured in schema.org
4
- Plugin URI: https://wordpress.org/plugins/wp-structuring-markup/
5
  Description: Allows you to include schema.org JSON-LD syntax markup on your website
6
- Version: 3.1.6
7
  Author: Kazuya Takami
8
- Author URI: http://programp.com/
9
  License: GPLv2 or later
10
  Text Domain: wp-structuring-markup
11
  Domain Path: /languages
@@ -18,7 +18,7 @@ new Structuring_Markup();
18
  * Schema.org Basic Class
19
  *
20
  * @author Kazuya Takami
21
- * @version 3.1.6
22
  * @since 1.0.0
23
  */
24
  class Structuring_Markup {
@@ -26,11 +26,11 @@ class Structuring_Markup {
26
  /**
27
  * Variable definition.
28
  *
29
- * @version 3.1.6
30
  * @since 1.3.0
31
  */
32
  private $text_domain = 'wp-structuring-markup';
33
- private $version = '3.1.6';
34
 
35
  /**
36
  * Constructor Define.
1
  <?php
2
  /*
3
  Plugin Name: Markup (JSON-LD) structured in schema.org
4
+ Plugin URI: https://github.com/miiitaka/wp-structuring-markup
5
  Description: Allows you to include schema.org JSON-LD syntax markup on your website
6
+ Version: 3.1.7
7
  Author: Kazuya Takami
8
+ Author URI: https://www.terakoya.work/
9
  License: GPLv2 or later
10
  Text Domain: wp-structuring-markup
11
  Domain Path: /languages
18
  * Schema.org Basic Class
19
  *
20
  * @author Kazuya Takami
21
+ * @version 3.1.7
22
  * @since 1.0.0
23
  */
24
  class Structuring_Markup {
26
  /**
27
  * Variable definition.
28
  *
29
+ * @version 3.1.7
30
  * @since 1.3.0
31
  */
32
  private $text_domain = 'wp-structuring-markup';
33
+ private $version = '3.1.7';
34
 
35
  /**
36
  * Constructor Define.