Skip to content

Commit

Permalink
Update ChangeLog and prepare 3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Burnichon committed Dec 2, 2015
1 parent ecbf20e commit 30c8135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/Alchemy/Phrasea/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Version
{
protected static $number = '3.8.8-alpha.0';
protected static $number = '3.8.8';
protected static $name = 'Herrerasaurus';

public static function getNumber()
Expand Down

0 comments on commit 30c8135

Please sign in to comment.