Changeset 3420021
- Timestamp:
- 12/15/2025 11:18:45 AM (4 months ago)
- Location:
- checkoutguard
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from checkoutguard/trunk)
-
tags/1.1.1/checkoutguard.php (modified) (2 diffs)
-
tags/1.1.1/includes/admin/appsero (added)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/checkoutguard.php (modified) (2 diffs)
-
trunk/includes/admin/appsero (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checkoutguard/tags/1.1.1/checkoutguard.php
r3391483 r3420021 4 4 * Plugin URI: https://coderzonebd.com/ 5 5 * 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. 06 * Version: 1.1.1 7 7 * Requires at least: 5.6 8 * Tested up to: 6. 8.39 * Requires PHP: 7. 28 * Tested up to: 6.9 9 * Requires PHP: 7.4 10 10 * WC requires at least: 5.0 11 * WC tested up to: 8.911 * WC tested up to: 10.4.2 12 12 * Author: Coder Zone BD 13 13 * Author URI: https://coderzonebd.com/about-us … … 95 95 add_action('plugins_loaded', 'checkoutguard_init_plugin', 20); 96 96 97 98 /** 99 * Initialize the plugin tracker 100 * 101 * @return void 102 */ 103 function 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 119 appsero_init_tracker_checkoutguard(); 120 121 97 122 // REMOVED: Hook for the daily cleanup 98 123 -
checkoutguard/tags/1.1.1/readme.txt
r3391483 r3420021 4 4 Tags: woocommerce, checkout, incomplete orders, abandoned cart, tracker 5 5 Requires at least: 5.6 6 Requires PHP: 7. 26 Requires PHP: 7.4 7 7 WC requires at least: 5.0 8 WC tested up to: 8.99 Tested up to: 6. 8.310 Stable tag: 1.1. 08 WC tested up to: 10.4.2 9 Tested up to: 6.9 10 Stable tag: 1.1.1 11 11 License: GPLv3 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 100 100 * Feature: Full phone numbers are now visible for all incomplete checkouts. 101 101 * Tweak: Streamlined admin interface and dashboard. 102 103 ## Privacy Policy 104 CheckoutGuard 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 106 Appsero 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 108 Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.** 109 110 Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). -
checkoutguard/trunk/checkoutguard.php
r3391483 r3420021 4 4 * Plugin URI: https://coderzonebd.com/ 5 5 * 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. 06 * Version: 1.1.1 7 7 * Requires at least: 5.6 8 * Tested up to: 6. 8.39 * Requires PHP: 7. 28 * Tested up to: 6.9 9 * Requires PHP: 7.4 10 10 * WC requires at least: 5.0 11 * WC tested up to: 8.911 * WC tested up to: 10.4.2 12 12 * Author: Coder Zone BD 13 13 * Author URI: https://coderzonebd.com/about-us … … 95 95 add_action('plugins_loaded', 'checkoutguard_init_plugin', 20); 96 96 97 98 /** 99 * Initialize the plugin tracker 100 * 101 * @return void 102 */ 103 function 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 119 appsero_init_tracker_checkoutguard(); 120 121 97 122 // REMOVED: Hook for the daily cleanup 98 123 -
checkoutguard/trunk/readme.txt
r3391483 r3420021 4 4 Tags: woocommerce, checkout, incomplete orders, abandoned cart, tracker 5 5 Requires at least: 5.6 6 Requires PHP: 7. 26 Requires PHP: 7.4 7 7 WC requires at least: 5.0 8 WC tested up to: 8.99 Tested up to: 6. 8.310 Stable tag: 1.1. 08 WC tested up to: 10.4.2 9 Tested up to: 6.9 10 Stable tag: 1.1.1 11 11 License: GPLv3 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 100 100 * Feature: Full phone numbers are now visible for all incomplete checkouts. 101 101 * Tweak: Streamlined admin interface and dashboard. 102 103 ## Privacy Policy 104 CheckoutGuard 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 106 Appsero 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 108 Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.** 109 110 Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
Note: See TracChangeset
for help on using the changeset viewer.