Changeset 2529006
- Timestamp:
- 05/10/2021 10:32:40 AM (5 years ago)
- Location:
- doshii
- Files:
-
- 1 added
- 6 edited
-
tags/2.4.1 (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
r2528795 r2529006 5 5 Requires at least: 4.7 6 6 Tested up to: 5.5.1 7 Stable tag: 2.4. 27 Stable tag: 2.4.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 60 60 == Changelog == 61 61 62 = 2.4. 2=62 = 2.4.1 = 63 63 64 64 Updated to support product names with special characters -
doshii/trunk/doshii_function.php
r2528990 r2529006 7 7 Author URI: https://www.doshii.io 8 8 Contributors: 9 Version: 2.4. 29 Version: 2.4.1 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. 2','all');32 wp_enqueue_style( 'doshiistyle', DOSHII_BASE_URL . 'include/assets/css/doshii-style.css',false,'2.4.1','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
r2528795 r2529006 40 40 'x-doshii-location-id' => $locationId.'', 41 41 'content-Type' => 'application/json', 42 'x-doshii-writeout' => 'WooCommerce 2.4. 2',42 'x-doshii-writeout' => 'WooCommerce 2.4.1', 43 43 ); 44 44 -
doshii/trunk/include/woo-doshii-product-sync.php
r2528795 r2529006 41 41 'x-doshii-location-id' => $locationId.'', 42 42 'content-Type' => 'application/json', 43 'x-doshii-writeout' => 'WooCommerce 2.4. 2',43 'x-doshii-writeout' => 'WooCommerce 2.4.1', 44 44 ) 45 45 )); -
doshii/trunk/include/woo-order-api.php
r2528795 r2529006 517 517 'accept' => 'application/json', 518 518 'Accept-encoding' => 'gzip', 519 'x-doshii-writeout' => 'WooCommerce 2.4. 2',519 'x-doshii-writeout' => 'WooCommerce 2.4.1', 520 520 ), 521 521 'body' => json_encode($doshiiOrderPayload) -
doshii/trunk/include/woo-order-status.php
r2528795 r2529006 39 39 'x-doshii-location-id' => $doshii_options['location_id'].'', 40 40 'content-Type' => 'application/json', 41 'x-doshii-writeout' => 'WooCommerce 2.4. 2',41 'x-doshii-writeout' => 'WooCommerce 2.4.1', 42 42 ) 43 43 ));
Note: See TracChangeset
for help on using the changeset viewer.