Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 4, 2020
1 parent 3991eb6 commit 5d25d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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/).

## [1.3.0](https://github.com/sonata-project/twig-extensions/compare/1.2.0...1.3.0) - 2020-06-04
### Removed
- remove return type hints in `Sonata\Twig\FlashMessage\FlashManager::handlesObject()`
- remove return type hints in `Sonata\Twig\FlashMessage\FlashManager::getStatusClass()`
- remove return type hints in `Sonata\Twig\FlashMessage\StatusClassRendererInterface::handlesObject()`
- remove return type hints in `Sonata\Twig\FlashMessage\StatusClassRendererInterface::getStatusClass()`
- remove return type hints in `Sonata\Form\Type\BaseStatusType::configureOptions()`

## [1.2.0](https://github.com/sonata-project/twig-extensions/compare/1.1.1...1.2.0) - 2020-03-21
### Added
- Added support for `twig/twig:^3.0`
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Bundle/SonataTwigBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* NEXT_MAJOR: remove this class.
*
* @deprecated since version 1.x, to be removed in 2.0. Use Sonata\Twig\Bridge\Symfony\SonataTwigBundle instead.
* @deprecated since version 1.0, to be removed in 2.0. Use Sonata\Twig\Bridge\Symfony\SonataTwigBundle instead.
*
* @author Thomas Rabaix <[email protected]>
*/
Expand Down

0 comments on commit 5d25d56

Please sign in to comment.