Changeset 3030305
- Timestamp:
- 02/01/2024 08:52:51 PM (2 years ago)
- Location:
- cart-tracking-for-woocommerce/trunk
- Files:
-
- 1 added
- 4 edited
-
cart-tracking.php (modified) (1 diff)
-
freemius/includes/class-freemius.php (modified) (1 diff)
-
freemius/includes/class-fs-garbage-collector.php (added)
-
freemius/start.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cart-tracking-for-woocommerce/trunk/cart-tracking.php
r3013872 r3030305 5 5 * Plugin URI: https://wpsimpleplugins.wordpress.com/ 6 6 * Description: Keep track of what people are adding or removing from their cart. See top added/removed products. 7 * Version: 1.0.1 27 * Version: 1.0.13 8 8 * Author: Simple Plugins 9 9 * Author URI: https://wpsimpleplugins.wordpress.com/ -
cart-tracking-for-woocommerce/trunk/freemius/includes/class-freemius.php
r3013872 r3030305 1358 1358 1359 1359 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 ) ) { 1362 1361 return; 1363 1362 } -
cart-tracking-for-woocommerce/trunk/freemius/start.php
r3013872 r3030305 16 16 * @var string 17 17 */ 18 $this_sdk_version = '2.6. 1';18 $this_sdk_version = '2.6.2'; 19 19 20 20 #region SDK Selection Logic -------------------------------------------------------------------- -
cart-tracking-for-woocommerce/trunk/readme.txt
r3013873 r3030305 1 1 === Cart tracking for WooCommerce === 2 Contributors: wpdever 2 Contributors: wpdever, freemius 3 3 Tags: woocommerce, reports, analytics, abandoned carts 4 4 Requires at least: 4.0 5 5 Tested up to: 6.4.2 6 Stable tag: 1.0.1 26 Stable tag: 1.0.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.