Skip to content

Commit 6adb7c1

Browse files
committed
Merge branch 'release/2.7.0-beta.3'
2 parents d2b33b9 + bd5e374 commit 6adb7c1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.7.0-beta.3"></a>
2+
# [2.7.0-beta.3](https://github.com/pluginsglpi/formcreator/compare/v2.7.0-beta.2...v2.7.0-beta.3) (2019-01-16)
3+
4+
5+
### Bug Fixes
6+
7+
* compatibility with GLPI 9.4 ([9b9922c](https://github.com/pluginsglpi/formcreator/commit/9b9922c))
8+
9+
10+
111
<a name="2.7.0-beta.2"></a>
212
# [2.7.0-beta.2](https://github.com/pluginsglpi/formcreator/compare/v2.7.0-beta.1...v2.7.0-beta.2) (2019-01-16)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212
},
1313
"dependencies": [],
14-
"version": "2.7.0-beta.2"
14+
"version": "2.7.0-beta.3"
1515
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Features
245245
<compatibility>9.4</compatibility>
246246
</version>
247247
<version>
248-
<num>2.7.0-beta.2</num>
248+
<num>2.7.0-beta.3</num>
249249
<compatibility>9.3</compatibility>
250250
<compatibility>9.4</compatibility>
251251
</version>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
global $CFG_GLPI;
3535
// Version of the plugin
36-
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.2');
36+
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.3');
3737
// Schema version of this version
3838
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.7');
3939
// is or is not an official release of the plugin
@@ -42,7 +42,7 @@
4242
// Minimal GLPI version, inclusive
4343
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.3.0');
4444
// Maximum GLPI version, exclusive
45-
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.4');
45+
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.5');
4646

4747
define('FORMCREATOR_ROOTDOC', $CFG_GLPI['root_doc'] . '/plugins/formcreator');
4848

0 commit comments

Comments
 (0)