Update installer
This commit is contained in:
parent
4e01fa7971
commit
27e3729fcf
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Define the current build
|
// Define the current build
|
||||||
define('MODS_FOR_HESK_BUILD', 51);
|
define('MODS_FOR_HESK_BUILD', 52);
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 557 KiB |
@ -229,5 +229,7 @@ function getAllMigrations() {
|
|||||||
171 => new \v330\AddHighlightTicketRowsSetting(171),
|
171 => new \v330\AddHighlightTicketRowsSetting(171),
|
||||||
172 => new UpdateMigration('3.3.0', '3.2.5', 172),
|
172 => new UpdateMigration('3.3.0', '3.2.5', 172),
|
||||||
173 => new UpdateMigration('3.3.1', '3.3.0', 173),
|
173 => new UpdateMigration('3.3.1', '3.3.0', 173),
|
||||||
|
// 2018.1.0
|
||||||
|
174 => new UpdateMigration('2018.1.0', '3.3.1', 174),
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user