Skip to content

Commit 2a34d45

Browse files
committed
OHRM5X-2117: Bump OrangeHRM version to 5.5
1 parent 92a9267 commit 2a34d45

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
-->
2323
<project name="OrangeHRM" basedir="." default="dist">
2424

25-
<property name="version" value="5.4"/>
25+
<property name="version" value="5.5"/>
2626
<property name="package.name" value="orangehrm-${version}"/>
2727
<resolvepath propertyName="project.dir" file=".."/>
2828
<resolvepath propertyName="dist.dir" file="dist"/>

installer/Util/AppSetupUtility.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ class AppSetupUtility
6666
'5.1' => \OrangeHRM\Installer\Migration\V5_1_0\Migration::class,
6767
'5.2' => \OrangeHRM\Installer\Migration\V5_2_0\Migration::class,
6868
'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,
7371
];
7472

7573
public const INSTALLATION_DB_TYPE_NEW = 'new';

src/lib/config/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Config
5151
public const MODE_DEMO = 'demo';
5252

5353
public const PRODUCT_NAME = 'OrangeHRM OS';
54-
public const PRODUCT_VERSION = '5.4';
54+
public const PRODUCT_VERSION = '5.5';
5555
public const ORANGEHRM_API_VERSION = '2.4.0';
5656
public const PRODUCT_MODE = self::MODE_DEV;
5757
public const REGISTRATION_URL = 'https://ospenguin.orangehrm.com';

src/plugins/orangehrmCorePlugin/test/fixtures/testcases/AboutOrganizationTestCase.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GetOne:
1515
data:
1616
companyName: 'Orange HRM'
1717
productName: 'OrangeHRM OS'
18-
version: '5.4'
18+
version: '5.5'
1919
numberOfActiveEmployee: 3
2020
numberOfPastEmployee: 0
2121
meta: [ ]

0 commit comments

Comments
 (0)