diff --git a/CHANGELOG.md b/CHANGELOG.md index e02dc44fc6..2fb781ce38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ - Convert Ftp Export custom adapter to Doctrine entity. - Session management is now part of Phraseanet configuration. +## 3.8.8 (2015-12-02) + + - BugFix: Wrong BaseController used when no plugin installed. + - BugFix: Mismatch in CORS configuration + - BugFix: all subdefs are shown when permalink is available in prod imagetools + - BugFix: Empty labels are considered as valid + - BugFix: Error 500 on prod imagetools when insufficient rights + ## 3.8.7 (2015-11-09) - NewFeature: Adding public, temporary links (link generation based on JSON Web Token) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index d0e92e5ac2..544e032345 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -21,7 +21,7 @@ class Version /** * @var string */ - private $name = 'Herrerasaurus'; + private $name = 'Itemirus'; /** * @return string