WordPress SEO Plugin – Rank Math - Version 1.0.27.3

Version Description

[Jun 24, 2019] = * Fixed '500 error' appearing on some installations after updating the plugin settings

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.27.3
Comparing to
See all releases

Code changes from version 1.0.27.2 to 1.0.27.3

includes/admin/class-option-center.php CHANGED
@@ -344,7 +344,7 @@ class Option_Center implements Runner {
344
  * Update .htaccess.
345
  */
346
  private function update_htaccess() {
347
- $content = Param::post( 'htaccess_content', false, FILTER_SANITIZE_STRING );
348
  if ( empty( $content ) ) {
349
  return;
350
  }
344
  * Update .htaccess.
345
  */
346
  private function update_htaccess() {
347
+ $content = Param::post( 'htaccess_content', false );
348
  if ( empty( $content ) ) {
349
  return;
350
  }
rank-math.php CHANGED
@@ -9,7 +9,7 @@
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Rank Math SEO
12
- * Version: 1.0.27.2
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.27.2';
38
 
39
  /**
40
  * Rank Math database version.
9
  *
10
  * @wordpress-plugin
11
  * Plugin Name: Rank Math SEO
12
+ * Version: 1.0.27.3
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.27.3';
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.6.0
7
  Requires PHP: 5.6
8
- Stable tag: 1.0.27.2
9
  License: GPL-2.0+
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.txt
11
 
@@ -451,9 +451,7 @@ We look forward to helping you.
451
 
452
  == Changelog ==
453
 
454
- = 1.0.27.2 [Jun 23, 2019] =
455
- * Added offload images and third-party libraries in the plugin
456
- * Improved sanitization throughout the plugin
457
- * Fixed error in the contact shortcode when time is added in a string format
458
 
459
  Full changelog can be found here - **[Rank Math SEO changelog](https://rankmath.com/changelog)**
5
  Tested up to: 5.2.2
6
  Requires at least: 4.6.0
7
  Requires PHP: 5.6
8
+ Stable tag: 1.0.27.3
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.27.3 [Jun 24, 2019] =
455
+ * Fixed '500 error' appearing on some installations after updating the plugin settings
 
 
456
 
457
  Full changelog can be found here - **[Rank Math SEO changelog](https://rankmath.com/changelog)**