Skip to content

Latest commit

 

History

History
105 lines (55 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

105 lines (55 loc) · 1.6 KB

Bundles 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.

2.0.0-beta.3 - 2022-10-21

Fixed

  • Permissions

2.0.0-beta.2 - 2022-10-13

Changed

  • Bundle description
  • Icons

2.0.0-beta.1 - 2022-08-11

Added

  • Support for Craft 4 and Commerce 4

1.2.2 - 2022-06-10

Changed

  • Change of ownership

1.2.1 - 2021-02-03

Fixed

  • Fixed a bug where field values weren't displaying on a bundle in the CP

1.2 - 2021-01-07

Added

  • Support for Craft 3.5 new field layout

Changed

  • Improved the UI for selecting the products and quantites in a bundle
  • Commcer Bundles now requires Craft 3.5

1.1.7 - 2020-12-16

Added

  • purchasableIds & purchasables parameter to the element query craft.bundles.purchasables().all()

1.1.6 - 2020-11-04

Fixed

  • asset folder name case

1.1.5 - 2020-11-04

Fixed

  • Composer 2 compatibility fix

1.1.4 - 2020-10-28

Added

  • link to element index
  • isBundle method - use craft.commerceBundles.bundles.isBundle(lineItem) to check if a line item is a bundle

Fixed

  • Composer 2 compatibility fix

1.1.3 - 2020-05-19

Added

  • support for display names

1.1.2 - 2020-02-19

Fixed

  • Migration fix

1.1.1 - 2020-02-18

Added

  • Support for custom purchasables including Events and Digital Products

1.0.9 - 2019-09-23

Fixed

  • Live preview fix

1.0.0 - 2019-05-03

Added

  • Initial release