Really Simple SSL - Version 3.0.2

Version Description

  • Fix: fixed an image containing uppercase characters, which can lead to the image not showing on some servers.
  • Fix: fixed an issue where the 'data-rsssl=1' marker wasn't inserted when the tag was empty.
Download this release

Release Info

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

Code changes from version 3.0.1 to 3.0.2

assets/{ComplianZ-white.jpg → complianz.jpg} RENAMED
File without changes
assets/{UM-mail-alerts.jpg → mail-alerts.jpg} RENAMED
File without changes
assets/{um-most-visited.jpg → most-visited.jpg} RENAMED
File without changes
assets/{UM-tagging.jpg → tagging.jpg} RENAMED
File without changes
class-admin.php CHANGED
@@ -2276,10 +2276,10 @@ class rsssl_admin extends rsssl_front_end
2276
  )
2277
  );
2278
  $this->get_banner_html(array(
2279
- 'img' => 'complianz-white.jpg',
2280
  'title' => 'ComplianZ',
2281
- 'description' => __("GDPR Ready with the Complianz WordPress Plugin. Always up-to-date documentation by one of the most prominent EU IT Law firms.", "really-simple-ssl"),
2282
- 'url' => 'https://complianz.io/en/pricing/',
2283
  'pro' => true,
2284
  )
2285
  );
@@ -2289,7 +2289,7 @@ class rsssl_admin extends rsssl_front_end
2289
  if (!defined("um_tagging_version")) {
2290
 
2291
  $this->get_banner_html(array(
2292
- 'img' => 'um-tagging.jpg',
2293
  'title' => 'UM Tagging',
2294
  'description' => __("UM Tagging allows you to @tag or @mention all users on your platform.", "really-simple-ssl"),
2295
  'url' => 'https://really-simple-plugins.com/download/um-tagging/',
@@ -2300,7 +2300,7 @@ class rsssl_admin extends rsssl_front_end
2300
  if (!defined("um_most_visited_version")) {
2301
 
2302
  $this->get_banner_html(array(
2303
- 'img' => 'um-most-visited.jpg',
2304
  'title' => 'UM Most Visited',
2305
  'description' => __("Show the most visited users and add a 'last visited users' tab to each user profile.", "really-simple-ssl"),
2306
  'url' => 'https://really-simple-plugins.com/download/most-visited-members/',
@@ -2310,7 +2310,7 @@ class rsssl_admin extends rsssl_front_end
2310
 
2311
  if (!defined("um_tagging_version")) {
2312
  $this->get_banner_html(array(
2313
- 'img' => 'um-mail-alerts.jpg',
2314
  'title' => 'UM Mail Alerts',
2315
  'description' => __("Automatically send a notification when a user's post on the activity feed is liked or commented on.", "really-simple-ssl"),
2316
  'url' => 'https://really-simple-plugins.com/download/um-mail-alerts/',
2276
  )
2277
  );
2278
  $this->get_banner_html(array(
2279
+ 'img' => 'complianz.jpg',
2280
  'title' => 'ComplianZ',
2281
+ 'description' => __("Do you have visitors from the European Union? Get GDPR ready in 30 minutes with Complianz GDPR. Always up-to-date legal documents by one of the most prominent EU IT Law firms.", "really-simple-ssl"),
2282
+ 'url' => 'https://complianz.io/',
2283
  'pro' => true,
2284
  )
2285
  );
2289
  if (!defined("um_tagging_version")) {
2290
 
2291
  $this->get_banner_html(array(
2292
+ 'img' => 'tagging.jpg',
2293
  'title' => 'UM Tagging',
2294
  'description' => __("UM Tagging allows you to @tag or @mention all users on your platform.", "really-simple-ssl"),
2295
  'url' => 'https://really-simple-plugins.com/download/um-tagging/',
2300
  if (!defined("um_most_visited_version")) {
2301
 
2302
  $this->get_banner_html(array(
2303
+ 'img' => 'most-visited.jpg',
2304
  'title' => 'UM Most Visited',
2305
  'description' => __("Show the most visited users and add a 'last visited users' tab to each user profile.", "really-simple-ssl"),
2306
  'url' => 'https://really-simple-plugins.com/download/most-visited-members/',
2310
 
2311
  if (!defined("um_tagging_version")) {
2312
  $this->get_banner_html(array(
2313
+ 'img' => 'mail-alerts.jpg',
2314
  'title' => 'UM Mail Alerts',
2315
  'description' => __("Automatically send a notification when a user's post on the activity feed is liked or commented on.", "really-simple-ssl"),
2316
  'url' => 'https://really-simple-plugins.com/download/um-mail-alerts/',
class-mixed-content-fixer.php CHANGED
@@ -157,7 +157,7 @@ if ( ! class_exists( 'rsssl_admin_mixed_content_fixer' ) ) {
157
  '/<form [^>]*?action=[\'"]\K(http:\/\/)(?=[^\'"]+)/i',
158
  );
159
  $str = preg_replace($pattern, 'https://', $str);
160
- $str = str_replace ( "<body " , '<body data-rsssl=1 ', $str);
161
  return apply_filters("rsssl_fixer_output", $str);
162
 
163
  }
157
  '/<form [^>]*?action=[\'"]\K(http:\/\/)(?=[^\'"]+)/i',
158
  );
159
  $str = preg_replace($pattern, 'https://', $str);
160
+ $str = str_replace ( "<body" , '<body data-rsssl=1', $str);
161
  return apply_filters("rsssl_fixer_output", $str);
162
 
163
  }
readme.txt CHANGED
@@ -6,7 +6,7 @@ Requires at least: 4.2
6
  License: GPL2
7
  Tested up to: 4.9.5
8
  Requires PHP: 5.4
9
- Stable tag: 3.0.1
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
@@ -79,6 +79,10 @@ If you are experiencing redirect loops on your site, try these [instructions](ht
79
  Yes. There is a dedicated network settings page where you can switch between network activated SSL and per page SSL. In the dedicated pro for multisite plugin, you can override all site settings for SSL on the network level, and can activate and deactivate SSL in the network menu for each site.
80
 
81
  == Changelog ==
 
 
 
 
82
  = 3.0.1 =
83
  * Tweak: Add privacy notice
84
  * Tweak: Set javascript redirect to false by default
6
  License: GPL2
7
  Tested up to: 4.9.5
8
  Requires PHP: 5.4
9
+ Stable tag: 3.0.2
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
79
  Yes. There is a dedicated network settings page where you can switch between network activated SSL and per page SSL. In the dedicated pro for multisite plugin, you can override all site settings for SSL on the network level, and can activate and deactivate SSL in the network menu for each site.
80
 
81
  == Changelog ==
82
+ = 3.0.2 =
83
+ * Fix: fixed an image containing uppercase characters, which can lead to the image not showing on some servers.
84
+ * Fix: fixed an issue where the 'data-rsssl=1' marker wasn't inserted when the <body> tag was empty.
85
+
86
  = 3.0.1 =
87
  * Tweak: Add privacy notice
88
  * Tweak: Set javascript redirect to false by default
rlrsssl-really-simple-ssl.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://www.really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
- * Version: 3.0.1
7
  * Text Domain: really-simple-ssl
8
  * Domain Path: /languages
9
  * Author: Rogier Lankhorst
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://www.really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
+ * Version: 3.0.2
7
  * Text Domain: really-simple-ssl
8
  * Domain Path: /languages
9
  * Author: Rogier Lankhorst