Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
3.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 3, 2020
1 parent b6efcf6 commit d078514
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* @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
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* @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
{
Expand Down

0 comments on commit d078514

Please sign in to comment.