Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 20, 2022
1 parent 99d74a1 commit e4529e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,9 @@ Fonctionnalités
</authors>
<versions>
<version>
<num>1.10.0-rc2</num>
<num>1.10.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.0-rc2/glpi-news-1.10.0-rc2.tar.bz2</download_url>
</version>
<version>
<num>1.10.0-rc1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.0-rc1/glpi-news-1.10.0-rc1.tar.bz2</download_url>
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.0/glpi-news-1.10.0.tar.bz2</download_url>
</version>
<version>
<num>1.9.1</num>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define ('PLUGIN_NEWS_VERSION', '1.9.1');
define ('PLUGIN_NEWS_VERSION', '1.10.0');

// Minimal GLPI version, inclusive
define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");
Expand Down

0 comments on commit e4529e1

Please sign in to comment.