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

Commit

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

## [1.6.0](https://github.com/sonata-project/SonataArticleBundle/compare/1.5.0...1.6.0) - 2021-02-15
### Added
- [[#216](https://github.com/sonata-project/SonataArticleBundle/pull/216)] Added dutch translations ([@zghosts](https://github.com/zghosts))

### Changed
- [[#171](https://github.com/sonata-project/SonataArticleBundle/pull/171)] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred ([@jordisala1991](https://github.com/jordisala1991))

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

## [1.5.0](https://github.com/sonata-project/SonataArticleBundle/compare/1.4.1...1.5.0) - 2020-07-16
### Removed
- [[#173](https://github.com/sonata-project/SonataArticleBundle/pull/173)] SonataCoreBundle dependencies ([@jordisala1991](https://github.com/jordisala1991))
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE-1.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UPGRADE 1.x
===========

UPGRADE FROM 1.x to 1.x
UPGRADE FROM 1.5 to 1.6
=======================

### SonataEasyExtends is deprecated
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/SonataArticleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function registerParameters(ContainerBuilder $container, array $config):
public function registerDoctrineMapping(array $config): void
{
@trigger_error(
'Using SonataEasyExtendsBundle is deprecated since sonata-project/article-bundle 1.x. Please register SonataDoctrineBundle as a bundle instead.',
'Using SonataEasyExtendsBundle is deprecated since sonata-project/article-bundle 1.6. Please register SonataDoctrineBundle as a bundle instead.',
\E_USER_DEPRECATED
);

Expand Down

0 comments on commit 2586c4e

Please sign in to comment.