Plugin Directory

Changeset 3021525


Ignore:
Timestamp:
01/14/2024 11:31:58 AM (2 years ago)
Author:
speedify
Message:

Releasing version 3.6.10

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

Legend:

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

    r3011789 r3021525  
    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.9
     9 * Version:     3.6.10
    1010 * Requires at least: 4.1
    1111 * Requires PHP:      5.6
  • auto-install-free-ssl/trunk/freemius/includes/class-freemius.php

    r2989232 r3021525  
    13581358
    13591359        function _run_garbage_collector() {
    1360             // @todo - Remove this check once the garbage collector is ready to be out of beta.
    1361             if ( true !== fs_get_optional_constant( 'WP_FS__ENABLE_GARBAGE_COLLECTOR', false ) ) {
     1360            if ( true !== fs_get_optional_constant( 'WP_FS__ENABLE_GARBAGE_COLLECTOR', true ) ) {
    13621361                return;
    13631362            }
  • auto-install-free-ssl/trunk/freemius/includes/class-fs-garbage-collector.php

    r2989232 r3021525  
    282282
    283283            foreach ( $users as $user_id => $user ) {
    284                 if ( ! isset( $user_has_install[ $user_id ] ) ) {
     284                if ( ! isset( $user_has_install_map[ $user_id ] ) ) {
    285285                    unset( $users[ $user_id ] );
    286286
  • auto-install-free-ssl/trunk/freemius/start.php

    r3011789 r3021525  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.6.1';
     18    $this_sdk_version = '2.6.2';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
  • auto-install-free-ssl/trunk/readme.txt

    r3011789 r3021525  
    77Requires at least: 4.1
    88Tested up to: 6.4
    9 Stable tag: 3.6.9
     9Stable tag: 3.6.10
    1010Requires PHP: 5.6
    1111Development location: https://freessl.tech
     
    2727
    2828
    29 `    391,000+ DOWNLOADS!!`
     29`    398,000+ DOWNLOADS!!`
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.