Changeset 2344997
- Timestamp:
- 07/22/2020 08:29:28 PM (6 years ago)
- Location:
- infinitycrowds/trunk
- Files:
-
- 1 added
- 3 edited
-
includes/CheckoutExt.php (added)
-
includes/Plugin.php (modified) (1 diff)
-
includes/PublicManager.php (modified) (1 diff)
-
infcrwds.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infinitycrowds/trunk/includes/Plugin.php
r2307052 r2344997 71 71 $this->tracker = new Tracker($this->gateway_mgr, $this->store); 72 72 } 73 $this->checkout_ext = new CheckoutExt($this->store); 73 74 } 74 75 -
infinitycrowds/trunk/includes/PublicManager.php
r2338529 r2344997 889 889 'locale' => get_locale(), 890 890 'is_logged_in' => is_user_logged_in(), 891 'buyer_accepts_marketing' => WC()->session->get( 'accept_marketing', false), 891 892 ); 892 893 $req = new ICRequest($this->_store); -
infinitycrowds/trunk/infcrwds.php
r2338529 r2344997 14 14 * Plugin URI: https://infinitycrowd.io 15 15 * Description: One Click Upsell And Offer Network 16 * Version: 1.0.1 3916 * Version: 1.0.140 17 17 * Author: Infinitycrowds 18 18 * Author URI: https://infinitycrowd.io … … 119 119 120 120 function define_plugin_properties() { 121 define( 'INFCWDS_VERSION', '1.0.1 39' );121 define( 'INFCWDS_VERSION', '1.0.140' ); 122 122 define( 'INFCWDS_MIN_WC_VERSION', '3.0.0' ); 123 123 define( 'INFCWDS_MIN_WP_VERSION', '4.9' );
Note: See TracChangeset
for help on using the changeset viewer.