Really Simple SSL - Version 5.2.3

Version Description

  • Bumped tested up to 5.9
Download this release

Release Info

Developer RogierLankhorst
Plugin Icon 128x128 Really Simple SSL
Version 5.2.3
Comparing to
See all releases

Code changes from version 5.2.2 to 5.2.3

Files changed (2) hide show
  1. readme.txt +5 -2
  2. rlrsssl-really-simple-ssl.php +2 -2
readme.txt CHANGED
@@ -4,9 +4,9 @@ Donate link: https://www.paypal.me/reallysimplessl
4
  Tags: SSL, https, force SSL, mixed content, insecure content, secure website, website security, TLS, security, secure socket layers, HSTS
5
  Requires at least: 4.9
6
  License: GPL2
7
- Tested up to: 5.8
8
  Requires PHP: 5.6
9
- Stable tag: 5.2.2
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
@@ -90,6 +90,9 @@ The plugin checks your certificate before enabling, but if, for example, you mig
90
  If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead.
91
 
92
  == Changelog ==
 
 
 
93
  = 5.2.2 =
94
  * Improvement: change text about Google Analytics for a more broader application
95
  * Improvement: prevent duplicate notice
4
  Tags: SSL, https, force SSL, mixed content, insecure content, secure website, website security, TLS, security, secure socket layers, HSTS
5
  Requires at least: 4.9
6
  License: GPL2
7
+ Tested up to: 5.9
8
  Requires PHP: 5.6
9
+ Stable tag: 5.2.3
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
90
  If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead.
91
 
92
  == Changelog ==
93
+ = 5.2.3 =
94
+ * Bumped tested up to 5.9
95
+
96
  = 5.2.2 =
97
  * Improvement: change text about Google Analytics for a more broader application
98
  * Improvement: prevent duplicate notice
rlrsssl-really-simple-ssl.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
- * Version: 5.2.2
7
  * Author: Really Simple Plugins
8
  * Author URI: https://really-simple-plugins.com
9
  * License: GPL2
@@ -117,7 +117,7 @@ class REALLY_SIMPLE_SSL
117
  define('rsssl_file', __FILE__);
118
  }
119
  $debug = defined('RSSSL_DEBUG') && RSSSL_DEBUG ? time() : '';
120
- define('rsssl_version', '5.2.2'.$debug);
121
  define('rsssl_le_cron_generation_renewal_check', 20);
122
  define('rsssl_le_manual_generation_renewal_check', 15);
123
  }
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
+ * Version: 5.2.3
7
  * Author: Really Simple Plugins
8
  * Author URI: https://really-simple-plugins.com
9
  * License: GPL2
117
  define('rsssl_file', __FILE__);
118
  }
119
  $debug = defined('RSSSL_DEBUG') && RSSSL_DEBUG ? time() : '';
120
+ define('rsssl_version', '5.2.3'.$debug);
121
  define('rsssl_le_cron_generation_renewal_check', 20);
122
  define('rsssl_le_manual_generation_renewal_check', 15);
123
  }