Skip to content

Commit ff5fb9f

Browse files
authored
Merge pull request #15 from rudnerbjoern/dev
set version to 3.1.9
2 parents 549faac + e0713c0 commit ff5fb9f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

br-costcenter-bridge-for-br-peripherals/module.br-costcenter-bridge-for-br-peripherals.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
/**
44
* @copyright Copyright (C) 2024 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html
6-
* @version 2024-09-05
6+
* @version 2024-10-16
77
*
88
* iTop module definition file
99
*/
1010

1111
SetupWebPage::AddModule(
1212
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
13-
'br-costcenter-bridge-for-br-peripherals/3.1.8',
13+
'br-costcenter-bridge-for-br-peripherals/3.1.9',
1414
array(
1515
// Identification
1616
'label' => 'Bridge - Costcenter + Periperals',
1717
'category' => 'business',
1818

1919
// Setup
2020
'dependencies' => array(
21-
'br-peripherals/3.1.8||br-costcenter/0.4.0',
22-
'br-peripherals/3.1.8',
21+
'br-peripherals/3.1.9||br-costcenter/0.4.0',
22+
'br-peripherals/3.1.9',
2323
),
2424
'mandatory' => false,
2525
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard

br-peripherals-bridge-for-teemip-ip-mgmt/module.br-peripherals-bridge-for-teemip-ip-mgmt.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
/**
44
* @copyright Copyright (C) 2024 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html
6-
* @version 2024-09-05
6+
* @version 2024-10-16
77
*
88
* iTop module definition file
99
*/
1010

1111
SetupWebPage::AddModule(
1212
__FILE__,
13-
'br-peripherals-bridge-for-teemip-ip-mgmt/3.1.8',
13+
'br-peripherals-bridge-for-teemip-ip-mgmt/3.1.9',
1414
array(
1515
// Identification
1616
//
@@ -20,9 +20,9 @@
2020
// Setup
2121
//
2222
'dependencies' => array(
23-
'br-peripherals/3.1.8||teemip-ip-mgmt/3.0.0',
24-
'br-peripherals/3.1.8||teemip-config-mgmt-adaptor/3.0.0',
25-
'br-peripherals/3.1.8',
23+
'br-peripherals/3.1.9||teemip-ip-mgmt/3.0.0',
24+
'br-peripherals/3.1.9||teemip-config-mgmt-adaptor/3.0.0',
25+
'br-peripherals/3.1.9',
2626
),
2727
'mandatory' => false,
2828
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard

br-peripherals/module.br-peripherals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
SetupWebPage::AddModule(
1212
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
13-
'br-peripherals/3.1.8',
13+
'br-peripherals/3.1.9',
1414
array(
1515
// Identification
1616
//

extension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<![CDATA[Adds monitor, docking station, keyboard, mouse, headset]]>
1717
</description>
1818
<version>
19-
<![CDATA[3.1.8]]>
19+
<![CDATA[3.1.9]]>
2020
</version>
2121
<release_date>
2222
<![CDATA[2024-10-16]]>

0 commit comments

Comments
 (0)