Skip to content

3.5.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 29 Aug 08:30
· 3545 commits to 4.x since this release
3.5.0
59e17c9

Added

  • Export fields names are now translated
  • Added PL translations
  • Configuration to change the default route used to generate the link to the parent object inside a breadcrumb, when in a child admin
  • Docs for this configuration
  • Twig blocks to simplify the template override.
  • Added test for AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  • Added class name support for AbstractAdmin::configureDatagridFilters
  • Added ShowMapper::removeGroup method

Changed

  • Changed css margin-left: -20px of checkbox.
  • Updated spanish batch confirmation message translation.
  • Changed injection of $container to $adminPool in Twig/GlobalVariables
  • use RuntimeException instead of non existing RunTimeException
  • AbstractAdmin::setSubject in order to check that given $subject matches registered admin class entity.
  • Added the action name to title_batch_confirmation translation.
  • Added the object name to message_delete_confirmation translation.
  • Added the action name to title_batch_confirmation translation.
  • Move actions buttons display logic from templates to AbstractAdmin::configureActionButtons
  • Moved translation of breadcrumbs to twig template
  • Moved translation of batch action_label to twig template
  • Move actions buttons display logic from templates to AbstractAdmin::configureActionButtons
  • Widget tests should extend AbstractWidgetTestCase

Deprecated

  • The $container property in Twig/GlobalVariables

Fixed

  • The "batch" checkbox at the top of the list would not work when iCheck is disabled.
  • Not working read_only option on Twig with Symfony 3
  • Fixed PT-BR translations
  • XSS Vulnerability in breadcrumbs
  • Handle Symfony BC for Datagrid hidden types
  • Fixed duplicate translation for list filters
  • Fixed visibility of block sonata_top_nav_menu contents
  • Fix how metadata information are retrieved when admin information are dumped
  • Symfony 3 support in AclMatrixType
  • Symfony 3 type support in AclMatrixType
  • Fixed translation in browser titles breadcrumb
  • Fixed translation of entities in breadcrumb
  • Standardize the global form error

Removed

  • Internal test classes are now excluded from the autoloader
  • Removed unnecessary security checks in standard_layout.html.twig