Version Description
[May 4th, 2019] = * Fixed Unparsable structured data error. Know more.
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WordPress SEO Plugin – Rank Math |
Version | 1.0.23.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.23 to 1.0.23.1
- includes/modules/rich-snippet/snippets/class-blog.php +1 -0
- rank-math.php +2 -2
- readme.txt +5 -2
includes/modules/rich-snippet/snippets/class-blog.php
CHANGED
@@ -38,6 +38,7 @@ class Blog implements Snippet {
|
|
38 |
'description' => get_bloginfo( 'description' ),
|
39 |
'blogPost' => $jsonld->get_post_collection( $data ),
|
40 |
];
|
|
|
41 |
|
42 |
return $data;
|
43 |
}
|
38 |
'description' => get_bloginfo( 'description' ),
|
39 |
'blogPost' => $jsonld->get_post_collection( $data ),
|
40 |
];
|
41 |
+
unset( $data['schema'] );
|
42 |
|
43 |
return $data;
|
44 |
}
|
rank-math.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
*
|
10 |
* @wordpress-plugin
|
11 |
* Plugin Name: Rank Math SEO
|
12 |
-
* Version: 1.0.23
|
13 |
* Plugin URI: https://s.rankmath.com/home
|
14 |
* Description: Rank Math is a revolutionary SEO product that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible.
|
15 |
* Author: Rank Math
|
@@ -34,7 +34,7 @@ final class RankMath {
|
|
34 |
*
|
35 |
* @var string
|
36 |
*/
|
37 |
-
public $version = '1.0.23';
|
38 |
|
39 |
/**
|
40 |
* Rank Math database version.
|
9 |
*
|
10 |
* @wordpress-plugin
|
11 |
* Plugin Name: Rank Math SEO
|
12 |
+
* Version: 1.0.23.1
|
13 |
* Plugin URI: https://s.rankmath.com/home
|
14 |
* Description: Rank Math is a revolutionary SEO product that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible.
|
15 |
* Author: Rank Math
|
34 |
*
|
35 |
* @var string
|
36 |
*/
|
37 |
+
public $version = '1.0.23.1';
|
38 |
|
39 |
/**
|
40 |
* Rank Math database version.
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: rankmath
|
3 |
Plugin link: https://s.rankmath.com/homepage
|
4 |
Tags: seo, sitemap, google search console, schema.org, redirection
|
5 |
-
Tested up to: 5.
|
6 |
Requires at least: 4.6.0
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.0.23
|
9 |
License: GPL-2.0+
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
|
@@ -447,6 +447,9 @@ We look forward to helping you.
|
|
447 |
|
448 |
== Changelog ==
|
449 |
|
|
|
|
|
|
|
450 |
= 1.0.23 [Apr 4th, 2019] =
|
451 |
* Fixed a bug where the indexing of the posts was getting affected if someone previously selected any value in the custom tab of the general settings of the plugin but saved the settings using the default tab. Yep, it's confusing, and thus it skipped through our nose. The good thing is, it's caught and fixed. Hurray!
|
452 |
|
2 |
Contributors: rankmath
|
3 |
Plugin link: https://s.rankmath.com/homepage
|
4 |
Tags: seo, sitemap, google search console, schema.org, redirection
|
5 |
+
Tested up to: 5.2
|
6 |
Requires at least: 4.6.0
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.0.23.1
|
9 |
License: GPL-2.0+
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
|
447 |
|
448 |
== Changelog ==
|
449 |
|
450 |
+
= 1.0.23.1 [May 4th, 2019] =
|
451 |
+
* Fixed Unparsable structured data error. [Know more](https://support.google.com/webmasters/answer/9166415).
|
452 |
+
|
453 |
= 1.0.23 [Apr 4th, 2019] =
|
454 |
* Fixed a bug where the indexing of the posts was getting affected if someone previously selected any value in the custom tab of the general settings of the plugin but saved the settings using the default tab. Yep, it's confusing, and thus it skipped through our nose. The good thing is, it's caught and fixed. Hurray!
|
455 |
|