Skip to content

Commit 85cfdd3

Browse files
1.0.0
1 parent 5603d12 commit 85cfdd3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

advancedforms.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<name>Advanced Forms</name>
33
<key>advancedforms</key>
44
<!-- stable, beta, development, alpha, ... -->
5-
<state>beta</state>
5+
<state>stable</state>
66
<logo>https://raw.githubusercontent.com/pluginsGLPI/advancedforms/main/logo.png</logo>
77
<description>
88
<short>
@@ -26,9 +26,13 @@
2626
</authors>
2727
<versions>
2828
<!-- Add as many version tag you want -->
29+
<version>
30+
<num>1.0.0</num>
31+
<compatibility>~11.0.0</compatibility>
32+
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.0/glpi-advancedforms-1.0.0.tar.bz2</download_url>
33+
</version>
2934
<version>
3035
<num>1.0.0-rc1</num>
31-
<!-- Add as many compatibility tag you want -->
3236
<compatibility>~11.0.0</compatibility>
3337
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.0-rc1/glpi-advancedforms-1.0.0-rc1.tar.bz2</download_url>
3438
</version>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
use GlpiPlugin\Advancedforms\Service\InitManager;
3636

3737
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
38-
define('PLUGIN_ADVANCEDFORMS_VERSION', '1.0.0-rc1');
38+
define('PLUGIN_ADVANCEDFORMS_VERSION', '1.0.0');
3939

4040
// Minimal GLPI version, inclusive
4141
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */

0 commit comments

Comments
 (0)