We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c6502 commit d9ecf4bCopy full SHA for d9ecf4b
2 files changed
addressing.xml
@@ -27,6 +27,11 @@
27
<author>Nelly Mahu-Lasson</author>
28
</authors>
29
<versions>
30
+ <version>
31
+ <num>3.0.0-rc2</num>
32
+ <compatibility>~10.0</compatibility>
33
+ <download_url>https://github.com/pluginsGLPI/addressing/releases/download/3.0.0-rc2/glpi-addressing-3.0.0-rc2.tar.bz2</download_url>
34
+ </version>
35
<version>
36
<num>3.0.0-rc1</num>
37
<compatibility>~10.0</compatibility>
setup.php
@@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/
-define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc1');
+define('PLUGIN_ADDRESSING_VERSION', '3.0.0-rc2');
if (!defined("PLUGIN_ADDRESSING_DIR")) {
define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));
0 commit comments