We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b018569 commit d694b34Copy full SHA for d694b34
2 files changed
connections.xml
@@ -25,6 +25,11 @@
25
<author>Jérémy Moreau</author>
26
</authors>
27
<versions>
28
+ <version>
29
+ <num>10.0.0</num>
30
+ <compatibility>~10.0</compatibility>
31
+ <download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0.0/glpi-connections-10.0.0.tar.bz2</download_url>
32
+ </version>
33
<version>
34
<num>10.0.0-rc2</num>
35
<compatibility>~10.0</compatibility>
setup.php
@@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/
-define('PLUGIN_CONNECTIONS_VERSION', '10.0.0-rc2');
+define('PLUGIN_CONNECTIONS_VERSION', '10.0.0');
if (!defined("PLUGINCONNECTIONS_DIR")) {
define("PLUGINCONNECTIONS_DIR", Plugin::getPhpDir("connections"));
0 commit comments