Skip to content

Commit 46aaeb4

Browse files
committed
Merge branch 'support/2.7' into support/3.1
2 parents 64a216e + affed69 commit 46aaeb4

File tree

45 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

approot.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @used-by utils::GetItopVersionWikiSyntax()
2424
* @used-by iTopModulesPhpVersionIntegrationTest
2525
*/
26-
define('ITOP_CORE_VERSION', '3.1.2');
26+
define('ITOP_CORE_VERSION', '3.1.3');
2727

2828
/**
2929
* @var string

datamodels/2.x/authent-cas/module.authent-cas.php

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

66
SetupWebPage::AddModule(
77
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
8-
'authent-cas/3.1.2',
8+
'authent-cas/3.1.3',
99
array(
1010
// Identification
1111
//

datamodels/2.x/authent-external/module.authent-external.php

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

2828
SetupWebPage::AddModule(
2929
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
30-
'authent-external/3.1.2',
30+
'authent-external/3.1.3',
3131
array(
3232
// Identification
3333
//

datamodels/2.x/authent-ldap/module.authent-ldap.php

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

1010
SetupWebPage::AddModule(
1111
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
12-
'authent-ldap/3.1.2',
12+
'authent-ldap/3.1.3',
1313
array(
1414
// Identification
1515
//

datamodels/2.x/authent-local/module.authent-local.php

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

44
SetupWebPage::AddModule(
55
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
6-
'authent-local/3.1.2',
6+
'authent-local/3.1.3',
77
array(
88
// Identification
99
//

datamodels/2.x/combodo-backoffice-darkmoon-theme/module.combodo-backoffice-darkmoon-theme.php

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

66
SetupWebPage::AddModule(
77
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
8-
'combodo-backoffice-darkmoon-theme/3.1.2',
8+
'combodo-backoffice-darkmoon-theme/3.1.3',
99
array(
1010
// Identification
1111
//

datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/** @noinspection PhpUnhandledExceptionInspection */
2525
SetupWebPage::AddModule(
2626
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
27-
'combodo-db-tools/3.1.2',
27+
'combodo-db-tools/3.1.3',
2828
array(
2929
// Identification
3030
//

datamodels/2.x/itop-attachments/module.itop-attachments.php

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

2020
SetupWebPage::AddModule(
2121
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
22-
'itop-attachments/3.1.2',
22+
'itop-attachments/3.1.3',
2323
array(
2424
// Identification
2525
//

datamodels/2.x/itop-backup/module.itop-backup.php

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

44
SetupWebPage::AddModule(
55
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
6-
'itop-backup/3.1.2',
6+
'itop-backup/3.1.3',
77
array(
88
// Identification
99
//

datamodels/2.x/itop-bridge-cmdb-services/module.itop-bridge-cmdb-services.php

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

66
SetupWebPage::AddModule(
77
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
8-
'itop-bridge-cmdb-services/3.1.2',
8+
'itop-bridge-cmdb-services/3.1.3',
99
array(
1010
// Identification
1111
//

0 commit comments

Comments
 (0)