From d078514e881e47f9d9af2248fe6a651500da5c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 3 Jun 2020 18:37:15 +0200 Subject: [PATCH] 3.19.2 --- CHANGELOG.md | 8 ++++++++ .../DependencyInjection/Compiler/FormCompilerPass.php | 2 +- .../DependencyInjection/Compiler/TwigCompilerPass.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781a76d8..79aaf0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.19.2](https://github.com/sonata-project/SonataCoreBundle/compare/3.19.1...3.19.2) - 2020-06-03 +### Changed +- change register aliases from bundle configuration to compiler pass + +### Fixed +- fixed register `CoreBundle` with form and twig bridges +- Deprecation message for `InlineConstraint` was always displayed + ## [3.19.1](https://github.com/sonata-project/SonataCoreBundle/compare/3.19.0...3.19.1) - 2020-05-26 ## Fixed - Display again flash message diff --git a/src/CoreBundle/DependencyInjection/Compiler/FormCompilerPass.php b/src/CoreBundle/DependencyInjection/Compiler/FormCompilerPass.php index 92c9607f..371350ba 100644 --- a/src/CoreBundle/DependencyInjection/Compiler/FormCompilerPass.php +++ b/src/CoreBundle/DependencyInjection/Compiler/FormCompilerPass.php @@ -19,7 +19,7 @@ /** * @author Thomas Rabaix * - * @deprecated since sonata-project/core-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/core-bundle 3.19, to be removed in 4.0. */ final class FormCompilerPass implements CompilerPassInterface { diff --git a/src/CoreBundle/DependencyInjection/Compiler/TwigCompilerPass.php b/src/CoreBundle/DependencyInjection/Compiler/TwigCompilerPass.php index 26de27ca..ec146590 100644 --- a/src/CoreBundle/DependencyInjection/Compiler/TwigCompilerPass.php +++ b/src/CoreBundle/DependencyInjection/Compiler/TwigCompilerPass.php @@ -19,7 +19,7 @@ /** * @author Thomas Rabaix * - * @deprecated since sonata-project/core-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/core-bundle 3.19, to be removed in 4.0. */ final class TwigCompilerPass implements CompilerPassInterface {