Skip to content

Commit 8f80c6e

Browse files
committed
bump(2.12.6): version 2.12.6
1 parent 16451d9 commit 8f80c6e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Features
7676
<compatibility>~10.0</compatibility>
7777
<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>
7878
</version>
79+
<version>
80+
<num>2.12.6</num>
81+
<compatibility>~9.5.5</compatibility>
82+
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/v2.12.6/glpi-formcreator-2.12.6.tar.bz2</download_url>
83+
</version>
7984
<version>
8085
<num>2.12.5</num>
8186
<compatibility>~9.5.5</compatibility>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
global $CFG_GLPI;
3333
// Version of the plugin (major.minor.bugfix)
34-
define('PLUGIN_FORMCREATOR_VERSION', '2.12.5');
34+
define('PLUGIN_FORMCREATOR_VERSION', '2.12.6');
3535
// Schema version of this version (major.minor only)
3636
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.12');
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
4141
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.5');

0 commit comments

Comments
 (0)