Plugin Directory

Changeset 3130900


Ignore:
Timestamp:
08/05/2024 09:20:32 AM (19 months ago)
Author:
sslzen
Message:
  • small bug fixes
Location:
ssl-zen/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ssl-zen/trunk/readme.txt

    r3127924 r3130900  
    22Contributors: sslzen, sslzensupport
    33Donate link: https://paypal.me/sagarspatil
    4 Tags: ssl,free ssl,free ssl certificate,https,mixed content
     4Tags: ssl,free ssl,free ssl certificate,https,mixed content,insecure content,force ssl
    55Requires at least: 4.2
    66License: GPL3
    77Tested up to: 6.5
    88Requires PHP: 5.6
    9 Stable tag: 4.7.1
     9Stable tag: 4.7.2
    1010
    1111Helps install a free Let's Encrypt SSL certificate, redirects HTTP to HTTPS and forces SSL on all pages.
     
    4848* Brute-Force Protection
    4949* 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.
    5151* Patches known vulnerabilities in the Apache Struts framework by blocking requests suspected of exploiting these vulnerabilities
    5252* Enables a set of rules designed to block common WordPress exploits
     
    199199== Changelog ==
    200200
     201= 4.7.2 =
     202* Minor bug fixes
     203
    201204= 4.7.1 =
    202205* Updated Freemius SDK to 2.7.3
    203 * Changed WP tested upto 6.6 in readme.txt
    204206
    205207= 4.6.0 =
  • ssl-zen/trunk/ssl_zen.php

    r3127924 r3130900  
    88 * Plugin URI:        https://sslzen.com
    99 * 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.1
     10 * Version:           4.7.2
    1111 * Author:            SSL Zen
    1212 * Author URI:        http://sslzen.com
     
    9696 */
    9797if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) {
    98     define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.1' );
     98    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.2' );
    9999}
    100100if ( !defined( 'SSL_ZEN_DIR' ) ) {
     
    142142}
    143143/**
    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
    145145 */
    146146add_action( 'plugins_loaded', 'ssl_zen_init' );
Note: See TracChangeset for help on using the changeset viewer.