- Twig extension was renamed from
SyliusCartExtension
intoCartExtension
, also the service name was changed fromsylius.cart_twig
tosylius.twig.extension.cart
.
- Release before components.
- Fixed double cart refresh.
- Convert translation files to YAML.
- Introduce cart provider events.
- Release before components introduction. (delayed)
- Symfony 2.3 compatible version.
- Removed
Entity
classes. - Based on SyliusSalesBundle order model.
- Last Symfony 2.2 compatible version.
- Remove
CartOperator
&CartOperatorInterface
. - Introduce
SyliusCartEvents
& event listeners. - Removed the
sylius_cart
prefix from services and models, usedsylius
instead. - All money values are represented as integers.
- Introduce default cart entity.
- Use Doctrine RTEL to map interfaces instead of real entities.
- Rename
CartController::showAction
toCartController::summaryAction
. - Renamed
SyliusCartBundle:Cart:show.html
template to ``SyliusCartBundle:Cart:summary.html`. - Add base controller.
- First development release.
- Introduced ItemResolvingException.
- More complete set of phpspec2 examples.
- Changed configuration schema.
- Bundle now uses SyliusResourceBundle for model persistence.
- Models now depend on Doctrine collections.
- New controller.
- Renamed Item to CartItem.
- Renamed ItemType to CartItemType.
- Introduce specs with phpspec2.
- Renamed CartFormType to CartType to be consistent.