This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
2.1.0
Added
- Added
sonata.payment.generator.postgres
service
Changed
- use
configureSettings
instead ofsetDefaultSettings
CurrencyDoctrineType
now extendsDoctrine\DBAL\Types\Type
instead ofDoctrine\DBAL\Types\StringType
- Changed
BaseProduct::setSlug
to usecocur-slugify
- Deprecated
BaseProduct::slugify
Fixed
- Use
AbstractAdmin
instead of deprecatedAdminClass
and added dependency forSonataAdminBundle
- fix missing configuration to the CoreBundle's FormHelper
- Fix jQuery
add_basket_button
form selector forProductBundle:Product:view.html
andProductBundle:Product:view_thumbnail.html
- Fixed tests namespaces
- Replaced deprecated
getMock
withcreateMock
- Added support for FOSRestBundle >= 2.0
- Replaced deprecated
BaseBlockService
- Replaced deprecated
$form->bind($request)
with$form->handleRequest($request)
- Replaced twig deprecated
renderMetadatas
withgetMetadatas
- Increased block-bundle dependency to ^3.2
- Fixed missing default
transformers
section inPaymentBundle
configuration
Removed
- internal test classes are now excluded from the autoloader