All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.2.0 - 2017-12-25
- Added missing
basket
property inAddressType
- Added
discriminator-field-name
to fix JMS Serializer compatibility - Added russian translations
- changed skeleton to create abstract class for Product Entity
- 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
ProductAdmin::getProductClass
method
- Support for old versions of PHP and Symfony.
2.1.1 - 2017-04-04
- Replaced types for the FQCN's
- Fixed
AddressType
formschoices
option for SF>=2.7 - Fixed
BasketElement
,CurrencyPriceCalculator
price calculation withpriceIncludingVat=true
- Fixed
setPriceIncludingVat
param type inBasketElementInterface
andProductInterface
- use
AbstractAdmin
instead of deprecatedAdmin
class - Fixed typo in
TransformerEvents
consts values
2.1.0 - 2017-03-23
- Added
sonata.payment.generator.postgres
service
- use
configureSettings
instead ofsetDefaultSettings
CurrencyDoctrineType
now extendsDoctrine\DBAL\Types\Type
instead ofDoctrine\DBAL\Types\StringType
- Changed
BaseProduct::setSlug
to usecocur-slugify
- Deprecated
BaseProduct::slugify
- 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
- internal test classes are now excluded from the autoloader