|
119 | 119 | )); |
120 | 120 | */ |
121 | 121 | case '8.4-b1': // because of previous released upgrade scripts |
| 122 | + case '8.4-b2': // because of previous released upgrade scripts |
| 123 | + case '8.4': |
122 | 124 | case '9.0-rc1.1': |
123 | 125 | array_push($todo, array( |
124 | 126 | "description" => "Installing cache store", |
125 | 127 | "operation" => "9.0/install.cache_store.php", |
| 128 | + "newversion" => '9.0-rc1.1a' |
| 129 | + )); |
| 130 | + case '9.0-rc1.1a': |
| 131 | + array_push($todo, array( |
| 132 | + "description" => "Update properties and path length", |
| 133 | + "operation" => "9.1/upgrade.database.php", |
126 | 134 | "newversion" => '9.0-rc1.2' |
127 | 135 | )); |
128 | | - case '8.4-b2': // because of previous released upgrade scripts |
129 | 136 | case '9.0-rc1.2': |
130 | 137 | array_push($todo, array( |
131 | 138 | "description" => "Installing default libs", |
|
143 | 150 | array_push($todo, array( |
144 | 151 | "description" => "Mogrify dirs in system folder", |
145 | 152 | "operation" => "9.0/install.configfiles.php", |
146 | | - "newversion" => '9.0-rc1.6' |
147 | | - )); |
148 | | - case '9.0-rc1.6': |
149 | | - array_push($todo, array( |
150 | | - "description" => "Update properties and path length", |
151 | | - "operation" => "9.0/upgrade.database.php", |
152 | 153 | "newversion" => '9.0-rc1' |
153 | 154 | )); |
| 155 | + case '9.0-rc1.6': |
154 | 156 | case '9.0-rc1.7': // because of previous released upgrade scripts |
155 | 157 | case '9.0-rc1': |
156 | 158 | array_push($todo, array( |
|
175 | 177 | "newversion" => "9.3-rc1" |
176 | 178 | )); |
177 | 179 | case '9.3-rc1': |
178 | | - array_push($todo, array( |
179 | | - "description" => "Update libraries for muze and vedor", |
180 | | - "operation" => "all/upgrade.muze.libs.php", |
181 | | - "newversion" => "9.4" |
182 | | - )); |
183 | 180 | case '9.3': |
184 | 181 | array_push($todo, array( |
185 | 182 | "description" => "Bumping revision to 9.4", |
186 | 183 | "operation" => "all/dummy.php", |
187 | 184 | "newversion" => "9.4" |
188 | 185 | )); |
| 186 | + case '9.4': |
| 187 | + array_push($todo, array( |
| 188 | + "description" => "Update libraries for muze and vedor", |
| 189 | + "operation" => "all/upgrade.muze.libs.php", |
| 190 | + "newversion" => "9.5" |
| 191 | + )); |
189 | 192 |
|
190 | 193 | } |
0 commit comments