Plugin Directory

Changeset 3150601


Ignore:
Timestamp:
09/12/2024 08:11:24 AM (17 months ago)
Author:
sslzen
Message:

bump version

Location:
ssl-zen/trunk
Files:
2 edited

Legend:

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

    r3150597 r3150601  
    11=== SSL Certificate - Free SSL, HTTPS by SSL Zen ===
    2 <!-- === SSL Zen – Free Let's Encrypt SSL Certificate & HTTPS/SSL Redirect WordPress Plugin === -->
    32Contributors: sslzen, sslzensupport
    43Donate link: https://paypal.me/sagarspatil
     
    87Tested up to: 6.6
    98Requires PHP: 5.6
    10 Stable tag: 4.7.5
     9Stable tag: 4.7.6
    1110
    1211Helps install a free Let's Encrypt SSL certificate, redirects HTTP to HTTPS and forces SSL on all pages.
  • ssl-zen/trunk/ssl_zen.php

    r3150597 r3150601  
    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.5
     10 * Version:           4.7.6
    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.5' );
     98    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.6' );
    9999}
    100100if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.