Plugin Directory

Changeset 2778716


Ignore:
Timestamp:
09/01/2022 10:21:44 AM (4 years ago)
Author:
belco
Message:

0.9.4: Wordpress 6.0.1 + PHP 8.1 + WooCommerce 6.8.2

Location:
belcoio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • belcoio/trunk/belco.php

    r2412332 r2778716  
    99Plugin URI: http://www.belco.io
    1010Description: All-in-one customer service software for e-commerce
    11 Version: 0.9.3
     11Version: 0.9.4
    1212Author: Belco B.V.
    1313Author URI: http://www.belco.io
     
    119119        wp_enqueue_script( 'frontend-ajax', plugins_url('js/init.js', __FILE__), array('jquery'), null, true );
    120120        wp_localize_script( 'frontend-ajax', 'frontend_ajax_object',
    121           array( 
     121          array(
    122122            'ajaxurl' => admin_url( 'admin-ajax.php' )
    123123          )
  • belcoio/trunk/connectors/woocommerce.php

    r2378624 r2778716  
    5353    $data = $this->wc->session->get('belco_event_data');
    5454    if(!empty($data)){
    55       if(get_magic_quotes_gpc()) $data = stripslashes($data);
    5655      $events = json_decode($data, true);
    5756    }
  • belcoio/trunk/readme.txt

    r2412332 r2778716  
    44Tags: ecommerce, woocommerce, live-chat, email, telephony, customer support, crm
    55Requires at least: 3.9.1
    6 Tested up to: 5.5
    7 Stable tag: 0.9.3
     6Requires PHP: 7.4
     7Tested up to: 6.0.1
     8Stable tag: 0.9.4
    89License: GPLv2 or later
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4647== Changelog ==
    4748
    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 =
    4953- WordPress 5.5
    5054
    51 = 0.9.2
     55= 0.9.2 =
    5256- Fix issue with logged in users
    5357
    54 = 0.9.1
     58= 0.9.1 =
    5559- WooCommerce Api v3 support for Belco
    5660- Add email parameter to orders endpoint
    5761
    58 = 0.9.0
     62= 0.9.0 =
    5963- Load config with AJAX in order to bypass page caching
    6064
    61 = 0.8.3
     65= 0.8.3 =
    6266- Add event properties
    6367
    64 = 0.8.2
     68= 0.8.2 =
    6569- Changed event type handler name
    6670
    67 = 0.8.1
     71= 0.8.1 =
    6872- Update event tracking variable
    6973
    70 = 0.8.0
     74= 0.8.0 =
    7175- Tested up to WP 5.4 and WooCommerce 3.8.1
    7276- Improved API request handling
    7377- Added basic event tracking
    7478
    75 = 0.7.2
     79= 0.7.2 =
    7680- Tested up to WP 5.3 and WooCommerce 3.8.1
    7781
    78 = 0.7.1
     82= 0.7.1 =
    7983- Add shopId to anonymous order config
    8084
    81 = 0.7.0
     85= 0.7.0 =
    8286- Add new widget init code
    8387- Sync WooCommerce orders through JS api
Note: See TracChangeset for help on using the changeset viewer.