Really Simple SSL - Version 3.3.1

Version Description

  • Fixed a typo in the backup link
  • Added instructions on how to add a free SSL certificate
Download this release

Release Info

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

Code changes from version 3.3 to 3.3.1

Files changed (3) hide show
  1. class-admin.php +5 -2
  2. readme.txt +5 -1
  3. rlrsssl-really-simple-ssl.php +1 -1
class-admin.php CHANGED
@@ -452,6 +452,9 @@ class rsssl_admin extends rsssl_front_end
452
  $link_close = '</a>';
453
 
454
  printf(__("Really Simple SSL requires a valid SSL certificate. You can check your certificate on %sQualys SSL Labs%s.", "really-simple-ssl"), $link_open, $link_close);
 
 
 
455
  ?>
456
  </p>
457
  </div>
@@ -472,7 +475,7 @@ class rsssl_admin extends rsssl_front_end
472
  <li class="message-li"><?php _e('Http references in your .css and .js files: change any http:// into //', 'really-simple-ssl'); ?></li>
473
  <li class="message-li"><?php _e('Images, stylesheets or scripts from a domain without an SSL certificate: remove them or move to your own server', 'really-simple-ssl'); ?></li><?php
474
 
475
- $backup_link = "https://freally-simple-ssl.com/knowledge-base/backing-up-your-site/";
476
  $link_open = '<a target="_blank" href="'.$backup_link.'">';
477
  $link_close = '</a>';
478
  ?>
@@ -2695,7 +2698,7 @@ class rsssl_admin extends rsssl_front_end
2695
  'icon' => 'success'
2696
  ),
2697
  'no-ssl-detected' => array(
2698
- 'msg' => __('No SSL detected', 'really-simple-ssl'),
2699
  'icon' => 'warning'
2700
  ),
2701
  'ssl-detected' => array(
452
  $link_close = '</a>';
453
 
454
  printf(__("Really Simple SSL requires a valid SSL certificate. You can check your certificate on %sQualys SSL Labs%s.", "really-simple-ssl"), $link_open, $link_close);
455
+ echo "<br><br>";
456
+ printf(__("If your site has cPanel, you can %sget a free SSL certificate%s. ", "really-simple-ssl"), '<a target="_blank" href="https://really-simple-ssl.com/knowledge-base/how-to-install-a-free-ssl-certificate-on-your-wordpress-cpanel-hosting/">', '</a>');
457
+
458
  ?>
459
  </p>
460
  </div>
475
  <li class="message-li"><?php _e('Http references in your .css and .js files: change any http:// into //', 'really-simple-ssl'); ?></li>
476
  <li class="message-li"><?php _e('Images, stylesheets or scripts from a domain without an SSL certificate: remove them or move to your own server', 'really-simple-ssl'); ?></li><?php
477
 
478
+ $backup_link = "https://really-simple-ssl.com/knowledge-base/backing-up-your-site/";
479
  $link_open = '<a target="_blank" href="'.$backup_link.'">';
480
  $link_close = '</a>';
481
  ?>
2698
  'icon' => 'success'
2699
  ),
2700
  'no-ssl-detected' => array(
2701
+ 'msg' => sprintf(__("No SSL detected. See our guide on how to %sget a free SSL certificate%s ", "really-simple-ssl"), '<a target="_blank" href="https://really-simple-ssl.com/knowledge-base/how-to-install-a-free-ssl-certificate-on-your-wordpress-cpanel-hosting/">', '</a>'),
2702
  'icon' => 'warning'
2703
  ),
2704
  'ssl-detected' => array(
readme.txt CHANGED
@@ -6,7 +6,7 @@ Requires at least: 4.6
6
  License: GPL2
7
  Tested up to: 5.4
8
  Requires PHP: 5.4
9
- Stable tag: 3.3
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
@@ -82,6 +82,10 @@ If you are experiencing redirect loops on your site, try these [instructions](ht
82
  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.
83
 
84
  == Changelog ==
 
 
 
 
85
  = 3.3 =
86
  * Updated SSL activated notice
87
  * Updated readme
6
  License: GPL2
7
  Tested up to: 5.4
8
  Requires PHP: 5.4
9
+ Stable tag: 3.3.1
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
82
  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.
83
 
84
  == Changelog ==
85
+ = 3.3.1 =
86
+ * Fixed a typo in the backup link
87
+ * Added instructions on how to add a free SSL certificate
88
+
89
  = 3.3 =
90
  * Updated SSL activated notice
91
  * Updated readme
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.3
7
  * Text Domain: really-simple-ssl
8
  * Domain Path: /languages
9
  * Author: Rogier Lankhorst, Mark Wolters
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.3.1
7
  * Text Domain: really-simple-ssl
8
  * Domain Path: /languages
9
  * Author: Rogier Lankhorst, Mark Wolters