Skip to content

Commit 1cbbb86

Browse files
committed
bump(2.13.5): version 2.13.5
1 parent e24d2fc commit 1cbbb86

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"tag": true
1414
}
1515
},
16-
"version": "2.13.5-dev"
16+
"version": "2.13.5"
1717
}

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

setup.php

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

3434
global $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)
3838
define('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
4343
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');

0 commit comments

Comments
 (0)