Plugin Directory

Changeset 3030305


Ignore:
Timestamp:
02/01/2024 08:52:51 PM (2 years ago)
Author:
wpdever
Message:

added gc file

Location:
cart-tracking-for-woocommerce/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • cart-tracking-for-woocommerce/trunk/cart-tracking.php

    r3013872 r3030305  
    55 * Plugin URI: https://wpsimpleplugins.wordpress.com/
    66 * Description: Keep track of what people are adding or removing from their cart. See top added/removed products.
    7  * Version: 1.0.12
     7 * Version: 1.0.13
    88 * Author: Simple Plugins
    99 * Author URI: https://wpsimpleplugins.wordpress.com/
  • cart-tracking-for-woocommerce/trunk/freemius/includes/class-freemius.php

    r3013872 r3030305  
    13581358
    13591359        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 ) ) {
    13621361                return;
    13631362            }
  • cart-tracking-for-woocommerce/trunk/freemius/start.php

    r3013872 r3030305  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.6.1';
     18    $this_sdk_version = '2.6.2';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
  • cart-tracking-for-woocommerce/trunk/readme.txt

    r3013873 r3030305  
    11===  Cart tracking for WooCommerce ===
    2 Contributors: wpdever
     2Contributors: wpdever, freemius
    33Tags: woocommerce, reports, analytics, abandoned carts
    44Requires at least: 4.0
    55Tested up to: 6.4.2
    6 Stable tag: 1.0.12
     6Stable tag: 1.0.13
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.