Plugin Directory

Changeset 3137635


Ignore:
Timestamp:
08/19/2024 01:20:24 PM (18 months ago)
Author:
speedify
Message:

Releasing version 4.2.0

Location:
auto-install-free-ssl
Files:
276 added
5 edited

Legend:

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

    r3129566 r3137635  
    13331333            }
    13341334        }
    1335         //@todo try to connect online -> but it won't work. Even localhost IP can be connected.
     1335        // try to connect online -> but it won't work. Even localhost IP can be connected.
    13361336        return false;
    13371337    }
  • auto-install-free-ssl/trunk/auto-install-free-ssl.php

    r3129566 r3137635  
    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:     4.1.0
     9 * Version:     4.2.0
    1010 * Requires at least: 4.1
    1111 * Requires PHP:      5.6
  • auto-install-free-ssl/trunk/freemius/start.php

    r3129566 r3137635  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.7.3';
     18    $this_sdk_version = '2.7.4';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
  • auto-install-free-ssl/trunk/freemius/templates/account.php

    r3096222 r3137635  
    511511                                            <tr class="fs-field-<?php echo esc_attr( $p['id'] ) ?><?php if ( $odd ) : ?> alternate<?php endif ?>">
    512512                                                <td>
    513                                                     <nobr><?php echo esc_attr( $p['title'] ) ?><?php echo ( ! empty( $p['title'] ) ) ? ':' : '' ?></nobr>
     513                                                    <nobr><?php echo esc_html( $p['title'] ) ?><?php echo ( ! empty( $p['title'] ) ) ? ':' : '' ?></nobr>
    514514                                                </td>
    515515                                                <td<?php if ( 'plan' === $p['id'] || 'bundle_plan' === $p['id'] ) { echo ' colspan="2"'; }?>>
  • auto-install-free-ssl/trunk/readme.txt

    r3129566 r3137635  
    66Requires at least: 4.1
    77Tested up to: 6.6
    8 Stable tag: 4.1.0
     8Stable tag: 4.2.0
    99Requires PHP: 5.6
    1010
     
    2525
    2626
    27 `    425,500+ DOWNLOADS!!`
     27`    431,000+ DOWNLOADS!!`
    2828
    2929
     
    396396
    397397== Changelog ==
     398= 4.2.0 =
     399* Updated the Freemius WordPress SDK to version 2.7.4.
     400* [Pro] Added a feature to group all domains by document root, useful for users with multiple aliases (i.e., ServerAlias) for domains sharing the same document root.
     401
    398402= 4.1.0 =
    399403* Fixed an issue with the documentroot being passed with the domain and ServerAlias in Step 1 of generating a free SSL certificate.
Note: See TracChangeset for help on using the changeset viewer.