Changeset 2528795
- Timestamp:
- 05/10/2021 05:07:25 AM (5 years ago)
- Location:
- doshii
- Files:
-
- 1 added
- 6 edited
-
tags/2.4.2 (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/doshii_function.php (modified) (2 diffs)
-
trunk/include/woo-doshii-initialise.php (modified) (1 diff)
-
trunk/include/woo-doshii-product-sync.php (modified) (1 diff)
-
trunk/include/woo-order-api.php (modified) (1 diff)
-
trunk/include/woo-order-status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doshii/trunk/README.txt
r2527156 r2528795 5 5 Requires at least: 4.7 6 6 Tested up to: 5.5.1 7 Stable tag: 2.4. 17 Stable tag: 2.4.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 60 60 == Changelog == 61 61 62 = 2.4. 1=62 = 2.4.2 = 63 63 64 64 Updated to support product names with special characters -
doshii/trunk/doshii_function.php
r2527156 r2528795 7 7 Author URI: 8 8 Contributors: 9 Version: 2.4. 19 Version: 2.4.2 10 10 */ 11 11 … … 30 30 31 31 register_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');32 wp_enqueue_style( 'doshiistyle', DOSHII_BASE_URL . 'include/assets/css/doshii-style.css',false,'2.4.2','all'); 33 33 include(DOSHII_BASE_DIR . '/include/woo-doshii-dbtable.php'); 34 34 include(DOSHII_BASE_DIR . '/include/woo-checkout-fields.php'); -
doshii/trunk/include/woo-doshii-initialise.php
r2527156 r2528795 40 40 'x-doshii-location-id' => $locationId.'', 41 41 'content-Type' => 'application/json', 42 'x-doshii-writeout' => 'WooCommerce 2.4. 1',42 'x-doshii-writeout' => 'WooCommerce 2.4.2', 43 43 ); 44 44 -
doshii/trunk/include/woo-doshii-product-sync.php
r2527156 r2528795 41 41 'x-doshii-location-id' => $locationId.'', 42 42 'content-Type' => 'application/json', 43 'x-doshii-writeout' => 'WooCommerce 2.4. 1',43 'x-doshii-writeout' => 'WooCommerce 2.4.2', 44 44 ) 45 45 )); -
doshii/trunk/include/woo-order-api.php
r2527156 r2528795 517 517 'accept' => 'application/json', 518 518 'Accept-encoding' => 'gzip', 519 'x-doshii-writeout' => 'WooCommerce 2.4. 1',519 'x-doshii-writeout' => 'WooCommerce 2.4.2', 520 520 ), 521 521 'body' => json_encode($doshiiOrderPayload) -
doshii/trunk/include/woo-order-status.php
r2527156 r2528795 39 39 'x-doshii-location-id' => $doshii_options['location_id'].'', 40 40 'content-Type' => 'application/json', 41 'x-doshii-writeout' => 'WooCommerce 2.4. 1',41 'x-doshii-writeout' => 'WooCommerce 2.4.2', 42 42 ) 43 43 ));
Note: See TracChangeset
for help on using the changeset viewer.