What's changed in Discount Management

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202307.0.

July 22st, 2022

This release contains one module, Discount.

Public release details.

Adjustments

  • Adjusted main.js to revert es6 syntax.
  • Removed a redundant package-lock.json file from assets.

July 7th, 2022

This release contains one module, Discount promotion.

Public release details.

Improvements

  • Introduced DiscountPromotionFacade::postUpdateDiscount() to save the promotion discount after discount is updated.
  • Introduced DiscountPromotionDiscountPostUpdatePlugin to save the promotion discount after discount is updated.

July 4th, 2022

This release contains one module, Discount.

Public release details.

Fixes

Fixed the data builder DiscountGeneral::validTo to the maximum allowed date that can be inserted in the database.