Plugin Directory

Changeset 2964789


Ignore:
Timestamp:
09/09/2023 03:10:47 PM (2 years ago)
Author:
speedify
Message:

Releasing version 3.6.5

Location:
auto-install-free-ssl
Files:
279 added
3 edited

Legend:

Unmodified
Added
Removed
  • auto-install-free-ssl/trunk/FreeSSLAuto/src/Controller.php

    r2962618 r2964789  
    4848    /**
    4949     * Make array of the domains pointing to the same document root of a domain.
    50      * Improved since 3.6.3
     50     * Improved since 3.6.5
    5151     * @param array $domains_array_raw
    5252     * @param array $domains_to_exclude
     
    8686                    //Domain is online
    8787                    //if ( (bool) get_option('aifs_verify_ip_for_mail_dot_domain_alias_only') === false || (strpos( $domain, 'mail.' ) !== false && strpos( $domain, 'mail.' ) === 0) ) {
     88                    //if ($ip_of_this_server !== false && ((bool) get_option('aifs_verify_ip_for_mail_dot_domain_alias_only') === false || (strpos( $domain, 'mail.' ) !== false && strpos( $domain, 'mail.' ) === 0)) ) {
    8889                   
    89                     if ( $ip_of_this_server !== false && ((bool) get_option( 'aifs_verify_ip_for_mail_dot_domain_alias_only' ) === false || strpos( $domain, 'mail.' ) !== false && strpos( $domain, 'mail.' ) === 0) ) {
     90                    if ( $ip_of_this_server !== false && ((bool) get_option( 'aifs_verify_ip_for_all_domain_alias' ) || strpos( $domain, 'mail.' ) !== false && strpos( $domain, 'mail.' ) === 0) ) {
    9091                        $dns = dns_get_record( $domain, DNS_A );
    9192                       
  • auto-install-free-ssl/trunk/auto-install-free-ssl.php

    r2962618 r2964789  
    77 * Plugin URI:  https://freessl.tech
    88 * Description: Generate & install Free SSL Certificates, activate force HTTPS redirect with one click to fix insecure links & mixed content warnings, and get automatic Renewal Reminders.
    9  * Version:     3.6.4
     9 * Version:     3.6.5
    1010 * Requires at least: 4.1
    1111 * Requires PHP:      5.6
  • auto-install-free-ssl/trunk/readme.txt

    r2962618 r2964789  
    77Requires at least: 4.1
    88Tested up to: 6.3
    9 Stable tag: 3.6.4
     9Stable tag: 3.6.5
    1010Requires PHP: 5.6
    1111Development location: https://freessl.tech
     
    2727
    2828
    29 `    360,000+ DOWNLOADS!!`
     29`    364,000+ DOWNLOADS!!`
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.