File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 2.12.7 " ></a >
2
+ ## [ 2.12.7] ( https://github.com/pluginsglpi/formcreator/compare/v2.12.6..2.12.7 ) (2022-11-24)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ** ldapquestion:** missing files ([ 4b4d801b] ( https://github.com/pluginsglpi/formcreator/commit/4b4d801b ) )
8
+
9
+
1
10
<a name =" 2.12.6 " ></a >
2
11
## [ 2.12.6] ( https://github.com/pluginsglpi/formcreator/compare/v2.12.5..2.12.6 ) (2022-05-19)
3
12
Original file line number Diff line number Diff line change 14
14
"tag" : true
15
15
}
16
16
},
17
- "version" : " 2.12.6 "
17
+ "version" : " 2.12.7 "
18
18
}
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ Features
76
76
<compatibility >~10.0</compatibility >
77
77
<download_url >https://github.com/pluginsGLPI/formcreator/releases/download/2.13.0-alpha.1/glpi-formcreator-2.13.0-alpha.1.tar.bz2</download_url >
78
78
</version >
79
+ <version >
80
+ <num >2.12.7</num >
81
+ <compatibility >~9.5.5</compatibility >
82
+ <download_url >https://github.com/pluginsGLPI/formcreator/releases/download/v2.12.7/glpi-formcreator-2.12.7.tar.bz2</download_url >
83
+ </version >
79
84
<version >
80
85
<num >2.12.6</num >
81
86
<compatibility >~9.5.5</compatibility >
Original file line number Diff line number Diff line change 31
31
32
32
global $ CFG_GLPI ;
33
33
// Version of the plugin (major.minor.bugfix)
34
- define ('PLUGIN_FORMCREATOR_VERSION ' , '2.12.6 ' );
34
+ define ('PLUGIN_FORMCREATOR_VERSION ' , '2.12.7 ' );
35
35
// Schema version of this version (major.minor only)
36
36
define ('PLUGIN_FORMCREATOR_SCHEMA_VERSION ' , '2.12 ' );
37
37
// is or is not an official release of the plugin
You can’t perform that action at this time.
0 commit comments