Plugin Directory

Changeset 3150594


Ignore:
Timestamp:
09/12/2024 08:01:05 AM (16 months ago)
Author:
sslzen
Message:

minor bug fixes

Location:
ssl-zen/trunk
Files:
2 edited

Legend:

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

    r3135363 r3150594  
    77Tested up to: 6.6
    88Requires PHP: 5.6
    9 Stable tag: 4.7.3
     9Stable tag: 4.7.4
    1010
    1111Helps 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  
    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.3
     10 * Version:           4.7.4
    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.3' );
     98    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.4' );
    9999}
    100100if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.