Skip to content

Commit

Permalink
5.6.2 (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 3, 2023
1 parent 2875ef9 commit 7dbd45b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.6.2](https://github.com/sonata-project/SonataUserBundle/compare/5.6.1...5.6.2) - 2023-04-03
### Fixed
- [[#1624](https://github.com/sonata-project/SonataUserBundle/pull/1624)] XML validation of MongoDB ODM mapping. ([@landure](https://github.com/landure))
- [[#1620](https://github.com/sonata-project/SonataUserBundle/pull/1620)] Generate the profile link only if the logged user has access to it (edit or show permissions) ([@jordisala1991](https://github.com/jordisala1991))
- [[#1621](https://github.com/sonata-project/SonataUserBundle/pull/1621)] Ensure password is updated when it is the only field edited ([@jordisala1991](https://github.com/jordisala1991))
- [[#1621](https://github.com/sonata-project/SonataUserBundle/pull/1621)] Register doctrine event subscribers both for ORM and ODM ([@jordisala1991](https://github.com/jordisala1991))

## [5.6.1](https://github.com/sonata-project/SonataUserBundle/compare/5.6.0...5.6.1) - 2023-03-30
### Fixed
- [[#1615](https://github.com/sonata-project/SonataUserBundle/pull/1615)] Fix xml validation of MongoDB ODM mapping. ([@jordisala1991](https://github.com/jordisala1991))
Expand Down

0 comments on commit 7dbd45b

Please sign in to comment.