Changeset 2935140
- Timestamp:
- 07/06/2023 12:12:40 PM (3 years ago)
- Location:
- ssl-zen/trunk
- Files:
-
- 1 added
- 2 edited
-
freemius/includes/fs-html-escaping-functions.php (added)
-
readme.txt (modified) (2 diffs)
-
ssl_zen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ssl-zen/trunk/readme.txt
r2934974 r2935140 7 7 Tested up to: 6.2 8 8 Requires PHP: 5.6 9 Stable tag: 4.5. 29 Stable tag: 4.5.3 10 10 11 11 SSL Zen, your ultimate SSL ally, transforms your WordPress site from HTTP to HTTPS effortlessly. This top-rated SSL plugin not only installs SSL but also ensures timely SSL renewal. Say goodbye to SSL-less days and welcome a world of SSL benefits, including robust HTTPS security. Trust SSL, trust SSL Zen. SSL truly changes the game! … … 199 199 == Changelog == 200 200 201 = 4.5.3 = 202 * Please update immediately if you downloaded 4.5.2. Included missing file from Freemius SDK that broke the plugin. 203 201 204 = 4.5.2 = 202 205 * Updated Freemius SDK to 2.5.10 -
ssl-zen/trunk/ssl_zen.php
r2934974 r2935140 8 8 * Plugin URI: https://sslzen.com 9 9 * Description: Helps install a free SSL certificate from LetsEncrypt, fixes mixed content, insecure content by redirecting to https, and forces SSL on all pages. 10 * Version: 4.5. 210 * Version: 4.5.3 11 11 * Author: SSL Zen 12 12 * Author URI: http://sslzen.com … … 102 102 */ 103 103 if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) { 104 define( 'SSL_ZEN_PLUGIN_VERSION', '4.5. 2' );104 define( 'SSL_ZEN_PLUGIN_VERSION', '4.5.3' ); 105 105 } 106 106 if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.