This repository was archived by the owner on Jun 20, 2025. It is now read-only.
v1.0.0-M5
- 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->SunriseAddToCartControllerSunriseChangeLineItemQuantityController->SunriseChangeQuantityInCartControllerSunriseRemoveLineItemController->SunriseRemoveFromCartControllerSunriseCartDetailController->SunriseCartContentControllerSunriseWishlistController->SunriseWishlistContentController
If you require a detailed list of the rename changes you can check the PR #627 and #626.