Version Description
(2018-09-19) = * Fixed : Typo Error.
Download this release
Release Info
Developer | miiitaka |
Plugin | Markup (JSON-LD) structured in schema.org |
Version | 4.6.1 |
Comparing to | |
See all releases |
Code changes from version 4.6.0 to 4.6.1
includes/admin/wp-structuring-admin-type-breadcrumb.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Schema.org Type Breadcrumb
|
4 |
*
|
5 |
* @author Kazuya Takami
|
6 |
-
* @version 4.6.
|
7 |
* @since 2.0.0
|
8 |
* @see wp-structuring-admin-db.php
|
9 |
* @link https://schema.org/BreadcrumbList
|
@@ -32,7 +32,7 @@ class Structuring_Markup_Type_Breadcrumb {
|
|
32 |
/**
|
33 |
* Form Layout Render
|
34 |
*
|
35 |
-
* @version 4.6.
|
36 |
* @since 2.3.3
|
37 |
* @param array $option
|
38 |
*/
|
@@ -51,7 +51,7 @@ class Structuring_Markup_Type_Breadcrumb {
|
|
51 |
$html .= '<input type="text" name="option[' . "home_name" . ']" id="home_name" class="regular-text" value="' . esc_attr( $option['home_name'] ) . '">';
|
52 |
$html .= '<small>Default : bloginfo("name")<br>* In the case of the pattern set for the static page on the front page its title is the default value.</small>';
|
53 |
$html .= '</td></tr>';
|
54 |
-
$html .= '<tr><th><label for="
|
55 |
|
56 |
switch ( $option['home_url'] ) {
|
57 |
case 'home_url':
|
3 |
* Schema.org Type Breadcrumb
|
4 |
*
|
5 |
* @author Kazuya Takami
|
6 |
+
* @version 4.6.1
|
7 |
* @since 2.0.0
|
8 |
* @see wp-structuring-admin-db.php
|
9 |
* @link https://schema.org/BreadcrumbList
|
32 |
/**
|
33 |
* Form Layout Render
|
34 |
*
|
35 |
+
* @version 4.6.1
|
36 |
* @since 2.3.3
|
37 |
* @param array $option
|
38 |
*/
|
51 |
$html .= '<input type="text" name="option[' . "home_name" . ']" id="home_name" class="regular-text" value="' . esc_attr( $option['home_name'] ) . '">';
|
52 |
$html .= '<small>Default : bloginfo("name")<br>* In the case of the pattern set for the static page on the front page its title is the default value.</small>';
|
53 |
$html .= '</td></tr>';
|
54 |
+
$html .= '<tr><th><label for="home_url">Home Url :</label></th><td>';
|
55 |
|
56 |
switch ( $option['home_url'] ) {
|
57 |
case 'home_url':
|
readme.txt
CHANGED
@@ -55,6 +55,9 @@ if ( shortcode_exists( 'wp-structuring-markup-breadcrumb' ) ) {
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
58 |
= 4.6.0 (2018-09-19) =
|
59 |
* Updated : Schema type Breadcrumbs: Added switching between home_url () and site_url ().
|
60 |
* Updated : Organization schema.org type subdivision.
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 4.6.1 (2018-09-19) =
|
59 |
+
* Fixed : Typo Error.
|
60 |
+
|
61 |
= 4.6.0 (2018-09-19) =
|
62 |
* Updated : Schema type Breadcrumbs: Added switching between home_url () and site_url ().
|
63 |
* Updated : Organization schema.org type subdivision.
|
wp-structuring-markup.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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: 4.6.
|
7 |
Author: Kazuya Takami
|
8 |
Author URI: https://www.terakoya.work/
|
9 |
License: GPLv2 or later
|
@@ -18,7 +18,7 @@ new Structuring_Markup();
|
|
18 |
* Schema.org Basic Class
|
19 |
*
|
20 |
* @author Kazuya Takami
|
21 |
-
* @version 4.6.
|
22 |
* @since 1.0.0
|
23 |
*/
|
24 |
class Structuring_Markup {
|
@@ -26,10 +26,10 @@ class Structuring_Markup {
|
|
26 |
/**
|
27 |
* Variable definition version.
|
28 |
*
|
29 |
-
* @version 4.6.
|
30 |
* @since 1.3.0
|
31 |
*/
|
32 |
-
private $version = '4.6.
|
33 |
|
34 |
/**
|
35 |
* Variable definition Text Domain.
|
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: 4.6.1
|
7 |
Author: Kazuya Takami
|
8 |
Author URI: https://www.terakoya.work/
|
9 |
License: GPLv2 or later
|
18 |
* Schema.org Basic Class
|
19 |
*
|
20 |
* @author Kazuya Takami
|
21 |
+
* @version 4.6.1
|
22 |
* @since 1.0.0
|
23 |
*/
|
24 |
class Structuring_Markup {
|
26 |
/**
|
27 |
* Variable definition version.
|
28 |
*
|
29 |
+
* @version 4.6.1
|
30 |
* @since 1.3.0
|
31 |
*/
|
32 |
+
private $version = '4.6.1';
|
33 |
|
34 |
/**
|
35 |
* Variable definition Text Domain.
|