WordPress SEO Plugin – Rank Math - Version 1.0.98.1

Version Description

[Sep 22, 2022] = * Fixed: Strict PHP 7.2 error. It is recommended to update the PHP version to at least 7.4.

Note: From the next update, we will stop supporting older versions.

Full changelog can be found here - Rank Math SEO changelog

Download this release

Release Info

Developer rankmath
Plugin Icon 128x128 WordPress SEO Plugin – Rank Math
Version 1.0.98.1
Comparing to
See all releases

Code changes from version 1.0.98 to 1.0.98.1

includes/admin/class-assets.php CHANGED
@@ -120,7 +120,7 @@ class Assets implements Runner {
120
 
121
  Helper::add_json(
122
  'links',
123
- KB::get_links(),
124
  );
125
 
126
  Helper::add_json(
120
 
121
  Helper::add_json(
122
  'links',
123
+ KB::get_links()
124
  );
125
 
126
  Helper::add_json(
includes/admin/wizard/views/compatibility.php CHANGED
@@ -59,8 +59,8 @@ if ( $all_good ) :
59
  <p class="description">
60
  <?php
61
  echo ( ! Helper::is_whitelabel() ) ?
62
- esc_html__( 'Rank Math is compatible with your PHP version but we recommend updating to PHP 7.2 for increased speed and security.', 'rank-math' ) . ' <a href="' . KB::get( 'requirements', 'Setup wizard compatibility step' ) . '" target="_blank">' . esc_html__( 'More information', 'rank-math' ) . '</a>' :
63
- esc_html__( 'This plugin is compatible with your PHP version but we recommend updating to PHP 7.2 for increased speed and security.', 'rank-math' );
64
  ?>
65
  </p>
66
  <?php
59
  <p class="description">
60
  <?php
61
  echo ( ! Helper::is_whitelabel() ) ?
62
+ esc_html__( 'Rank Math is compatible with your PHP version but we recommend updating to PHP 7.4 for increased speed and security.', 'rank-math' ) . ' <a href="' . KB::get( 'requirements', 'Setup wizard compatibility step' ) . '" target="_blank">' . esc_html__( 'More information', 'rank-math' ) . '</a>' :
63
+ esc_html__( 'This plugin is compatible with your PHP version but we recommend updating to PHP 7.4 for increased speed and security.', 'rank-math' );
64
  ?>
65
  </p>
66
  <?php
rank-math.php CHANGED
@@ -9,7 +9,7 @@
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Rank Math SEO
12
- * Version: 1.0.98
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.98';
38
 
39
  /**
40
  * Rank Math database version.
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Rank Math SEO
12
+ * Version: 1.0.98.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.98.1';
38
 
39
  /**
40
  * Rank Math database version.
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: seo, sitemap, google search console, schema, redirection, WordPress SEO
5
  Tested up to: 6.0
6
  Requires at least: 5.6
7
  Requires PHP: 7.2
8
- Stable tag: 1.0.98
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
 
@@ -594,4 +594,9 @@ Please drop us an email at support@rankmath.com and we would be more than happy
594
  * Fixed: [Analytics Dashboard](https://rankmath.com/kb/analytics/#rank-math-analytics-dashboard) tab was showing an active state even after selecting other tab
595
  * Fixed: [Site Analytics](https://rankmath.com/kb/analytics/#site-analytics) page was crashing on some setups when PRO plugin is not active
596
 
 
 
 
 
 
597
  Full changelog can be found here - **[Rank Math SEO changelog](https://rankmath.com/changelog/?utm_source=Plugin&utm_medium=Changelog&utm_campaign=WP)**
5
  Tested up to: 6.0
6
  Requires at least: 5.6
7
  Requires PHP: 7.2
8
+ Stable tag: 1.0.98.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
 
594
  * Fixed: [Analytics Dashboard](https://rankmath.com/kb/analytics/#rank-math-analytics-dashboard) tab was showing an active state even after selecting other tab
595
  * Fixed: [Site Analytics](https://rankmath.com/kb/analytics/#site-analytics) page was crashing on some setups when PRO plugin is not active
596
 
597
+ = 1.0.98.1 [Sep 22, 2022] =
598
+ * Fixed: Strict PHP 7.2 error. It is recommended to update the PHP version to at least 7.4.
599
+
600
+ **Note:** From the next update, we will stop supporting older versions.
601
+
602
  Full changelog can be found here - **[Rank Math SEO changelog](https://rankmath.com/changelog/?utm_source=Plugin&utm_medium=Changelog&utm_campaign=WP)**
vendor/composer/installed.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'rankmath/seo-by-rank-math',
4
- 'pretty_version' => '1.0.98.x-dev',
5
- 'version' => '1.0.98.9999999-dev',
6
- 'reference' => 'f21d4a59c3501a89895ce69f2ea4f7147561acd9',
7
  'type' => 'wordpress-plugin',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
@@ -47,9 +47,9 @@
47
  'dev_requirement' => false,
48
  ),
49
  'rankmath/seo-by-rank-math' => array(
50
- 'pretty_version' => '1.0.98.x-dev',
51
- 'version' => '1.0.98.9999999-dev',
52
- 'reference' => 'f21d4a59c3501a89895ce69f2ea4f7147561acd9',
53
  'type' => 'wordpress-plugin',
54
  'install_path' => __DIR__ . '/../../',
55
  'aliases' => array(),
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'rankmath/seo-by-rank-math',
4
+ 'pretty_version' => '1.0.98.1-dev',
5
+ 'version' => '1.0.98.1-dev',
6
+ 'reference' => 'c47a4fc3a781053bd599912fcffabeca80732698',
7
  'type' => 'wordpress-plugin',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
47
  'dev_requirement' => false,
48
  ),
49
  'rankmath/seo-by-rank-math' => array(
50
+ 'pretty_version' => '1.0.98.1-dev',
51
+ 'version' => '1.0.98.1-dev',
52
+ 'reference' => 'c47a4fc3a781053bd599912fcffabeca80732698',
53
  'type' => 'wordpress-plugin',
54
  'install_path' => __DIR__ . '/../../',
55
  'aliases' => array(),