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

2.1.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 23 Mar 13:01
· 460 commits to 3.x since this release
2.1.0
9de626b

Added

  • Added sonata.payment.generator.postgres service

Changed

  • use configureSettings instead of setDefaultSettings
  • CurrencyDoctrineType now extends Doctrine\DBAL\Types\Type instead of Doctrine\DBAL\Types\StringType
  • Changed BaseProduct::setSlug to use cocur-slugify
  • Deprecated BaseProduct::slugify

Fixed

  • Use AbstractAdmin instead of deprecated AdminClass and added dependency for SonataAdminBundle
  • fix missing configuration to the CoreBundle's FormHelper
  • Fix jQuery add_basket_button form selector for ProductBundle:Product:view.html and ProductBundle:Product:view_thumbnail.html
  • Fixed tests namespaces
  • Replaced deprecated getMock with createMock
  • Added support for FOSRestBundle >= 2.0
  • Replaced deprecated BaseBlockService
  • Replaced deprecated $form->bind($request) with $form->handleRequest($request)
  • Replaced twig deprecated renderMetadatas with getMetadatas
  • Increased block-bundle dependency to ^3.2
  • Fixed missing default transformers section in PaymentBundle configuration

Removed

  • internal test classes are now excluded from the autoloader