Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.2 KB

CHANGELOG-7.1.md

File metadata and controls

22 lines (13 loc) · 1.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[7.1.6] - 2024-05-03

Added

  • introduces VariantTypeDataModelFactory and VariantTypeValueDataModelFactory which will add variant datamodels to the product detail page views
  • The UpdateProductStockListener allows stock based manipulation like enabling/disabling products. The functionality moved from the TableEditor, TShopArticle, TShopOrder and TShopOrderItem to this event

Interface changes

  • ProductInventoryService::addStock, setStock and updateVariantParentStock got the return type bool. The ProductInventoryServiceCacheProxy was changed accordingly

[7.1.21] - 2024-11-28

Added

  • Introduced new events: chameleon_system_shop.order_saved_in_database, chameleon_system_shop.order_send_to_inventory_management, chameleon_system_shop.order_post_insert, chameleon_system_shop.order_pre_executed_payment, chameleon_system_shop.order_executed_payment, chameleon_system_shop.order_pre_delete (see ChameleonSystem\ShopBundle\ShopEvents for full event list)