Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 27, 2019
1 parent 71ac9a4 commit 5159ebf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.5.0](https://github.com/sonata-project/SonataUserBundle/compare/4.4.0...4.5.0) - 2019-09-27
### Fixed
- Missing Spanish translations.

### Changed
- Replaced usages of deprecated "templating" service with "twig" where possible.

### Removed
- Dependency conflict against "jms/serializer:^3.0".

### Changed
- Add missing dependency against "twig/twig"
- Changed usages of `{% spaceless %}` tag, which is deprecated as of Twig 1.38
with `{% apply spaceless %}` filter

## [4.4.0](https://github.com/sonata-project/SonataUserBundle/compare/4.3.0...4.4.0) - 2019-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleAuthenticator/RequestListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct(Helper $helper, TokenStorageInterface $tokenStorage,
$this->templating = $templating;

@trigger_error(sprintf(
'Passing an instance of %s as argument 3 to "%s()" is deprecated since 4.x and will only accept an instance of %s in version 5.0.',
'Passing an instance of %s as argument 3 to "%s()" is deprecated since sonata-project/user-bundle 4.5 and will only accept an instance of %s in version 5.0.',
EngineInterface::class,
__METHOD__,
Environment::class
Expand Down

0 comments on commit 5159ebf

Please sign in to comment.