Changeset 3150594
- Timestamp:
- 09/12/2024 08:01:05 AM (16 months ago)
- Location:
- ssl-zen/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
ssl_zen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ssl-zen/trunk/readme.txt
r3135363 r3150594 7 7 Tested up to: 6.6 8 8 Requires PHP: 5.6 9 Stable tag: 4.7. 39 Stable tag: 4.7.4 10 10 11 11 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
r3135353 r3150594 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. 310 * Version: 4.7.4 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. 3' );98 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.4' ); 99 99 } 100 100 if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.