diff --git a/src/Bundle/ChillMainBundle/CHANGELOG.md b/src/Bundle/ChillMainBundle/CHANGELOG.md index 9cda80ae4..27a6b3314 100644 --- a/src/Bundle/ChillMainBundle/CHANGELOG.md +++ b/src/Bundle/ChillMainBundle/CHANGELOG.md @@ -156,3 +156,7 @@ Version 1.5.24 - [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. diff --git a/src/Bundle/ChillPersonBundle/CHANGELOG.md b/src/Bundle/ChillPersonBundle/CHANGELOG.md index 5ba71f288..3257c8507 100644 --- a/src/Bundle/ChillPersonBundle/CHANGELOG.md +++ b/src/Bundle/ChillPersonBundle/CHANGELOG.md @@ -115,3 +115,8 @@ Version 1.5.14 - [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] Improve icons for active in list of closing motive; + +Version 1.5.15 +============== + +- [Accompanying period edit] If requestor is anonymous -> blur effect is applied. diff --git a/src/Bundle/ChillThirdPartyBundle/CHANGELOG.md b/src/Bundle/ChillThirdPartyBundle/CHANGELOG.md index 5653415df..438d1f756 100644 --- a/src/Bundle/ChillThirdPartyBundle/CHANGELOG.md +++ b/src/Bundle/ChillThirdPartyBundle/CHANGELOG.md @@ -6,3 +6,8 @@ branch master * add a render template for entity ThirdParty ; * remove dump messages ; +Version 1.5.1 +============= + +- If thirdparty contactDataAnonymous is true -> blur effect is applied on contact information. Effect can be toggled. +