Version Description
[Jul 12, 2019] = * Fixed an issue happening on some installations where the content analysis API was conflicting with the MetaBox
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WordPress SEO Plugin – Rank Math |
Version | 1.0.28.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.28 to 1.0.28.1
- includes/admin/class-ask-review.php +1 -1
- includes/admin/class-metabox.php +3 -3
- includes/class-kb.php +1 -1
- rank-math.php +2 -2
- readme.txt +5 -2
includes/admin/class-ask-review.php
CHANGED
@@ -92,7 +92,7 @@ class Ask_Review {
|
|
92 |
|
93 |
<div class="stars">
|
94 |
<?php for ( $i = 1; $i <= 5; $i++ ) { ?>
|
95 |
-
<a href="https://
|
96 |
<span class="dashicons dashicons-star-filled"></span>
|
97 |
</a>
|
98 |
<?php } ?>
|
92 |
|
93 |
<div class="stars">
|
94 |
<?php for ( $i = 1; $i <= 5; $i++ ) { ?>
|
95 |
+
<a href="https://s.rankmath.com/reviewrankmath" target="_blank">
|
96 |
<span class="dashicons dashicons-star-filled"></span>
|
97 |
</a>
|
98 |
<?php } ?>
|
includes/admin/class-metabox.php
CHANGED
@@ -94,14 +94,14 @@ class Metabox implements Runner {
|
|
94 |
Helper::add_json( 'noFollowExternalLinks', Helper::get_settings( 'general.nofollow_external_links' ) );
|
95 |
Helper::add_json( 'featuredImageNotice', esc_html__( 'The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.', 'rank-math' ) );
|
96 |
|
97 |
-
wp_enqueue_script( 'rank-math-post-metabox', $js . 'post-metabox.js', [ 'clipboard', 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor', 'rank-math-validate' ], rank_math()->version, true );
|
98 |
}
|
99 |
|
100 |
if ( Admin_Helper::is_term_edit() ) {
|
101 |
Helper::add_json( 'objectID', Param::request( 'tag_ID', 0, FILTER_VALIDATE_INT ) );
|
102 |
Helper::add_json( 'objectType', 'term' );
|
103 |
|
104 |
-
wp_enqueue_script( 'rank-math-term-metabox', $js . 'term-metabox.js', [ 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor' ], rank_math()->version, true );
|
105 |
}
|
106 |
|
107 |
if ( $this->is_user_metabox() ) {
|
@@ -109,7 +109,7 @@ class Metabox implements Runner {
|
|
109 |
Helper::add_json( 'objectID', $user_id );
|
110 |
Helper::add_json( 'objectType', 'user' );
|
111 |
|
112 |
-
wp_enqueue_script( 'rank-math-user-metabox', $js . 'user-metabox.js', [ 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor' ], rank_math()->version, true );
|
113 |
}
|
114 |
|
115 |
$this->assessor();
|
94 |
Helper::add_json( 'noFollowExternalLinks', Helper::get_settings( 'general.nofollow_external_links' ) );
|
95 |
Helper::add_json( 'featuredImageNotice', esc_html__( 'The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.', 'rank-math' ) );
|
96 |
|
97 |
+
wp_enqueue_script( 'rank-math-post-metabox', $js . 'post-metabox.js', [ 'clipboard', 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor', 'rank-math-validate', 'wp-hooks' ], rank_math()->version, true );
|
98 |
}
|
99 |
|
100 |
if ( Admin_Helper::is_term_edit() ) {
|
101 |
Helper::add_json( 'objectID', Param::request( 'tag_ID', 0, FILTER_VALIDATE_INT ) );
|
102 |
Helper::add_json( 'objectType', 'term' );
|
103 |
|
104 |
+
wp_enqueue_script( 'rank-math-term-metabox', $js . 'term-metabox.js', [ 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor', 'wp-hooks' ], rank_math()->version, true );
|
105 |
}
|
106 |
|
107 |
if ( $this->is_user_metabox() ) {
|
109 |
Helper::add_json( 'objectID', $user_id );
|
110 |
Helper::add_json( 'objectType', 'user' );
|
111 |
|
112 |
+
wp_enqueue_script( 'rank-math-user-metabox', $js . 'user-metabox.js', [ 'rank-math-common', 'rank-math-assessor', 'jquery-tag-editor', 'wp-hooks' ], rank_math()->version, true );
|
113 |
}
|
114 |
|
115 |
$this->assessor();
|
includes/class-kb.php
CHANGED
@@ -210,7 +210,7 @@ class KB {
|
|
210 |
],
|
211 |
'review-rm' => [
|
212 |
'https://s.rankmath.com/review',
|
213 |
-
'https://
|
214 |
],
|
215 |
'fb-group' => [
|
216 |
'https://s.rankmath.com/fbgroup',
|
210 |
],
|
211 |
'review-rm' => [
|
212 |
'https://s.rankmath.com/review',
|
213 |
+
'https://s.rankmath.com/reviewrankmath'
|
214 |
],
|
215 |
'fb-group' => [
|
216 |
'https://s.rankmath.com/fbgroup',
|
rank-math.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
*
|
10 |
* @wordpress-plugin
|
11 |
* Plugin Name: Rank Math SEO
|
12 |
-
* Version: 1.0.28
|
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.28';
|
38 |
|
39 |
/**
|
40 |
* Rank Math database version.
|
9 |
*
|
10 |
* @wordpress-plugin
|
11 |
* Plugin Name: Rank Math SEO
|
12 |
+
* Version: 1.0.28.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.28.1';
|
38 |
|
39 |
/**
|
40 |
* Rank Math database version.
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: seo, sitemap, google search console, schema, redirection
|
|
5 |
Tested up to: 5.2.2
|
6 |
Requires at least: 4.7.0
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.0.28
|
9 |
License: GPL-2.0+
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
|
@@ -451,13 +451,16 @@ We look forward to helping you.
|
|
451 |
|
452 |
== Changelog ==
|
453 |
|
|
|
|
|
|
|
454 |
= 1.0.28 [Jul 12, 2019] =
|
455 |
* Added Content Analysis API, now developers can make their custom fields compatible with Rank Math, [more details about the API and implementation](https://s.rankmath.com/analysisapi)
|
456 |
* Added an option to auto-update the plugin [Rank Math >> General Settings >> Other]
|
457 |
* Added few extra code checks in the SEO analyzer Page to avoid 503 Error on some websites
|
458 |
* Improved CSS files by removing vendor prefixing (-webkit)
|
459 |
* Fixed Sitemap not showing indexable posts in some cases
|
460 |
-
* Fixed incorrect `hasPart` type in CollectionPage and BlogPost Schema
|
461 |
* Fixed recipe ingredients printing in the same line even if a line break or a comma separator was present
|
462 |
* Fixed range value not working in the salary field of JobListing Schema
|
463 |
* Fixed a JS bug in the editor screen for non-admin users
|
5 |
Tested up to: 5.2.2
|
6 |
Requires at least: 4.7.0
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.0.28.1
|
9 |
License: GPL-2.0+
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
|
451 |
|
452 |
== Changelog ==
|
453 |
|
454 |
+
= 1.0.28.1 [Jul 12, 2019] =
|
455 |
+
* Fixed an issue happening on some installations where the content analysis API was conflicting with the MetaBox
|
456 |
+
|
457 |
= 1.0.28 [Jul 12, 2019] =
|
458 |
* Added Content Analysis API, now developers can make their custom fields compatible with Rank Math, [more details about the API and implementation](https://s.rankmath.com/analysisapi)
|
459 |
* Added an option to auto-update the plugin [Rank Math >> General Settings >> Other]
|
460 |
* Added few extra code checks in the SEO analyzer Page to avoid 503 Error on some websites
|
461 |
* Improved CSS files by removing vendor prefixing (-webkit)
|
462 |
* Fixed Sitemap not showing indexable posts in some cases
|
463 |
+
* Fixed incorrect `hasPart` type in CollectionPage and BlogPost Schema
|
464 |
* Fixed recipe ingredients printing in the same line even if a line break or a comma separator was present
|
465 |
* Fixed range value not working in the salary field of JobListing Schema
|
466 |
* Fixed a JS bug in the editor screen for non-admin users
|