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

Latest commit

 

History

History
55 lines (42 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 2.55 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.3.1 - 2021-02-16

Fixed

3.3.0 - 2021-02-15

Added

Changed

  • [#190] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

  • [#190] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

Removed

3.2.0 - 2020-06-29

Removed

3.1.1 - 2018-05-11

Added

Changed

  • Switch all templates references to Twig namespaced syntax
  • Switch from templating service to sonata.templating

Fixed

  • addChild deprecations
  • commands not working on symfony4
  • missing Russian translations

3.1.0 - 2017-11-30

Changed

  • Changed internal folder structure to src, tests and docs

Fixed

  • Fixed hardcoded paths to classes in .xml.skeleton files of config
  • It is now allowed to install Symfony 4

Removed

  • internal test classes are now excluded from the autoloader
  • Support for old versions of PHP and Symfony.