This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
2.2.0
Added
- Added missing
basket
property inAddressType
- Added
discriminator-field-name
to fix JMS Serializer compatibility - Added russian translations
Changed
- changed skeleton to create abstract class for Product Entity
Fixed
- Made
choice
fields compatible with >=SF 2.7 - usage of
MopaBootstrapBundle
- Removed
NotNull
constraint fromBaseDelivery
validation - Fixed usage of not persisted addresses when the customer is taken from a session.
- Fix SonataProductExtension loading
- Fixed usage of deprecated methods in controllers (Improve compatibility with SF 3)
- Fixed
ProductCategoryManager
compatibility with PostgreSQL - Fixed clearing basket with deleted from db products
- Removed not existing directory from autoload-dev
- Fixed contributors homepage link
- Fixed compatibility with SonataAdminBundle ^3.29
- Fixed resetting full basket stored in session
- Removed duplicated code from
BasketSessionFactory
Deprecated
- Deprecated
ProductAdmin::getProductClass
method
Removed
- Support for old versions of PHP and Symfony.