Plugin Directory

Changeset 3420021


Ignore:
Timestamp:
12/15/2025 11:18:45 AM (4 months ago)
Author:
coderzonebd
Message:

Update codebase of 1.1.1

Location:
checkoutguard
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • checkoutguard/tags/1.1.1/checkoutguard.php

    r3391483 r3420021  
    44 * Plugin URI: https://coderzonebd.com/
    55 * Description: Tracks incomplete WooCommerce checkouts to help you understand cart abandonment. Includes a dashboard widget, fraud protection, and courier success rate checking.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Requires at least: 5.6
    8  * Tested up to: 6.8.3
    9  * Requires PHP: 7.2
     8 * Tested up to: 6.9
     9 * Requires PHP: 7.4
    1010 * WC requires at least: 5.0
    11  * WC tested up to: 8.9
     11 * WC tested up to: 10.4.2
    1212 * Author: Coder Zone BD
    1313 * Author URI: https://coderzonebd.com/about-us
     
    9595add_action('plugins_loaded', 'checkoutguard_init_plugin', 20);
    9696
     97
     98/**
     99 * Initialize the plugin tracker
     100 *
     101 * @return void
     102 */
     103function appsero_init_tracker_checkoutguard() {
     104
     105    if ( ! class_exists( 'Appsero\Client' ) ) {
     106      require_once __DIR__ . '/includes/admin/appsero/src/Client.php';
     107    }
     108
     109    $client = new Appsero\Client( 'e20adf30-6ccb-4195-819f-936eab691c43', 'CheckoutGuard', __FILE__ );
     110
     111    // Active insights
     112    $client->insights()->init();
     113    // Active automatic updater
     114    $client->updater();
     115
     116
     117}
     118
     119appsero_init_tracker_checkoutguard();
     120
     121
    97122// REMOVED: Hook for the daily cleanup
    98123
  • checkoutguard/tags/1.1.1/readme.txt

    r3391483 r3420021  
    44Tags: woocommerce, checkout, incomplete orders, abandoned cart, tracker
    55Requires at least: 5.6
    6 Requires PHP: 7.2
     6Requires PHP: 7.4
    77WC requires at least: 5.0
    8 WC tested up to: 8.9
    9 Tested up to: 6.8.3
    10 Stable tag: 1.1.0
     8WC tested up to: 10.4.2
     9Tested up to: 6.9
     10Stable tag: 1.1.1
    1111License: GPLv3 or later
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Feature: Full phone numbers are now visible for all incomplete checkouts.
    101101* Tweak: Streamlined admin interface and dashboard.
     102
     103## Privacy Policy
     104CheckoutGuard uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
     105
     106Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
     107
     108Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     109
     110Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
  • checkoutguard/trunk/checkoutguard.php

    r3391483 r3420021  
    44 * Plugin URI: https://coderzonebd.com/
    55 * Description: Tracks incomplete WooCommerce checkouts to help you understand cart abandonment. Includes a dashboard widget, fraud protection, and courier success rate checking.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Requires at least: 5.6
    8  * Tested up to: 6.8.3
    9  * Requires PHP: 7.2
     8 * Tested up to: 6.9
     9 * Requires PHP: 7.4
    1010 * WC requires at least: 5.0
    11  * WC tested up to: 8.9
     11 * WC tested up to: 10.4.2
    1212 * Author: Coder Zone BD
    1313 * Author URI: https://coderzonebd.com/about-us
     
    9595add_action('plugins_loaded', 'checkoutguard_init_plugin', 20);
    9696
     97
     98/**
     99 * Initialize the plugin tracker
     100 *
     101 * @return void
     102 */
     103function appsero_init_tracker_checkoutguard() {
     104
     105    if ( ! class_exists( 'Appsero\Client' ) ) {
     106      require_once __DIR__ . '/includes/admin/appsero/src/Client.php';
     107    }
     108
     109    $client = new Appsero\Client( 'e20adf30-6ccb-4195-819f-936eab691c43', 'CheckoutGuard', __FILE__ );
     110
     111    // Active insights
     112    $client->insights()->init();
     113    // Active automatic updater
     114    $client->updater();
     115
     116
     117}
     118
     119appsero_init_tracker_checkoutguard();
     120
     121
    97122// REMOVED: Hook for the daily cleanup
    98123
  • checkoutguard/trunk/readme.txt

    r3391483 r3420021  
    44Tags: woocommerce, checkout, incomplete orders, abandoned cart, tracker
    55Requires at least: 5.6
    6 Requires PHP: 7.2
     6Requires PHP: 7.4
    77WC requires at least: 5.0
    8 WC tested up to: 8.9
    9 Tested up to: 6.8.3
    10 Stable tag: 1.1.0
     8WC tested up to: 10.4.2
     9Tested up to: 6.9
     10Stable tag: 1.1.1
    1111License: GPLv3 or later
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Feature: Full phone numbers are now visible for all incomplete checkouts.
    101101* Tweak: Streamlined admin interface and dashboard.
     102
     103## Privacy Policy
     104CheckoutGuard uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
     105
     106Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
     107
     108Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     109
     110Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
Note: See TracChangeset for help on using the changeset viewer.