Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Nov 25, 2016
1 parent 3f29414 commit 648064b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.0](https://github.com/sonata-project/SonataUserBundle/compare/3.1.0...3.2.0) - 2016-11-25
### Added
- Added russian and ukrainian translations

### Deprecated
- Relying on the `sonata_basket_delivery_redirect` is deprecated and won't be supported anymore

### Fixed
- The reset password url now points to the action dedicated to administrators again

### Removed
- The conflict rule for FOSRestBundle `>=2.0`

## [3.1.0](https://github.com/sonata-project/SonataUserBundle/compare/3.0.1...3.1.0) - 2016-10-14
### Changed
- The `friendsofsymfony/rest-bundle` dependency is optional again
Expand Down
2 changes: 1 addition & 1 deletion Controller/RegistrationFOSUser1Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function registerAction()
// NEXT_MAJOR: remove the if block
@trigger_error(<<<'EOT'
Setting a redirect url in the sonata_basket_delivery_redirect session variable
is deprecated since 3.x and will no longer result in a redirection to this url in 4.0.
is deprecated since 3.2 and will no longer result in a redirection to this url in 4.0.
EOT
, E_USER_DEPRECATED);
$this->get('session')->remove('sonata_basket_delivery_redirect');
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.1 to 3.2
=======================

### Deprecated sonata_basket_delivery_redirect session variable

Relying on this variable to get a redirection after registration is deprecated
Expand Down

0 comments on commit 648064b

Please sign in to comment.