mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Bump to version 3.8.3-alpha.5
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
|
|||||||
*/
|
*/
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
protected static $number = '3.8.3-alpha.4';
|
protected static $number = '3.8.3-alpha.5';
|
||||||
protected static $name = 'Diplodocus';
|
protected static $name = 'Diplodocus';
|
||||||
|
|
||||||
public static function getNumber()
|
public static function getNumber()
|
||||||
|
@@ -51,7 +51,7 @@ class patch_383alpha5a implements patchInterface
|
|||||||
$config = $app['phraseanet.configuration']->getConfig();
|
$config = $app['phraseanet.configuration']->getConfig();
|
||||||
|
|
||||||
$config['main']['task-manager']['logger'] = array(
|
$config['main']['task-manager']['logger'] = array(
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'max-files' => 10,
|
'max-files' => 10,
|
||||||
'level' => 'INFO',
|
'level' => 'INFO',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user