File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "tag" : true
1414 }
1515 },
16- "version" : " 2.13.5-dev "
16+ "version" : " 2.13.5"
1717}
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ Features
5858 <author >Teclib'</author >
5959 </authors >
6060 <versions >
61+ <version >
62+ <num >2.13.5</num >
63+ <compatibility >~10.0</compatibility >
64+ <download_url >https://github.com/pluginsGLPI/formcreator/releases/download/2.13.5/glpi-formcreator-2.13.5.tar.bz2</download_url >
65+ </version >
6166 <version >
6267 <num >2.13.4</num >
6368 <compatibility >~10.0</compatibility >
Original file line number Diff line number Diff line change 3333
3434global $ CFG_GLPI ;
3535// Version of the plugin (major.minor.bugfix)
36- define ('PLUGIN_FORMCREATOR_VERSION ' , '2.13.5-dev ' );
36+ define ('PLUGIN_FORMCREATOR_VERSION ' , '2.13.5 ' );
3737// Schema version of this version (major.minor only)
3838define ('PLUGIN_FORMCREATOR_SCHEMA_VERSION ' , '2.13 ' );
3939// is or is not an official release of the plugin
40- define ('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE ' , false );
40+ define ('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE ' , true );
4141
4242// Minimal GLPI version, inclusive
4343define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION ' , '10.0 ' );
You can’t perform that action at this time.
0 commit comments