Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 250cbd2

Browse files
committed
1.1.0
1 parent 77346ae commit 250cbd2

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

advancedplanning.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ Donc ce plugin inclut juste la bibliothèque et ajouter l'option `schedulerLicen
3838
</authors>
3939
<versions>
4040
<version>
41-
<num>1.1.0-rc2</num>
41+
<num>1.1.0</num>
4242
<compatibility>~10.0.0</compatibility>
43-
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.0-rc2/glpi-advancedplanning-1.1.0-rc2.tar.bz2</download_url>
44-
</version>
45-
<version>
46-
<num>1.1.0-rc1</num>
47-
<compatibility>~10.0.0</compatibility>
48-
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.0-rc1/glpi-advancedplanning-1.1.0-rc1.tar.bz2</download_url>
43+
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.0/glpi-advancedplanning-1.1.0.tar.bz2</download_url>
4944
</version>
5045
<version>
5146
<num>1.0.0</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_ADVANCEDPLANNING_VERSION', '1.0.0');
31+
define('PLUGIN_ADVANCEDPLANNING_VERSION', '1.1.0');
3232
define('PLUGIN_ADVANCEDPLANNING_GLPIMIN', '10.0.0');
3333
define('PLUGIN_ADVANCEDPLANNING_GLPIMAX', '10.0.99');
3434

0 commit comments

Comments
 (0)