Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

2.2.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 25 Dec 16:19
· 390 commits to 3.x since this release
2.2.0
b455881

Added

  • Added missing basket property in AddressType
  • 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 from BaseDelivery 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.