Skip to content

Commit 004d4df

Browse files
committed
chore: bump version
1 parent 2150e64 commit 004d4df

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212
},
1313
"dependencies": [],
14-
"version": "2.9.0-nightly"
14+
"version": "2.9.0-beta.1"
1515
}

plugin.xml

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

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
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
3636
define('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
4141
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.4');

0 commit comments

Comments
 (0)