Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
damanic committed Feb 11, 2022
1 parent 69e8eb5 commit b45ba70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions updates/1.37.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ALTER TABLE `shop_orders` ADD INDEX (`order_datetime`);

ALTER TABLE `shop_customer_cart_items`
CHANGE `bundle_master_item_id` `bundle_offer_id` INT(11) NULL,
CHANGE `bundle_master_item_product_id` `bundle_offer_item_id` INT(11) NULL;

ALTER TABLE `shop_order_items`
CHANGE `bundle_master_bundle_item_id` `bundle_offer_id` INT(11) NULL,
CHANGE `bundle_master_bundle_item_name` `bundle_offer_name` VARCHAR(255) CHARSET utf8 COLLATE utf8_general_ci NULL;
3 changes: 2 additions & 1 deletion updates/version.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1035,4 +1035,5 @@
#1.35.17 Minor improvements to reports
#1.36.18 Minor improvement to report filters
#1.36.19 Fixes issue with product inventory tracking persisting when assigned product type does not allow
#1.36.20 Adds new methods for determining tax class assignment at cart/order level
#1.36.20 Adds new methods for determining tax class assignment at cart/order level
#1.37.0 Improved product bundle support and customer account password management

0 comments on commit b45ba70

Please sign in to comment.