Changeset 3150597
- Timestamp:
- 09/12/2024 08:06:54 AM (18 months ago)
- Location:
- ssl-zen/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ssl_zen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ssl-zen/trunk/readme.txt
r3150594 r3150597 1 === SSL Zen – Free Let's Encrypt SSL Certificate & HTTPS/SSL Redirect WordPress Plugin === 1 === SSL Certificate - Free SSL, HTTPS by SSL Zen === 2 <!-- === SSL Zen – Free Let's Encrypt SSL Certificate & HTTPS/SSL Redirect WordPress Plugin === --> 2 3 Contributors: sslzen, sslzensupport 3 4 Donate link: https://paypal.me/sagarspatil … … 7 8 Tested up to: 6.6 8 9 Requires PHP: 5.6 9 Stable tag: 4.7. 410 Stable tag: 4.7.5 10 11 11 12 Helps install a free Let's Encrypt SSL certificate, redirects HTTP to HTTPS and forces SSL on all pages. -
ssl-zen/trunk/ssl_zen.php
r3150594 r3150597 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.7. 410 * Version: 4.7.5 11 11 * Author: SSL Zen 12 12 * Author URI: http://sslzen.com … … 96 96 */ 97 97 if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) { 98 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7. 4' );98 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.5' ); 99 99 } 100 100 if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.