changelogs: info added

This commit is contained in:
Julie Lenaerts 2021-10-27 13:09:41 +02:00
parent 3f869e9ca5
commit a09c824726
3 changed files with 14 additions and 0 deletions

View File

@ -156,3 +156,7 @@ Version 1.5.24
- [bugfix] add missing migration files - [bugfix] add missing migration files
Version 1.5.25
==============
- [module] a module was created to add a blur effect on confidential information. Effect can be toggled.

View File

@ -115,3 +115,8 @@ Version 1.5.14
- [Person list] Add a lock/unlock icon instead of open/closed folder in result list; - [Person list] Add a lock/unlock icon instead of open/closed folder in result list;
- [Admin closing motive] Remove links to Closing motive View; - [Admin closing motive] Remove links to Closing motive View;
- [Admin closing motive] Improve icons for active in list of closing motive; - [Admin closing motive] Improve icons for active in list of closing motive;
Version 1.5.15
==============
- [Accompanying period edit] If requestor is anonymous -> blur effect is applied.

View File

@ -6,3 +6,8 @@ branch master
* add a render template for entity ThirdParty ; * add a render template for entity ThirdParty ;
* remove dump messages ; * remove dump messages ;
Version 1.5.1
=============
- If thirdparty contactDataAnonymous is true -> blur effect is applied on contact information. Effect can be toggled.