mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Prepare version 3.8.2
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
* 3.8.1 (2013-11-15)
|
||||||
|
|
||||||
|
- BugFix : Locale translation may block administration module load.
|
||||||
|
|
||||||
* 3.8.1 (2013-11-15)
|
* 3.8.1 (2013-11-15)
|
||||||
|
|
||||||
- BugFix : IE 6 homepage error message is broken.
|
- BugFix : IE 6 homepage error message is broken.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Phraseanet",
|
"name": "Phraseanet",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "~2.2.2",
|
"bootstrap": "~2.2.2",
|
||||||
"jquery": "~1.8.3",
|
"jquery": "~1.8.3",
|
||||||
|
@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
|
|||||||
*/
|
*/
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
protected static $number = '3.8.1';
|
protected static $number = '3.8.2';
|
||||||
protected static $name = 'Diplodocus';
|
protected static $name = 'Diplodocus';
|
||||||
|
|
||||||
public static function getNumber()
|
public static function getNumber()
|
||||||
|
Reference in New Issue
Block a user