mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Bump master to version 3.9-dev
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
* 3.9.0 (xxxx-xx-xx)
|
||||
|
||||
* 3.8.0 (2013-xx-xx)
|
||||
|
||||
- BC Break : Removed `bin/console check:system` command, replaced by `bin/setup check:system`.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Phraseanet 3.8 - Digital Asset Management application
|
||||
=================================================
|
||||
Phraseanet 3.9 - Digital Asset Management application
|
||||
=====================================================
|
||||
|
||||
[](http://travis-ci.org/alchemy-fr/Phraseanet)
|
||||
|
||||
|
3
UPGRADE-3.9.md
Normal file
3
UPGRADE-3.9.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# UPGRADE FROM 3.8 to 3.9
|
||||
|
||||
Here will come some advices
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Phraseanet",
|
||||
"version": "3.8.0",
|
||||
"version": "3.9.0",
|
||||
"dependencies": {
|
||||
"bootstrap": "~2.2.2",
|
||||
"jquery": "~1.8.3",
|
||||
|
@@ -66,7 +66,7 @@
|
||||
"include-path": ["vendor/zend/gdata/library"],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.8-dev"
|
||||
"dev-master": "3.9-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -18,8 +18,8 @@ namespace Alchemy\Phrasea\Core;
|
||||
*/
|
||||
class Version
|
||||
{
|
||||
protected static $number = '3.8.0.a18';
|
||||
protected static $name = 'Carnosaurus';
|
||||
protected static $number = '3.9.0.a0';
|
||||
protected static $name = 'Diplodocus';
|
||||
|
||||
public static function getNumber()
|
||||
{
|
||||
|
Reference in New Issue
Block a user