File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
11
<a name =" 2.7.0-beta.2 " ></a >
2
12
# [ 2.7.0-beta.2] ( https://github.com/pluginsglpi/formcreator/compare/v2.7.0-beta.1...v2.7.0-beta.2 ) (2019-01-16)
3
13
Original file line number Diff line number Diff line change 11
11
}
12
12
},
13
13
"dependencies" : [],
14
- "version" : " 2.7.0-beta.2 "
14
+ "version" : " 2.7.0-beta.3 "
15
15
}
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ Features
245
245
<compatibility >9.4</compatibility >
246
246
</version >
247
247
<version >
248
- <num >2.7.0-beta.2 </num >
248
+ <num >2.7.0-beta.3 </num >
249
249
<compatibility >9.3</compatibility >
250
250
<compatibility >9.4</compatibility >
251
251
</version >
Original file line number Diff line number Diff line change 33
33
34
34
global $ CFG_GLPI ;
35
35
// Version of the plugin
36
- define ('PLUGIN_FORMCREATOR_VERSION ' , '2.7.0-beta.2 ' );
36
+ define ('PLUGIN_FORMCREATOR_VERSION ' , '2.7.0-beta.3 ' );
37
37
// Schema version of this version
38
38
define ('PLUGIN_FORMCREATOR_SCHEMA_VERSION ' , '2.7 ' );
39
39
// is or is not an official release of the plugin
42
42
// Minimal GLPI version, inclusive
43
43
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION ' , '9.3.0 ' );
44
44
// Maximum GLPI version, exclusive
45
- define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION ' , '9.4 ' );
45
+ define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION ' , '9.5 ' );
46
46
47
47
define ('FORMCREATOR_ROOTDOC ' , $ CFG_GLPI ['root_doc ' ] . '/plugins/formcreator ' );
48
48
You can’t perform that action at this time.
0 commit comments