Skip to content

Commit

Permalink
add update step for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert Müller committed Dec 4, 2015
1 parent d13da38 commit 9034cc8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions www/install/upgrade/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,18 @@
"newversion" => "9.1-rc1.1"
));
case '9.1-rc1.1':
array_push($todo, array(
"description" => "Update libraries for muze and vedor",
"operation" => "all/upgrade.muze.libs.php",
"newversion" => "9.2"
));
case '9.1-rc1.2':
case '9.1':
case '9.2':
array_push($todo, array(
"description" => "Updating properties, adding new properties",
"operation" => "9.1/upgrade.database.php",
"newversion" => "9.3-rc1"
));
case '9.3-rc1':
array_push($todo, array(
"description" => "Update libraries for muze and vedor",
"operation" => "all/upgrade.muze.libs.php",
"newversion" => "9.3"
));
/* for future use
Expand Down

0 comments on commit 9034cc8

Please sign in to comment.