Changeset 3130900
- Timestamp:
- 08/05/2024 09:20:32 AM (19 months ago)
- Location:
- ssl-zen/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
ssl_zen.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ssl-zen/trunk/readme.txt
r3127924 r3130900 2 2 Contributors: sslzen, sslzensupport 3 3 Donate link: https://paypal.me/sagarspatil 4 Tags: ssl,free ssl,free ssl certificate,https,mixed content 4 Tags: ssl,free ssl,free ssl certificate,https,mixed content,insecure content,force ssl 5 5 Requires at least: 4.2 6 6 License: GPL3 7 7 Tested up to: 6.5 8 8 Requires PHP: 5.6 9 Stable tag: 4.7. 19 Stable tag: 4.7.2 10 10 11 11 Helps install a free Let's Encrypt SSL certificate, redirects HTTP to HTTPS and forces SSL on all pages. … … 48 48 * Brute-Force Protection 49 49 * Forces Browser Validation on traffic anomalies 50 * Performs Real-time threat intelligence for IP addresses, source location, and information on malicious IPs 50 * Performs Real-time threat intelligence for IP addresses, source location, and information on malicious IPs. 51 51 * Patches known vulnerabilities in the Apache Struts framework by blocking requests suspected of exploiting these vulnerabilities 52 52 * Enables a set of rules designed to block common WordPress exploits … … 199 199 == Changelog == 200 200 201 = 4.7.2 = 202 * Minor bug fixes 203 201 204 = 4.7.1 = 202 205 * Updated Freemius SDK to 2.7.3 203 * Changed WP tested upto 6.6 in readme.txt204 206 205 207 = 4.6.0 = -
ssl-zen/trunk/ssl_zen.php
r3127924 r3130900 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. 110 * Version: 4.7.2 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. 1' );98 define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.2' ); 99 99 } 100 100 if ( !defined( 'SSL_ZEN_DIR' ) ) { … … 142 142 } 143 143 /** 144 * Create the main object of the plugin when the plugins are loaded .144 * Create the main object of the plugin when the plugins are loaded 145 145 */ 146 146 add_action( 'plugins_loaded', 'ssl_zen_init' );
Note: See TracChangeset
for help on using the changeset viewer.