Plugin Directory

Changeset 3415329


Ignore:
Timestamp:
12/09/2025 12:06:37 PM (3 months ago)
Author:
sslzen
Message:

Release version 4.7.7 with WordPress.org guideline compliance fixes

Location:
ssl-zen
Files:
2 edited
16 copied

Legend:

Unmodified
Added
Removed
  • ssl-zen/tags/4.7.7/readme.txt

    r3415164 r3415329  
    77Tested up to: 6.6
    88Requires PHP: 5.6
    9 Stable tag: 4.7.6
     9Stable tag: 4.7.7
    1010
    1111Helps install a free Let's Encrypt SSL certificate, redirects HTTP to HTTPS and forces SSL on all pages.
  • ssl-zen/tags/4.7.7/ssl_zen.php

    r3415164 r3415329  
    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.6
     10 * Version:           4.7.7
    1111 * Author:            SSL Zen
    1212 * Author URI:        http://sslzen.com
     
    9797 */
    9898if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) {
    99     define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.6' );
     99    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.7' );
    100100}
    101101if ( !defined( 'SSL_ZEN_DIR' ) ) {
  • ssl-zen/trunk/readme.txt

    r3415164 r3415329  
    77Tested up to: 6.6
    88Requires PHP: 5.6
    9 Stable tag: 4.7.6
     9Stable tag: 4.7.7
    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

    r3415164 r3415329  
    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.6
     10 * Version:           4.7.7
    1111 * Author:            SSL Zen
    1212 * Author URI:        http://sslzen.com
     
    9797 */
    9898if ( !defined( 'SSL_ZEN_PLUGIN_VERSION' ) ) {
    99     define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.6' );
     99    define( 'SSL_ZEN_PLUGIN_VERSION', '4.7.7' );
    100100}
    101101if ( !defined( 'SSL_ZEN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.