Plugin Directory


Ignore:
Timestamp:
02/27/2024 05:50:34 PM (14 months ago)
Author:
amans2k
Message:

new version 2.18.0

Location:
finale-woocommerce-sales-countdown-timer-discount
Files:
446 added
7 edited

Legend:

Unmodified
Added
Removed
  • finale-woocommerce-sales-countdown-timer-discount/trunk/admin/assets/js/xl-addon-installer.js

    r3005009 r3042127  
    99        var loader = $('#xli_step_one');
    1010        loader.css('opacity', '1');
    11 
    1211        var step_1 = $('#xli_activated_img');
    1312        var step_2 = $('#xli_step_two');
     
    2726                xl_slug: xl_slug,
    2827                xl_file: xl_file,
    29                 _wpnonce: xl_installer_data.nonce
     28                nonce: xl_installer_data.nonce
    3029            },
    3130            success: function (response) {
     31                console.log(response);
    3232                xli_button.prop('disabled', true);
    33                 if (response) {
    34                     // Plugin installed and activated successfully
     33                if (response && response.success !== false) {
    3534                    loader.css('opacity', '0');
    3635                    step_1.css('display', 'none');
     
    4241                    var div = $('<div>' + response + '</div>');
    4342                    var paragraphs = div.find('p');
    44 
    45                     // Display each <p> element individually
    46                     var notice = $('<div><div class="xl_installation_alert_success">Plugin installed and activated successfully!</div></div>');
    47                     $('#xl_installation_alert_success').prepend(notice);
     43                    var notices = $('<div><div class="xl_installation_alert_success">Plugin installed and activated successfully!</div></div>');
     44                    $('#xl_installation_alert_success').prepend(notices);
    4845
    4946                } else {
    50                     // Error installing or activating the plugin
    5147                    xli_button.prop('disabled', false);
    5248                    loader.css('opacity', '0');
    53                     var notice = $('<div><div class="xl_installation_alert">Something went wrong. Please try again.</div></div>');
     49                    var errorMessage = response && response.data ? response.data : 'Something went wrong. Please try again.';
     50                    var notice = $('<div><div class="xl_installation_alert">' + errorMessage + '</div></div>');
    5451                    $('#xl_installation_error').prepend(notice);
    5552                }
     
    6562        });
    6663    });
    67 
    6864    var modal = $("#xli_image_modal");
    6965    var img = $("#xli_product_image");
     
    7975        modal.css("display", "none");
    8076    });
    81 
    82     setTimeout(function () {
    83         $('#xl_installation_error').hide();
    84     }, 20000);
    8577});
  • finale-woocommerce-sales-countdown-timer-discount/trunk/admin/assets/js/xl-addon-installer.min.js

    r3005009 r3042127  
    1 jQuery(document).ready(function(a){a("#xli_product_image").click(function(a){a.preventDefault()}),a("#xl_install_button").on("click",function(){var b=a(this),c=b.data("xl-slug"),d=b.data("xl-file"),e=a("#xli_step_one");e.css("opacity","1");var f=a("#xli_activated_img"),g=a("#xli_step_two"),h=a("#step-completed"),i=a("#step2-completed"),j=a("#xli_setup"),k=a("#xl_setup_link");b.prop("disabled",!0),e.show(),a.ajax({url:xl_installer_data.ajaxUrl,type:"POST",data:{action:"xl_addon_installation",xl_slug:c,xl_file:d,_wpnonce:xl_installer_data.nonce},success:function(c){if(b.prop("disabled",!0),c){e.css("opacity","0"),f.css("display","none"),g.css("display","none"),h.css("display","block"),i.css("display","block"),k.css("pointer-events","all"),j.css("opacity","1");var d=a("<div>"+c+"</div>"),l=(d.find("p"),a('<div><div class="xl_installation_alert_success">Plugin installed and activated successfully!</div></div>'));a("#xl_installation_alert_success").prepend(l)}else{b.prop("disabled",!1),e.css("opacity","0");var l=a('<div><div class="xl_installation_alert">Something went wrong. Please try again.</div></div>');a("#xl_installation_error").prepend(l)}},error:function(c,d,f){b.prop("disabled",!1),e.css("opacity","0"),console.error(c.responseText);var g=a('<div class="notice notice-error is-dismissible"><p>Error: '+c.responseText+"</p></div>");a("#wpbody-content").prepend(g)}})});var b=a("#xli_image_modal"),c=a("#xli_product_image"),d=a("#img01");c.on("click",function(){b.css("display","block"),d.attr("src",a(this).attr("src")),b.addClass("xli-zoom-in")}),a(".xli_close_btn").eq(0).on("click",function(){b.css("display","none")}),setTimeout(function(){a("#xl_installation_error").hide()},2e4)});
     1jQuery(document).ready(function(a){a("#xli_product_image").click(function(a){a.preventDefault()}),a("#xl_install_button").on("click",function(){var b=a(this),c=b.data("xl-slug"),d=b.data("xl-file"),e=a("#xli_step_one");e.css("opacity","1");var f=a("#xli_activated_img"),g=a("#xli_step_two"),h=a("#step-completed"),i=a("#step2-completed"),j=a("#xli_setup"),k=a("#xl_setup_link");b.prop("disabled",!0),e.show(),a.ajax({url:xl_installer_data.ajaxUrl,type:"POST",data:{action:"xl_addon_installation",xl_slug:c,xl_file:d,nonce:xl_installer_data.nonce},success:function(c){if(console.log(c),b.prop("disabled",!0),c&&!1!==c.success){e.css("opacity","0"),f.css("display","none"),g.css("display","none"),h.css("display","block"),i.css("display","block"),k.css("pointer-events","all"),j.css("opacity","1");var d=a("<div>"+c+"</div>"),l=(d.find("p"),a('<div><div class="xl_installation_alert_success">Plugin installed and activated successfully!</div></div>'));a("#xl_installation_alert_success").prepend(l)}else{b.prop("disabled",!1),e.css("opacity","0");var m=c&&c.data?c.data:"Something went wrong. Please try again.",n=a('<div><div class="xl_installation_alert">'+m+"</div></div>");a("#xl_installation_error").prepend(n)}},error:function(c,d,f){b.prop("disabled",!1),e.css("opacity","0"),console.error(c.responseText);var g=a('<div class="notice notice-error is-dismissible"><p>Error: '+c.responseText+"</p></div>");a("#wpbody-content").prepend(g)}})});var b=a("#xli_image_modal"),c=a("#xli_product_image"),d=a("#img01");c.on("click",function(){b.css("display","block"),d.attr("src",a(this).attr("src")),b.addClass("xli-zoom-in")}),a(".xli_close_btn").eq(0).on("click",function(){b.css("display","none")})});
  • finale-woocommerce-sales-countdown-timer-discount/trunk/admin/wcct-admin.php

    r3005009 r3042127  
    431431     */
    432432    public function wcct_enqueue_admin_assets() {
     433        $page_param = isset( $_GET['page'] ) ? sanitize_text_field( $_GET['page'] ) : '';
    433434        if ( true === WCCT_Common::wcct_valid_admin_pages() ) {
    434435            wp_enqueue_style( 'xl-confirm-css', $this->get_admin_url() . 'assets/css/jquery-confirm.min.css', XLWCCT_VERSION );
     
    519520            ) );
    520521        }
    521         wp_enqueue_style( 'xlwcty_admin-css', $this->get_admin_url() . 'assets/css/xl-submenu-pages.css', XLWCCT_VERSION );
    522         wp_enqueue_script( 'xl-installer-js', $this->get_admin_url() . 'assets/js/xl-addon-installer.js', XLWCCT_VERSION );
    523         wp_localize_script( 'xl-installer-js', 'xl_installer_data', array(
    524             'ajaxUrl' => admin_url( 'admin-ajax.php' ),
    525         ) );
    526 
    527 
     522        if ( $page_param === 'xl-payments' || $page_param === 'xl-cart' || $page_param === 'xl-checkout' || $page_param === 'xl-automations' ) {
     523            wp_enqueue_style( 'xlwcty_admin-css', $this->get_admin_url() . 'assets/css/xl-submenu-pages.css', XLWCCT_VERSION );
     524            wp_enqueue_script( 'xl-installer-js', $this->get_admin_url() . 'assets/js/xl-addon-installer.js', XLWCCT_VERSION );
     525            $xl_installer_data['nonce'] = wp_create_nonce( 'xl_addon_installation_nonce' );
     526            wp_localize_script( 'xl-installer-js', 'xl_installer_data', array(
     527                'ajaxUrl' => admin_url( 'admin-ajax.php' ),
     528                'nonce'   => $xl_installer_data['nonce'],  // Add nonce to xl_installer_data
     529            ) );
     530        }
    528531    }
    529532
     
    563566     */
    564567    public function wcct_html_content_fields( $field, $escaped_value, $object_id, $object_type, $field_type_object ) {
    565         $switch                 = '';
    566568        $conditional_value      = ( isset( $field->args['attributes']['data-conditional-value'] ) ? 'data-conditional-value="' . esc_attr( $field->args['attributes']['data-conditional-value'] ) . '"' : '' );
    567569        $conditional_id         = ( isset( $field->args['attributes']['data-conditional-id'] ) ? ' data-conditional-id="' . esc_attr( $field->args['attributes']['data-conditional-id'] ) . '"' : '' );
     
    15071509
    15081510    }
    1509    
     1511
    15101512    public function maybe_remove_all_notices_on_page() {
    15111513        $page = filter_input( INPUT_GET, 'page' );
  • finale-woocommerce-sales-countdown-timer-discount/trunk/finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php

    r3005009 r3042127  
    44 * Plugin URI: https://xlplugins.com/finale-woocommerce-sales-countdown-timer-discount-plugin/
    55 * Description: Finale lets you create scheduled one time or recurring campaigns. It induces urgency with visual elements such as Countdown Timer and Counter Bar to motivate users to place an order.
    6  * Version: 2.17.0
     6 * Version: 2.18.0
    77 * Author: XLPlugins
    88 * Author URI: https://www.xlplugins.com
     
    1414 * XLTOOLS: True
    1515 * Requires at least: 5.0
    16  * Tested up to: 6.4.1
     16 * Tested up to: 6.4.3
    1717 * Requires PHP: 7.3
    1818 * WC requires at least: 5.0
    19  * WC tested up to: 8.3.1
     19 * WC tested up to: 8.6.1
    2020 *
    2121 * Finale Lite - Sales Countdown Timer & Discount for WooCommerce is free software.
     
    185185        public function define_plugin_properties() {
    186186            /** Defining Constants */
    187             define( 'XLWCCT_VERSION', '2.17.0' );
    188             define( 'WCCT_MIN_WC_VERSION', '4.4' );
     187            define( 'XLWCCT_VERSION', '2.18.0' );
     188            define( 'WCCT_MIN_WC_VERSION', '5.0' );
    189189            define( 'WCCT_FULL_NAME', 'Finale Lite - Sales Countdown Timer & Discount for WooCommerce' );
    190190            define( 'WCCT_PLUGIN_FILE', __FILE__ );
  • finale-woocommerce-sales-countdown-timer-discount/trunk/includes/wcct-xl-support.php

    r3005009 r3042127  
    4848        add_action( 'wcct_options_page_right_content', array( $this, 'wcct_options_page_right_content' ), 10 );
    4949
    50         add_action( 'admin_menu', array( $this, 'add_menus' ), 86);
     50        add_action( 'admin_menu', array( $this, 'add_menus' ), 86 );
    5151        add_action( 'admin_menu', array( $this, 'add_wcct_menu' ), 85 );
    5252
     
    6161        } );
    6262        // tools
    63         add_action( 'admin_init', array( $this, 'download_tools_settings' ), 2 );
    64         add_action( 'xl_tools_after_content', array( $this, 'export_tools_after_content' ) );
    65         add_action( 'xl_tools_after_content', array( $this, 'export_xl_tools_right_area' ) );
    6663        add_action( 'xl_fetch_tools_data', array( $this, 'xl_fetch_tools_data' ), 10, 2 );
    6764
     
    286283        add_submenu_page( 'xlplugins', WCCT_FULL_NAME, 'Finale Lite', 'manage_woocommerce', 'admin.php?page=wc-settings&tab=' . WCCT_Common::get_wc_settings_tab_slug() . '', false );
    287284    }
     285
    288286    public function xl_checkout() {
    289287        include_once WCCT_PLUGIN_DIR . '/admin/includes/pages/xl-checkout.php';
     
    593591    }
    594592
    595     public function export_tools_after_content( $model ) {
    596         $system_info = XL_Support::get_instance()->prepare_system_information_report() . "\r" . $this->xl_support_system_info();
    597         ?>
    598         <div class="xl_core_tools">
    599             <h2><?php echo __( 'Finale Lite' ); ?></h2>
    600             <form method="post">
    601                 <div class="xl_core_tools_inner" style="min-height: 300px;">
    602                     <textarea name="xl_tools_system_info" readonly style="width:100%;height: 280px;"><?php echo $system_info; ?></textarea>
    603                 </div>
    604                 <div style="clear: both;"></div>
    605                 <div class="xl_core_tools_button" style="margin-bottom: 10px;">
    606                     <a class="button button-primary button-large xl_core_tools_btn" data-plugin="nextmove-lite" href="
    607                     <?php
    608                     echo add_query_arg( array(
    609                         'content'  => 'wcct_countdown',
    610                         'download' => 'true',
    611                     ), admin_url( 'export.php' ) )
    612                     ?>
    613                     "><?php echo __( 'Export Finale Campaign', 'finale-woocommerce-sales-countdown-timer-discount' ); ?></a>
    614                     <button type="submit" class="button button-primary button-large xl_core_tools_btn" name="xl_tools_export_setting" value="finale-lite"><?php echo __( 'Export Settings', 'finale-woocommerce-sales-countdown-timer-discount' ); ?></button>
    615                 </div>
    616                 <br>
    617             </form>
    618         </div>
    619         <?php
    620     }
    621 
    622593    public function xl_support_system_info( $return = false ) {
    623594        $setting_report   = array();
     
    702673
    703674        return $free_coupon;
    704     }
    705 
    706     public function export_xl_tools_right_area() {
    707         //      echo "Hello right content";
    708     }
    709 
    710     public function download_tools_settings() {
    711         if ( isset( $_POST['xl_tools_export_setting'] ) && $_POST['xl_tools_export_setting'] == 'finale-lite' && isset( $_POST['xl_tools_system_info'] ) && $_POST['xl_tools_system_info'] != '' ) {
    712             $system_info = XL_Support::get_instance()->prepare_system_information_report( true ) + $this->xl_support_system_info( true );
    713             header( 'Content-Description: File Transfer' );
    714             header( 'Content-Disposition: attachment; filename=finale_lite.json' );
    715             echo( json_encode( $system_info ) );
    716             exit;
    717         }
    718675    }
    719676
     
    749706        return $config;
    750707    }
     708
    751709    public function xl_addon_installation() {
    752710        $plugin_slug = isset( $_POST['xl_slug'] ) ? $_POST['xl_slug'] : '';
    753711        $plugin_file = isset( $_POST['xl_file'] ) ? $_POST['xl_file'] : '';
    754 
    755         if ( ! isset( $plugin_slug ) || ! isset( $plugin_file ) ) {
    756             return;
    757         }
     712        $nonce       = isset( $_POST['nonce'] ) ? $_POST['nonce'] : '';
     713        // Verify the nonced
     714        if ( ! wp_verify_nonce( $nonce, 'xl_addon_installation_nonce' ) ) {
     715            wp_send_json_error( 'Invalid nonce.' );
     716        }
     717
    758718        if ( empty( $plugin_slug ) || empty( $plugin_file ) ) {
    759             return;
     719            wp_send_json_error( 'File slug or name is invalid.' );
    760720        }
    761721        $plugin_file = $plugin_slug . $plugin_file;
     
    795755                wp_send_json_error( 'Failed to activate plugin.' );
    796756            } else {
    797                 // Stop the loader
    798757                wp_send_json_success( 'Plugin installed and activated successfully!' );
    799758            }
  • finale-woocommerce-sales-countdown-timer-discount/trunk/languages/finale-woocommerce-sales-countdown-timer-discount.pot

    r3005009 r3042127  
    1 # Copyright (C) 2023 XLPlugins
     1# Copyright (C) 2024 XLPlugins
    22# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Finale Lite - Sales Countdown Timer & Discount for WooCommerce 2.17.0\n"
     5"Project-Id-Version: Finale Lite - Sales Countdown Timer & Discount for WooCommerce 2.18.0\n"
    66"Report-Msgid-Bugs-To: https://xlplugins.com/support/\n"
    77"Last-Translator: XLPlugins <support@xlplugins.com>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-12-04T09:49:08+00:00\n"
     12"POT-Creation-Date: 2024-02-27T17:41:20+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.7.1\n"
     14"X-Generator: WP-CLI 2.10.0\n"
    1515"X-Domain: finale-woocommerce-sales-countdown-timer-discount\n"
    1616
    1717#. Plugin Name of the plugin
     18#: finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php
    1819msgid "Finale Lite - Sales Countdown Timer & Discount for WooCommerce"
    1920msgstr ""
    2021
    2122#. Plugin URI of the plugin
     23#: finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php
    2224msgid "https://xlplugins.com/finale-woocommerce-sales-countdown-timer-discount-plugin/"
    2325msgstr ""
    2426
    2527#. Description of the plugin
     28#: finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php
    2629msgid "Finale lets you create scheduled one time or recurring campaigns. It induces urgency with visual elements such as Countdown Timer and Counter Bar to motivate users to place an order."
    2730msgstr ""
    2831
    2932#. Author of the plugin
    30 #: includes/wcct-xl-support.php:253
     33#: finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php
     34#: includes/wcct-xl-support.php:250
    3135msgid "XLPlugins"
    3236msgstr ""
    3337
    3438#. Author URI of the plugin
     39#: finale-woocommerce-sales-countdown-timer-discount-plugin-lite.php
    3540msgid "https://www.xlplugins.com"
    3641msgstr ""
     
    126131#: admin/includes/cmb2-countdown-meta-config.php:225
    127132#: admin/includes/wcct-post-table.php:90
    128 #: admin/wcct-admin.php:726
     133#: admin/wcct-admin.php:728
    129134#: includes/wcct-common.php:1411
    130135msgid "Type"
     
    739744
    740745#: admin/includes/wcct-post-table.php:86
    741 #: admin/wcct-admin.php:722
     746#: admin/wcct-admin.php:724
    742747#: includes/wcct-common.php:1406
    743748msgid "Fixed Date"
     
    763768
    764769#: admin/includes/wcct-post-table.php:179
    765 #: admin/wcct-admin.php:690
     770#: admin/wcct-admin.php:692
    766771#: includes/wcct-common.php:406
    767772#: includes/wcct-common.php:1490
     
    786791
    787792#: admin/includes/wcct-post-table.php:266
    788 #: admin/wcct-admin.php:701
     793#: admin/wcct-admin.php:703
    789794msgid "Status"
    790795msgstr ""
     
    825830
    826831#: admin/views/metabox-rules.php:56
    827 #: admin/wcct-admin.php:661
     832#: admin/wcct-admin.php:663
    828833msgid "or"
    829834msgstr ""
     
    875880msgstr ""
    876881
    877 #: admin/wcct-admin.php:456
     882#: admin/wcct-admin.php:457
    878883msgid "Upgrade To PRO"
    879884msgstr ""
    880885
    881 #: admin/wcct-admin.php:471
     886#: admin/wcct-admin.php:472
    882887msgid "Advanced inventory is a Premium Feature"
    883888msgstr ""
    884889
    885 #: admin/wcct-admin.php:472
     890#: admin/wcct-admin.php:473
    886891msgid "Different items will have different units. Advanced Inventory allows you to set up different inventory based on the different units available. Want it for your store?"
    887892msgstr ""
    888893
    889 #: admin/wcct-admin.php:475
     894#: admin/wcct-admin.php:476
    890895msgid "Invenory Range is a Premium Feature"
    891896msgstr ""
    892897
    893 #: admin/wcct-admin.php:476
     898#: admin/wcct-admin.php:477
    894899msgid "Inventory Range allows you to set up random inventory based on the input range. This randomization makes the stock scarcity look genuine as different products have different units left. Want it for your store?"
    895900msgstr ""
    896901
    897 #: admin/wcct-admin.php:479
     902#: admin/wcct-admin.php:480
    898903msgid "Recurring Campaign is a Premium Feature"
    899904msgstr ""
    900905
    901 #: admin/wcct-admin.php:480
     906#: admin/wcct-admin.php:481
    902907msgid "Recurring Campaign allows you to automate your Campaigns. No more coming back to the WordPress dashboard to re-start campaigns & set up rules all over again. Want it for your store?"
    903908msgstr ""
    904909
    905 #: admin/wcct-admin.php:483
     910#: admin/wcct-admin.php:484
    906911msgid "Evergreen Campaign is a Premium Feature"
    907912msgstr ""
    908913
    909 #: admin/wcct-admin.php:484
     914#: admin/wcct-admin.php:485
    910915msgid "Evergreen campaigns allow you to set up campaigns with a unique deadline for every user. Each new user has their own deadline! Now make more money with personalized, time-limited campaigns instead of standard one-size fits all campaigns!"
    911916msgstr ""
    912917
    913 #: admin/wcct-admin.php:484
     918#: admin/wcct-admin.php:485
    914919msgid "(Available in Business Plan)"
    915920msgstr ""
    916921
    917 #: admin/wcct-admin.php:487
     922#: admin/wcct-admin.php:488
    918923msgid "Events is a Premium Feature"
    919924msgstr ""
    920925
    921 #: admin/wcct-admin.php:488
     926#: admin/wcct-admin.php:489
    922927msgid "Use Events to offer early bird discounts or increase/decrease discount when your campaign is close to expiring. You could also vary the discount amount based on stocks left. No other tool offers this level of control over the real-time store dynamics. Want it for your store?"
    923928msgstr ""
    924929
    925 #: admin/wcct-admin.php:491
     930#: admin/wcct-admin.php:492
    926931msgid "Actions is a Premium Feature"
    927932msgstr ""
    928933
    929 #: admin/wcct-admin.php:492
     934#: admin/wcct-admin.php:493
    930935msgid "Use Action to change the product availability status. Launching a new product? Make the 'Add to Cart' button invisible to build hype during pre-launch campaign. It'll become invisible once your product hits the shelf. Running scarcity marketing campaign? Set it up to make the CTA button invisible once the campaign expires. Want it for your store?"
    931936msgstr ""
    932937
    933 #: admin/wcct-admin.php:495
     938#: admin/wcct-admin.php:496
    934939msgid "Advanced Settings is a Premium Feature"
    935940msgstr ""
    936941
    937 #: admin/wcct-admin.php:496
     942#: admin/wcct-admin.php:497
    938943msgid "Use Advanced feature in Finale Pro to change the Call to Action button text during the campaign. You can even write the custom texts to be shown after the timer expires. Want it for your store?"
    939944msgstr ""
    940945
    941 #: admin/wcct-admin.php:499
     946#: admin/wcct-admin.php:500
    942947msgid "Sticky Header is a Premium Feature"
    943948msgstr ""
    944949
    945 #: admin/wcct-admin.php:500
     950#: admin/wcct-admin.php:501
    946951msgid "Sticky header beautifully sits on top of your pages and subtly reminds visitors about the on-going campaigns. Exploit the massive power of subtle nudge. Want it for your store?"
    947952msgstr ""
    948953
    949 #: admin/wcct-admin.php:503
     954#: admin/wcct-admin.php:504
    950955msgid "Sticky Footer is a Premium Feature"
    951956msgstr ""
    952957
    953 #: admin/wcct-admin.php:504
     958#: admin/wcct-admin.php:505
    954959msgid "Sticky footer beautifully sits on bottom of your pages and subtly reminds visitors about the on-going campaigns. Exploit the massive power of subtle nudge. Want it for your store?"
    955960msgstr ""
    956961
    957 #: admin/wcct-admin.php:507
     962#: admin/wcct-admin.php:508
    958963msgid "Custom Text is a Premium Feature"
    959964msgstr ""
    960965
    961 #: admin/wcct-admin.php:508
     966#: admin/wcct-admin.php:509
    962967msgid "Use the custom text box to display compelling messages that lead to action. Inform visitors about instant discounts if any or let them know about the estimated delivery details to slay their objections. It comes loaded with copy paste, dynamic merge tags. Want it for your store?"
    963968msgstr ""
    964969
    965 #: admin/wcct-admin.php:511
     970#: admin/wcct-admin.php:512
    966971msgid "Custom CSS is a Premium Feature"
    967972msgstr ""
    968973
    969 #: admin/wcct-admin.php:512
     974#: admin/wcct-admin.php:513
    970975msgid "Use the custom css box to add your own css in a campaign. Easy to use, straight adding of css, no style tag required. Want it for your store?"
    971976msgstr ""
    972977
    973 #: admin/wcct-admin.php:515
     978#: admin/wcct-admin.php:516
    974979msgid "Coupons is a Premium Feature"
    975980msgstr ""
    976981
    977 #: admin/wcct-admin.php:516
     982#: admin/wcct-admin.php:517
    978983msgid "Now make your coupons time-bound. Show your shoppers the exact time left before their coupon code expires. Great for supercharging people's response to coupons and increase uptakes! Want it for your store?"
    979984msgstr ""
    980985
    981 #: admin/wcct-admin.php:616
     986#: admin/wcct-admin.php:618
    982987msgid "Go Pro"
    983988msgstr ""
    984989
    985 #: admin/wcct-admin.php:630
     990#: admin/wcct-admin.php:632
    986991msgid "Finale Lite: XLPlugins"
    987992msgstr ""
    988993
    989 #: admin/wcct-admin.php:662
     994#: admin/wcct-admin.php:664
    990995msgid "Apply this Campaign when these conditions are matched"
    991996msgstr ""
    992997
    993 #: admin/wcct-admin.php:663
     998#: admin/wcct-admin.php:665
    994999msgid "Remove"
    9951000msgstr ""
    9961001
    997 #: admin/wcct-admin.php:682
     1002#: admin/wcct-admin.php:684
    9981003msgid "Activated"
    9991004msgstr ""
    10001005
    1001 #: admin/wcct-admin.php:682
     1006#: admin/wcct-admin.php:684
    10021007#: includes/wcct-common.php:820
    10031008msgid "Deactivate"
    10041009msgstr ""
    10051010
    1006 #: admin/wcct-admin.php:690
     1011#: admin/wcct-admin.php:692
    10071012#: includes/wcct-common.php:801
    10081013#: includes/wcct-common.php:806
     
    10101015msgstr ""
    10111016
    1012 #: admin/wcct-admin.php:708
     1017#: admin/wcct-admin.php:710
    10131018msgid "Added on"
    10141019msgstr ""
    10151020
    1016 #: admin/wcct-admin.php:739
     1021#: admin/wcct-admin.php:741
    10171022#: includes/wcct-common.php:1424
    10181023#: includes/wcct-common.php:1430
     
    10201025msgstr ""
    10211026
    1022 #: admin/wcct-admin.php:788
     1027#: admin/wcct-admin.php:790
    10231028msgid "Back to"
    10241029msgstr ""
    10251030
    1026 #: admin/wcct-admin.php:788
     1031#: admin/wcct-admin.php:790
    10271032msgid "settings"
    10281033msgstr ""
    10291034
    1030 #: admin/wcct-admin.php:798
     1035#: admin/wcct-admin.php:800
    10311036msgid "Countdown timer updated."
    10321037msgstr ""
    10331038
    1034 #: admin/wcct-admin.php:799
     1039#: admin/wcct-admin.php:801
    10351040msgid "Custom field updated."
    10361041msgstr ""
    10371042
    1038 #: admin/wcct-admin.php:800
     1043#: admin/wcct-admin.php:802
    10391044msgid "Custom field deleted."
    10401045msgstr ""
    10411046
    1042 #: admin/wcct-admin.php:801
    10431047#: admin/wcct-admin.php:803
    10441048#: admin/wcct-admin.php:805
     1049#: admin/wcct-admin.php:807
     1050#: admin/wcct-admin.php:810
     1051msgid "Countdown timer updated. "
     1052msgstr ""
     1053
     1054#: admin/wcct-admin.php:804
     1055msgid "Trigger restored to revision from %s"
     1056msgstr ""
     1057
     1058#: admin/wcct-admin.php:806
     1059msgid "Trigger saved. "
     1060msgstr ""
     1061
    10451062#: admin/wcct-admin.php:808
    1046 msgid "Countdown timer updated. "
    1047 msgstr ""
    1048 
    1049 #: admin/wcct-admin.php:802
    1050 msgid "Trigger restored to revision from %s"
    1051 msgstr ""
    1052 
    1053 #: admin/wcct-admin.php:804
    1054 msgid "Trigger saved. "
    1055 msgstr ""
    1056 
    1057 #: admin/wcct-admin.php:806
    10581063msgid "Trigger scheduled for: <strong>%1$s</strong>."
    10591064msgstr ""
    10601065
    1061 #: admin/wcct-admin.php:807
     1066#: admin/wcct-admin.php:809
    10621067msgid "Trigger draft updated."
    10631068msgstr ""
    10641069
    1065 #: admin/wcct-admin.php:842
     1070#: admin/wcct-admin.php:844
    10661071msgid "Unable to Activate"
    10671072msgstr ""
    10681073
    1069 #: admin/wcct-admin.php:876
     1074#: admin/wcct-admin.php:878
    10701075msgid "Unable to Deactivate"
    10711076msgstr ""
    10721077
    1073 #: admin/wcct-admin.php:1005
     1078#: admin/wcct-admin.php:1007
    10741079msgid "Campaigns"
    10751080msgstr ""
    10761081
    1077 #: admin/wcct-admin.php:1072
     1082#: admin/wcct-admin.php:1074
    10781083msgid "Docs"
    10791084msgstr ""
    10801085
    1081 #: admin/wcct-admin.php:1073
     1086#: admin/wcct-admin.php:1075
    10821087msgid "Support"
    10831088msgstr ""
    10841089
    1085 #: admin/wcct-admin.php:1096
     1090#: admin/wcct-admin.php:1098
    10861091msgid "<strong>Important:</strong> We have noticed %s activated in your WordPress, Please reset/delete your cache after making changes to your campaign."
    10871092msgstr ""
    10881093
    1089 #: admin/wcct-admin.php:1229
     1094#: admin/wcct-admin.php:1231
    10901095msgid "Unable to Duplicate"
    10911096msgstr ""
    10921097
    1093 #: admin/wcct-admin.php:1302
     1098#: admin/wcct-admin.php:1304
    10941099msgid "Dismiss"
    10951100msgstr ""
    10961101
    1097 #: admin/wcct-admin.php:1345
     1102#: admin/wcct-admin.php:1347
    10981103msgid "Action failed. Please refresh the page and retry."
    10991104msgstr ""
     
    13381343msgstr ""
    13391344
    1340 #: includes/wcct-xl-support.php:106
     1345#: includes/wcct-xl-support.php:103
    13411346msgid "<p>You are <strong>not receiving</strong> Latest Updates, New Features, Security Updates &amp; Bug Fixes for <strong>%1$s</strong>. <a href=\"%2$s\">Click Here To Fix This</a>.</p>"
    13421347msgstr ""
    13431348
    1344 #: includes/wcct-xl-support.php:278
     1349#: includes/wcct-xl-support.php:275
    13451350msgid "Licenses"
    13461351msgstr ""
    13471352
    1348 #: includes/wcct-xl-support.php:278
     1353#: includes/wcct-xl-support.php:275
    13491354msgid "License"
    13501355msgstr ""
    13511356
     1357#: includes/wcct-xl-support.php:483
    13521358#: includes/wcct-xl-support.php:485
    1353 #: includes/wcct-xl-support.php:487
    13541359msgid "Other"
    13551360msgstr ""
    13561361
    1357 #: includes/wcct-xl-support.php:519
     1362#: includes/wcct-xl-support.php:517
    13581363msgid "I am going to upgrade to PRO version"
    13591364msgstr ""
    13601365
    1361 #: includes/wcct-xl-support.php:522
     1366#: includes/wcct-xl-support.php:520
    13621367msgid "Smart choice! Finale PRO has tons of additional features to boost your revenue. <a href='"
    13631368msgstr ""
    13641369
    1365 #: includes/wcct-xl-support.php:527
     1370#: includes/wcct-xl-support.php:525
    13661371msgid "Countdown Timer or Counter Bar didn't show even while campaign was running"
    13671372msgstr ""
    13681373
    1369 #: includes/wcct-xl-support.php:530
     1374#: includes/wcct-xl-support.php:528
    13701375msgid "There could be multiple reasons for this. Take 2 mins and read <a href=\""
    13711376msgstr ""
    13721377
    1373 #: includes/wcct-xl-support.php:534
     1378#: includes/wcct-xl-support.php:532
    13741379msgid "Expected discount amount didn't appear"
    13751380msgstr ""
    13761381
    1377 #: includes/wcct-xl-support.php:537
     1382#: includes/wcct-xl-support.php:535
    13781383msgid "There could be a caching plugin, try clearing Cache.<br/>OR you could be using other plugins that modify pricing such as currency switcher, discounting plugin, etc. Then Raise a <a href=\""
    13791384msgstr ""
    13801385
    1381 #: includes/wcct-xl-support.php:541
     1386#: includes/wcct-xl-support.php:539
    13821387msgid "Campaigns were not restricted as per rules"
    13831388msgstr ""
    13841389
    1385 #: includes/wcct-xl-support.php:544
     1390#: includes/wcct-xl-support.php:542
    13861391msgid "Raise a <a href=\""
    13871392msgstr ""
    13881393
    1389 #: includes/wcct-xl-support.php:548
     1394#: includes/wcct-xl-support.php:546
    13901395msgid "Countdown Timer or Counter Bar didn't appear at right positions"
    13911396msgstr ""
    13921397
    1393 #: includes/wcct-xl-support.php:551
     1398#: includes/wcct-xl-support.php:549
    13941399msgid "It seems your theme modified the native WooCommerce positions. Take 2 mins and read <a href=\""
    13951400msgstr ""
    13961401
    1397 #: includes/wcct-xl-support.php:555
     1402#: includes/wcct-xl-support.php:553
    13981403msgid "Finale Activation caused PHP Errors or blank white screen"
    13991404msgstr ""
    14001405
    1401 #: includes/wcct-xl-support.php:558
     1406#: includes/wcct-xl-support.php:556
    14021407msgid "Ensure you have the latest version of WooCommerce & Finale. There could be a possibility of conflict with other plugins. Raise a <a href=\""
    14031408msgstr ""
    14041409
    1405 #: includes/wcct-xl-support.php:562
     1410#: includes/wcct-xl-support.php:560
    14061411msgid "Add to Cart wasn't working"
    14071412msgstr ""
    14081413
    1409 #: includes/wcct-xl-support.php:565
     1414#: includes/wcct-xl-support.php:563
    14101415msgid "Check Finale's Inventory settings or see if you have order with 'Pending Payment' state. As they may block product inventory."
    14111416msgstr ""
    14121417
    1413 #: includes/wcct-xl-support.php:569
     1418#: includes/wcct-xl-support.php:567
    14141419msgid "Troubleshooting conflicts with other plugins"
    14151420msgstr ""
    14161421
    1417 #: includes/wcct-xl-support.php:572
     1422#: includes/wcct-xl-support.php:570
    14181423msgid "Hope you could resolve conflicts soon."
    14191424msgstr ""
    14201425
    1421 #: includes/wcct-xl-support.php:576
     1426#: includes/wcct-xl-support.php:574
    14221427msgid "Doing Testing"
    14231428msgstr ""
    14241429
    1425 #: includes/wcct-xl-support.php:579
     1430#: includes/wcct-xl-support.php:577
    14261431msgid "Hope to see you using it again."
    14271432msgstr ""
    14281433
    1429 #: includes/wcct-xl-support.php:583
     1434#: includes/wcct-xl-support.php:581
    14301435msgid "I no longer need the plugin"
    14311436msgstr ""
    14321437
    1433 #: includes/wcct-xl-support.php:586
     1438#: includes/wcct-xl-support.php:584
    14341439msgid "Sorry to know that! How can we better your experience? We may be able to fix what we are aware of. Please <a href=\""
    1435 msgstr ""
    1436 
    1437 #: includes/wcct-xl-support.php:613
    1438 msgid "Export Finale Campaign"
    1439 msgstr ""
    1440 
    1441 #: includes/wcct-xl-support.php:614
    1442 msgid "Export Settings"
    14431440msgstr ""
    14441441
  • finale-woocommerce-sales-countdown-timer-discount/trunk/readme.txt

    r3005009 r3042127  
    33Tags: WooCommerce, WooCommerce Sales Countdown, WooCommerce Countdown Timer, WooCommerce Bulk Discount, WooCommerce Recurring Campaigns, WooCommerce Sales Scheduler, WooCommerce Pre Sale, WooCommerce Counter Bar, XLPlugins, eCommerce, WooCommerce Promotions, WooCommerce Deals, WooCommerce Discounts, WooCommerc Countdown Timer, WooCommerce Scheduled Sales
    44Requires at least: 5.0
    5 Tested up to: 6.4.1
    6 Stable tag: 2.17.0
     5Tested up to: 6.4.3
     6Stable tag: 2.18.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    264264
    265265== Change log ==
     266
     267= 2.18.0 (2024-02-27) =
     268* Compatible upto WordPress 6.4.3
     269* Compatible upto WooCommerce 8.6.1
     270* Improved: Restricting CSS and JS assets on required page only, not on all admin pages. (#126)
     271* Security: Hardened security on reference plugin installation & download tools code, Fixed. (#125, #128)
     272
    266273
    267274= 2.17.0 (2023-12-04) =
Note: See TracChangeset for help on using the changeset viewer.