File tree 4 files changed +5
-7
lines changed
plugins/orangehrmCorePlugin/test/fixtures/testcases
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
22
-->
23
23
<project name =" OrangeHRM" basedir =" ." default =" dist" >
24
24
25
- <property name =" version" value =" 5.4 " />
25
+ <property name =" version" value =" 5.5 " />
26
26
<property name =" package.name" value =" orangehrm-${ version } " />
27
27
<resolvepath propertyName =" project.dir" file =" .." />
28
28
<resolvepath propertyName =" dist.dir" file =" dist" />
Original file line number Diff line number Diff line change @@ -66,10 +66,8 @@ class AppSetupUtility
66
66
'5.1 ' => \OrangeHRM \Installer \Migration \V5_1_0 \Migration::class,
67
67
'5.2 ' => \OrangeHRM \Installer \Migration \V5_2_0 \Migration::class,
68
68
'5.3 ' => \OrangeHRM \Installer \Migration \V5_3_0 \Migration::class,
69
- '5.4 ' => [
70
- \OrangeHRM \Installer \Migration \V5_4_0 \Migration::class,
71
- \OrangeHRM \Installer \Migration \V5_5_0 \Migration::class,
72
- ],
69
+ '5.4 ' => \OrangeHRM \Installer \Migration \V5_4_0 \Migration::class,
70
+ '5.5 ' => \OrangeHRM \Installer \Migration \V5_5_0 \Migration::class,
73
71
];
74
72
75
73
public const INSTALLATION_DB_TYPE_NEW = 'new ' ;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Config
51
51
public const MODE_DEMO = 'demo ' ;
52
52
53
53
public const PRODUCT_NAME = 'OrangeHRM OS ' ;
54
- public const PRODUCT_VERSION = '5.4 ' ;
54
+ public const PRODUCT_VERSION = '5.5 ' ;
55
55
public const ORANGEHRM_API_VERSION = '2.4.0 ' ;
56
56
public const PRODUCT_MODE = self ::MODE_DEV ;
57
57
public const REGISTRATION_URL = 'https://ospenguin.orangehrm.com ' ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ GetOne:
15
15
data :
16
16
companyName : ' Orange HRM'
17
17
productName : ' OrangeHRM OS'
18
- version : ' 5.4 '
18
+ version : ' 5.5 '
19
19
numberOfActiveEmployee : 3
20
20
numberOfPastEmployee : 0
21
21
meta : [ ]
You can’t perform that action at this time.
0 commit comments