Changeset 3439288
- Timestamp:
- 01/14/2026 08:34:13 AM (3 months ago)
- Location:
- api2cart-bridge-connector/trunk
- Files:
-
- 3 edited
-
api2cart-bridge-connector.php (modified) (1 diff)
-
bridge2cart/bridge.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api2cart-bridge-connector/trunk/api2cart-bridge-connector.php
r3414336 r3439288 5 5 Author: API2Cart 6 6 Author URI: https://api2cart.com/ 7 Version: 3.0. 97 Version: 3.0.10 8 8 */ 9 9 -
api2cart-bridge-connector/trunk/bridge2cart/bridge.php
r3414336 r3439288 1116 1116 1117 1117 if ( empty($data) ) { 1118 $entity-> delete_meta_data( '_wc_shipment_tracking_items');1118 $entity->update_meta_data( '_wc_shipment_tracking_items', [] ); 1119 1119 } else { 1120 1120 $entity->update_meta_data( '_wc_shipment_tracking_items', $data ); 1121 1121 } 1122 1122 1123 $entity->save _meta_data();1123 $entity->save(); 1124 1124 do_action( 'update_order_status_after_adding_tracking', $event['status'], $entity ); 1125 1125 } … … 5274 5274 if ( ! defined( 'ABSPATH' ) ) exit; 5275 5275 5276 define( 'A2CBC_BRIDGE_VERSION', '19 0' );5276 define( 'A2CBC_BRIDGE_VERSION', '192' ); 5277 5277 define( 'A2CBC_BRIDGE_DIRECTORY_NAME', basename( getcwd() ) ); 5278 5278 define( 'A2CBC_BRIDGE_PUBLIC_KEY', '-----BEGIN PUBLIC KEY----- -
api2cart-bridge-connector/trunk/readme.txt
r3414336 r3439288 97 97 = 3.0.8 =* Fixed product.variant.update method. Updated bridge to 188 version. 98 98 = 3.0.9 =* Updated bridge to 190 version. Fixed cart.meta_data.set method. 99 = 3.0.10 =*'Updated bridge to 192 version. Added compatibility with WooCommerce 10+ version.
Note: See TracChangeset
for help on using the changeset viewer.