File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1111 }
1212 },
1313 "dependencies" : [],
14- "version" : " 2.9.0-nightly "
14+ "version" : " 2.9.0-beta.1 "
1515}
Original file line number Diff line number Diff line change @@ -274,6 +274,20 @@ Features
274274 <compatibility >9.3</compatibility >
275275 <compatibility >9.4</compatibility >
276276 </version >
277+ <version >
278+ <num >2.8.4</num >
279+ <compatibility >9.3</compatibility >
280+ <compatibility >9.4</compatibility >
281+ </version >
282+ <version >
283+ <num >2.8.5</num >
284+ <compatibility >9.3</compatibility >
285+ <compatibility >9.4</compatibility >
286+ </version >
287+ <version >
288+ <num >2.9.0-beta.1</num >
289+ <compatibility >9.4</compatibility >
290+ </version >
277291 </versions >
278292 <langs >
279293 <lang >ca_ES</lang >
Original file line number Diff line number Diff line change 3131
3232global $ CFG_GLPI ;
3333// Version of the plugin
34- define ('PLUGIN_FORMCREATOR_VERSION ' , '2.9.0-nightly ' );
34+ define ('PLUGIN_FORMCREATOR_VERSION ' , '2.9.0-beta.1 ' );
3535// Schema version of this version
3636define ('PLUGIN_FORMCREATOR_SCHEMA_VERSION ' , '2.9 ' );
3737// is or is not an official release of the plugin
38- define ('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE ' , false );
38+ define ('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE ' , true );
3939
4040// Minimal GLPI version, inclusive
4141define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION ' , '9.4 ' );
You can’t perform that action at this time.
0 commit comments