Plugin Directory

Changeset 2587530


Ignore:
Timestamp:
08/24/2021 07:21:18 AM (5 years ago)
Author:
doshii
Message:

Submitting changes for release 2.4.2

Location:
doshii/trunk
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • doshii/trunk/README.txt

    r2529006 r2587530  
    44Tags: pos, hospitality, integration, impos, square, micros, simphony, aloha, starrtec, h&l
    55Requires at least: 4.7
    6 Tested up to: 5.5.1
    7 Stable tag: 2.4.1
     6Tested up to: 5.8.0
     7Stable tag: 2.4.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    6060== Changelog ==
    6161
     62= 2.4.2 =
     63
     64Updated to support latest versions of WordPress (5.8.0) and WooCommerce (5.6.0)
     65
    6266= 2.4.1 =
    6367
  • doshii/trunk/doshii_function.php

    r2529006 r2587530  
    77Author URI: https://www.doshii.io
    88Contributors:
    9 Version: 2.4.1
     9Version: 2.4.2
    1010*/
    1111
     
    3030
    3131register_activation_hook( __FILE__, 'doshii_on_activation' );
    32 wp_enqueue_style( 'doshiistyle', DOSHII_BASE_URL . 'include/assets/css/doshii-style.css',false,'2.4.1','all');
    3332include(DOSHII_BASE_DIR . '/include/woo-doshii-dbtable.php');
    3433include(DOSHII_BASE_DIR . '/include/woo-checkout-fields.php');
  • doshii/trunk/include/woo-doshii-initialise.php

    r2529006 r2587530  
    4040       'x-doshii-location-id' => $locationId.'',
    4141       'content-Type' => 'application/json',
    42        'x-doshii-writeout' => 'WooCommerce 2.4.1',
     42       'x-doshii-writeout' => 'WooCommerce 2.4.2',
    4343    );
    4444
  • doshii/trunk/include/woo-doshii-product-sync.php

    r2529006 r2587530  
    4141            'x-doshii-location-id' => $locationId.'',
    4242            'content-Type' => 'application/json',
    43             'x-doshii-writeout' => 'WooCommerce 2.4.1',
     43            'x-doshii-writeout' => 'WooCommerce 2.4.2',
    4444        )
    4545    ));
  • doshii/trunk/include/woo-order-api.php

    r2529006 r2587530  
    517517                'accept' => 'application/json',
    518518                'Accept-encoding' => 'gzip',
    519                 'x-doshii-writeout' => 'WooCommerce 2.4.1',
     519                'x-doshii-writeout' => 'WooCommerce 2.4.2',
    520520            ),
    521521            'body' => json_encode($doshiiOrderPayload)
  • doshii/trunk/include/woo-order-status.php

    r2529006 r2587530  
    3939                'x-doshii-location-id' => $doshii_options['location_id'].'',
    4040                'content-Type' => 'application/json',
    41                 'x-doshii-writeout' => 'WooCommerce 2.4.1',
     41                'x-doshii-writeout' => 'WooCommerce 2.4.2',
    4242            )
    4343        ));
Note: See TracChangeset for help on using the changeset viewer.