Changeset 2778716
- Timestamp:
- 09/01/2022 10:21:44 AM (4 years ago)
- Location:
- belcoio/trunk
- Files:
-
- 3 edited
-
belco.php (modified) (2 diffs)
-
connectors/woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
belcoio/trunk/belco.php
r2412332 r2778716 9 9 Plugin URI: http://www.belco.io 10 10 Description: All-in-one customer service software for e-commerce 11 Version: 0.9. 311 Version: 0.9.4 12 12 Author: Belco B.V. 13 13 Author URI: http://www.belco.io … … 119 119 wp_enqueue_script( 'frontend-ajax', plugins_url('js/init.js', __FILE__), array('jquery'), null, true ); 120 120 wp_localize_script( 'frontend-ajax', 'frontend_ajax_object', 121 array( 121 array( 122 122 'ajaxurl' => admin_url( 'admin-ajax.php' ) 123 123 ) -
belcoio/trunk/connectors/woocommerce.php
r2378624 r2778716 53 53 $data = $this->wc->session->get('belco_event_data'); 54 54 if(!empty($data)){ 55 if(get_magic_quotes_gpc()) $data = stripslashes($data);56 55 $events = json_decode($data, true); 57 56 } -
belcoio/trunk/readme.txt
r2412332 r2778716 4 4 Tags: ecommerce, woocommerce, live-chat, email, telephony, customer support, crm 5 5 Requires at least: 3.9.1 6 Tested up to: 5.5 7 Stable tag: 0.9.3 6 Requires PHP: 7.4 7 Tested up to: 6.0.1 8 Stable tag: 0.9.4 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 47 == Changelog == 47 48 48 = 0.9.3 49 = 0.9.4 = 50 - Wordpress 6.0.1 + PHP 8.1 + WooCommerce 6.8.2 51 52 = 0.9.3 = 49 53 - WordPress 5.5 50 54 51 = 0.9.2 55 = 0.9.2 = 52 56 - Fix issue with logged in users 53 57 54 = 0.9.1 58 = 0.9.1 = 55 59 - WooCommerce Api v3 support for Belco 56 60 - Add email parameter to orders endpoint 57 61 58 = 0.9.0 62 = 0.9.0 = 59 63 - Load config with AJAX in order to bypass page caching 60 64 61 = 0.8.3 65 = 0.8.3 = 62 66 - Add event properties 63 67 64 = 0.8.2 68 = 0.8.2 = 65 69 - Changed event type handler name 66 70 67 = 0.8.1 71 = 0.8.1 = 68 72 - Update event tracking variable 69 73 70 = 0.8.0 74 = 0.8.0 = 71 75 - Tested up to WP 5.4 and WooCommerce 3.8.1 72 76 - Improved API request handling 73 77 - Added basic event tracking 74 78 75 = 0.7.2 79 = 0.7.2 = 76 80 - Tested up to WP 5.3 and WooCommerce 3.8.1 77 81 78 = 0.7.1 82 = 0.7.1 = 79 83 - Add shopId to anonymous order config 80 84 81 = 0.7.0 85 = 0.7.0 = 82 86 - Add new widget init code 83 87 - Sync WooCommerce orders through JS api
Note: See TracChangeset
for help on using the changeset viewer.