Plugin Directory

Changeset 3011789


Ignore:
Timestamp:
12/19/2023 09:18:59 AM (2 years ago)
Author:
speedify
Message:

Releasing version 3.6.9

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

Legend:

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

    r2998087 r3011789  
    14291429    {
    14301430       
    1431         if ( time() > strtotime( "November 23, 2023" ) && time() < strtotime( "November 29, 2023" ) ) {
    1432             $offer_name = "<strong>Black Friday + Cyber Monday Sale</strong><br /><br />";
    1433             $offer_end_time = strtotime( "November 29, 2023" );
    1434             $coupon_code = "BFCM";
     1431        if ( time() > strtotime( "December 20, 2023" ) && time() < strtotime( "January 4, 2024" ) ) {
     1432            $offer_name = "<strong>Festive Savings & New Year Sale</strong><br /><br />";
     1433            $offer_end_time = strtotime( "January 4, 2024" );
     1434            $coupon_code = "FESTIVEJOY";
    14351435            $discount_percentage = __( "30%", 'auto-install-free-ssl' );
    14361436        } else {
  • auto-install-free-ssl/trunk/auto-install-free-ssl.php

    r2998087 r3011789  
    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.8
     9 * Version:     3.6.9
    1010 * Requires at least: 4.1
    1111 * Requires PHP:      5.6
     
    947947    2
    948948);
    949 function aifs_deactivation_promo( $uninstall_reasons )
    950 {
    951     $link = "https://freessl.tech/wordpress-letsencrypt-free-ssl-certificate-documentation/?utm_source=users_website&utm_medium=dashboard&utm_campaign=aifs_free&utm_content=deactivation_promo";
     949function aifs_deactivation_text( $uninstall_reasons )
     950{
    952951    $html = '<div class="card block-body" style="width: 100%; padding-left: 2%; margin-left: -1%; margin-top: -3.5%;">';
    953     $html .= '<p><a href="' . $link . '" style="text-decoration: none;"><strong>' . __( "WAIT, did you read our documentation?", 'auto-install-free-ssl' ) . '</strong></a><a class="aifs-review-now aifs-review-button" style="margin-left: 5%;" href="' . $link . '">' . __( "Click here & Read it", 'auto-install-free-ssl' ) . '</a></p>
    954          <a href="' . $link . '" style="text-decoration: none;">
    955          <p>' . __( "Experiencing challenges? By investing just a few minutes in our VIDEO and written documentation and successfully implementing it, our free SSL plugin can lead to significant cost savings for you.", 'auto-install-free-ssl' ) . '</p>
    956          </a>
    957         </div>';
     952   
     953    if ( aifs_is_free_version() ) {
     954        $documentation_link = "https://freessl.tech/wordpress-letsencrypt-free-ssl-certificate-documentation/?utm_source=users_website&utm_medium=dashboard&utm_campaign=aifs_free&utm_content=deactivation_promo";
     955        $html .= '<p><a href="' . $documentation_link . '" style="text-decoration: none;"><strong>' . __( "WAIT, did you read our documentation?", 'auto-install-free-ssl' ) . '</strong></a><a class="aifs-review-now aifs-review-button" style="margin-left: 5%;" href="' . $documentation_link . '">' . __( "Click here & Read it", 'auto-install-free-ssl' ) . '</a></p>
     956             <a href="' . $documentation_link . '" style="text-decoration: none;">
     957             <p>' . __( "Experiencing challenges? By investing just a few minutes in our VIDEO and written documentation and successfully implementing it, our free SSL plugin can lead to significant cost savings for you.", 'auto-install-free-ssl' ) . '</p>
     958             </a>';
     959    } else {
     960    }
     961   
     962    $html .= '</div>';
    958963    $uninstall_reasons['long-term'][] = $uninstall_reasons['short-term'][] = array(
    959964        'id'                => 200,
     
    965970}
    966971
    967 aifssl_fs()->add_filter( 'uninstall_reasons', 'aifs_deactivation_promo' );
     972aifssl_fs()->add_filter( 'uninstall_reasons', 'aifs_deactivation_text' );
  • auto-install-free-ssl/trunk/freemius/start.php

    r2989232 r3011789  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.6.0';
     18    $this_sdk_version = '2.6.1';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
     
    4747    $file_path    = fs_normalize_path( __FILE__ );
    4848    $fs_root_path = dirname( $file_path );
     49
     50    // @todo: Remove this code after a few months when WP 6.3 usage is low enough.
     51    global $wp_version;
    4952
    5053    if (
     
    5457         * @see theme-previews.php:wp_get_theme_preview_path()
    5558         *
    56          * @todo If this behavior is fixed in the core, we will remove this workaround.
     59         * @todo This behavior is already fixed in the core (WP 6.3.2+), and this code can be removed after a few months when WP 6.3 usage is low enough.
    5760         * @since WP 6.3.0
    5861         */
     62        version_compare( $wp_version, '6.3', '>=' ) &&
     63        version_compare( $wp_version, '6.3.1', '<=' ) &&
    5964        (
    6065            'site-editor.php' === basename( $_SERVER['SCRIPT_FILENAME'] ) ||
  • auto-install-free-ssl/trunk/readme.txt

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