Plugin Directory

Changeset 2344997


Ignore:
Timestamp:
07/22/2020 08:29:28 PM (6 years ago)
Author:
liorchen
Message:

1.0.140

Location:
infinitycrowds/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • infinitycrowds/trunk/includes/Plugin.php

    r2307052 r2344997  
    7171            $this->tracker = new Tracker($this->gateway_mgr, $this->store);
    7272        }
     73        $this->checkout_ext = new CheckoutExt($this->store);
    7374    }
    7475
  • infinitycrowds/trunk/includes/PublicManager.php

    r2338529 r2344997  
    889889            'locale' => get_locale(),
    890890            'is_logged_in' => is_user_logged_in(),
     891            'buyer_accepts_marketing' => WC()->session->get( 'accept_marketing', false),
    891892        );
    892893        $req = new ICRequest($this->_store);
  • infinitycrowds/trunk/infcrwds.php

    r2338529 r2344997  
    1414 * Plugin URI:        https://infinitycrowd.io
    1515 * Description:       One Click Upsell And Offer Network
    16  * Version:           1.0.139
     16 * Version:           1.0.140
    1717 * Author:            Infinitycrowds
    1818 * Author URI:        https://infinitycrowd.io
     
    119119
    120120function define_plugin_properties() {
    121     define( 'INFCWDS_VERSION', '1.0.139' );
     121    define( 'INFCWDS_VERSION', '1.0.140' );
    122122    define( 'INFCWDS_MIN_WC_VERSION', '3.0.0' );
    123123    define( 'INFCWDS_MIN_WP_VERSION', '4.9' );
Note: See TracChangeset for help on using the changeset viewer.