Skip to content

Commit b099bdd

Browse files
committed
1.13.0
1 parent e979d09 commit b099bdd

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

plugin.xml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -97,40 +97,10 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
9797
<author>Johan Cwiklinski</author>
9898
</authors>
9999
<versions>
100-
<version>
101-
<num>1.13.0-rc7</num>
102-
<compatibility>~10.0.0</compatibility>
103-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc7/glpi-fields-1.13.0-rc7.tar.bz2</download_url>
104-
</version>
105-
<version>
106-
<num>1.13.0-rc6</num>
107-
<compatibility>~10.0.0</compatibility>
108-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc6/glpi-fields-1.13.0-rc6.tar.bz2</download_url>
109-
</version>
110-
<version>
111-
<num>1.13.0-rc5</num>
112-
<compatibility>~10.0.0</compatibility>
113-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc5/glpi-fields-1.13.0-rc5.tar.bz2</download_url>
114-
</version>
115-
<version>
116-
<num>1.13.0-rc4</num>
117-
<compatibility>~10.0.0</compatibility>
118-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc4/glpi-fields-1.13.0-rc4.tar.bz2</download_url>
119-
</version>
120100
<version>
121-
<num>1.13.0-rc3</num>
122-
<compatibility>~10.0.0</compatibility>
123-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc3/glpi-fields-1.13.0-rc3.tar.bz2</download_url>
124-
</version>
125-
<version>
126-
<num>1.13.0-rc2</num>
127-
<compatibility>~10.0.0</compatibility>
128-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc2/glpi-fields-1.13.0-rc2.tar.bz2</download_url>
129-
</version>
130-
<version>
131-
<num>1.13.0-rc1</num>
132-
<compatibility>~10.0.0</compatibility>
133-
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc1/glpi-fields-1.13.0-rc1.tar.bz2</download_url>
101+
<num>1.13.0</num>
102+
<compatibility>~9.5.0</compatibility>
103+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0/glpi-fields-1.13.0.tar.bz2</download_url>
134104
</version>
135105
<version>
136106
<num>1.12.12</num>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_FIELDS_VERSION', '1.12.12');
31+
define ('PLUGIN_FIELDS_VERSION', '1.13.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_FIELDS_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)