Changeset 3415329
- Timestamp:
- 12/09/2025 12:06:37 PM (3 months ago)
- Location:
- ssl-zen
- Files:
-
- 2 edited
- 16 copied
-
tags/4.7.7 (copied) (copied from ssl-zen/trunk)
-
tags/4.7.7/readme.txt (copied) (copied from ssl-zen/trunk/readme.txt) (1 diff)
-
tags/4.7.7/ssl_zen.php (copied) (copied from ssl-zen/trunk/ssl_zen.php) (2 diffs)
-
tags/4.7.7/ssl_zen/classes/class.ssl_zen_admin.php (copied) (copied from ssl-zen/trunk/ssl_zen/classes/class.ssl_zen_admin.php)
-
tags/4.7.7/ssl_zen/classes/class.ssl_zen_messages.php (copied) (copied from ssl-zen/trunk/ssl_zen/classes/class.ssl_zen_messages.php)
-
tags/4.7.7/ssl_zen/classes/steps/settings.php (copied) (copied from ssl-zen/trunk/ssl_zen/classes/steps/settings.php)
-
tags/4.7.7/ssl_zen/cron.php (copied) (copied from ssl-zen/trunk/ssl_zen/cron.php)
-
tags/4.7.7/ssl_zen/templates/admin/settings.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/admin/settings.php)
-
tags/4.7.7/ssl_zen/templates/admin/ssl-activated.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/admin/ssl-activated.php)
-
tags/4.7.7/ssl_zen/templates/admin/steps-navigation.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/admin/steps-navigation.php)
-
tags/4.7.7/ssl_zen/templates/settings.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/settings.php)
-
tags/4.7.7/ssl_zen/templates/step-1.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/step-1.php)
-
tags/4.7.7/ssl_zen/templates/step-2.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/step-2.php)
-
tags/4.7.7/ssl_zen/templates/step-3.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/step-3.php)
-
tags/4.7.7/ssl_zen/templates/step-4.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/step-4.php)
-
tags/4.7.7/ssl_zen/templates/system-requirements.php (copied) (copied from ssl-zen/trunk/ssl_zen/templates/system-requirements.php)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/ssl_zen.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ssl-zen/tags/4.7.7/readme.txt
r3415164 r3415329 7 7 Tested up to: 6.6 8 8 Requires PHP: 5.6 9 Stable tag: 4.7. 69 Stable tag: 4.7.7 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/tags/4.7.7/ssl_zen.php
r3415164 r3415329 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. 610 * Version: 4.7.7 11 11 * Author: SSL Zen 12 12 * Author URI: http://sslzen.com … … 97 97 */ 98 98 if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) { 99 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7. 6' );99 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.7' ); 100 100 } 101 101 if ( !defined( 'SSL_ZEN_DIR' ) ) { -
ssl-zen/trunk/readme.txt
r3415164 r3415329 7 7 Tested up to: 6.6 8 8 Requires PHP: 5.6 9 Stable tag: 4.7. 69 Stable tag: 4.7.7 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
r3415164 r3415329 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. 610 * Version: 4.7.7 11 11 * Author: SSL Zen 12 12 * Author URI: http://sslzen.com … … 97 97 */ 98 98 if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) { 99 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7. 6' );99 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.7' ); 100 100 } 101 101 if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.