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

Commit

Permalink
3.7 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Feb 15, 2021
1 parent 954ae42 commit d1cfef2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.7.0](https://github.com/sonata-project/SonataTimelineBundle/compare/3.6.0...3.7.0) - 2021-02-15
### Changed
- [[#306](https://github.com/sonata-project/SonataTimelineBundle/pull/306)] Updates dutch translations ([@zghosts](https://github.com/zghosts))
- [[#260](https://github.com/sonata-project/SonataTimelineBundle/pull/260)] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred ([@jordisala1991](https://github.com/jordisala1991))

### Deprecated
- [[#260](https://github.com/sonata-project/SonataTimelineBundle/pull/260)] Using SonataEasyExtendsBundle to add Doctrine mapping information ([@jordisala1991](https://github.com/jordisala1991))

### Removed
- [[#264](https://github.com/sonata-project/SonataTimelineBundle/pull/264)] Support for PHP < 7.2 ([@wbloszyk](https://github.com/wbloszyk))
- [[#264](https://github.com/sonata-project/SonataTimelineBundle/pull/264)] Support for Symfony < 4.4 ([@wbloszyk](https://github.com/wbloszyk))

## [3.6.0](https://github.com/sonata-project/SonataTimelineBundle/compare/3.5.0...3.6.0) - 2020-06-29
### Added
- [[#227](https://github.com/sonata-project/SonataTimelineBundle/pull/227)]
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/SonataTimelineExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function configureClass($config, ContainerBuilder $container)
public function registerDoctrineMapping(array $config)
{
@trigger_error(
'Using SonataEasyExtendsBundle is deprecated since sonata-project/timeline-bundle 3.x. Please register SonataDoctrineBundle as a bundle instead.',
'Using SonataEasyExtendsBundle is deprecated since sonata-project/timeline-bundle 3.7. Please register SonataDoctrineBundle as a bundle instead.',
\E_USER_DEPRECATED
);

Expand Down

0 comments on commit d1cfef2

Please sign in to comment.