Plugin Directory

Changeset 2528795


Ignore:
Timestamp:
05/10/2021 05:07:25 AM (5 years ago)
Author:
doshii
Message:

Submitting changes for release 2.4.2

Location:
doshii
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • doshii/trunk/README.txt

    r2527156 r2528795  
    55Requires at least: 4.7
    66Tested up to: 5.5.1
    7 Stable tag: 2.4.1
     7Stable tag: 2.4.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    6060== Changelog ==
    6161
    62 = 2.4.1 =
     62= 2.4.2 =
    6363
    6464Updated to support product names with special characters
  • doshii/trunk/doshii_function.php

    r2527156 r2528795  
    77Author URI:
    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');
     32wp_enqueue_style( 'doshiistyle', DOSHII_BASE_URL . 'include/assets/css/doshii-style.css',false,'2.4.2','all');
    3333include(DOSHII_BASE_DIR . '/include/woo-doshii-dbtable.php');
    3434include(DOSHII_BASE_DIR . '/include/woo-checkout-fields.php');
  • doshii/trunk/include/woo-doshii-initialise.php

    r2527156 r2528795  
    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

    r2527156 r2528795  
    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

    r2527156 r2528795  
    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

    r2527156 r2528795  
    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.