Skip to content

v1.0.0-M5

Compare
Choose a tag to compare
@lauraluiz lauraluiz released this 23 Jun 13:19
· 63 commits to master since this release
  • Provide default configuration for the amount products displayed in the mini-wishlist in reference.conf, so that no explicit configuration is required.
  • Unify class naming and structure between Cart and Wishlist. As consequence several classes and packages were renamed on both sides, which might require some class re-importing in your project. The controllers renamed were:
    • SunriseAddLineItemController -> SunriseAddToCartController
    • SunriseChangeLineItemQuantityController -> SunriseChangeQuantityInCartController
    • SunriseRemoveLineItemController -> SunriseRemoveFromCartController
    • SunriseCartDetailController -> SunriseCartContentController
    • SunriseWishlistController -> SunriseWishlistContentController

If you require a detailed list of the rename changes you can check the PR #627 and #626.