Plugin Directory

Changeset 3150597


Ignore:
Timestamp:
09/12/2024 08:06:54 AM (18 months ago)
Author:
sslzen
Message:

bug fixes

Location:
ssl-zen/trunk
Files:
2 edited

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 === -->
    23Contributors: sslzen, sslzensupport
    34Donate link: https://paypal.me/sagarspatil
     
    78Tested up to: 6.6
    89Requires PHP: 5.6
    9 Stable tag: 4.7.4
     10Stable tag: 4.7.5
    1011
    1112Helps 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  
    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.4
     10 * Version:           4.7.5
    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.4' );
     98    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.5' );
    9999}
    100100if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.