File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ unreleased]
8
+ ## [ 1.13.0] - 2025-09-22
9
+
10
+ ### Added
11
+
12
+ - GLPI 11 compatibility
9
13
10
14
## [ 1.12.5] - 2025-09-19
11
15
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Fonctionnalités
54
54
</authors >
55
55
<versions >
56
56
<version >
57
- <num >1.13.0-beta2 </num >
57
+ <num >1.13.0</num >
58
58
<compatibility >~11.0.0</compatibility >
59
- <download_url >https://github.com/pluginsGLPI/news/releases/download/1.13.0-beta2 /glpi-news-1.13.0-beta2 .tar.bz2</download_url >
59
+ <download_url >https://github.com/pluginsGLPI/news/releases/download/1.13.0/glpi-news-1.13.0.tar.bz2</download_url >
60
60
</version >
61
61
<version >
62
62
<num >1.12.5</num >
Original file line number Diff line number Diff line change 28
28
* -------------------------------------------------------------------------
29
29
*/
30
30
31
- define ('PLUGIN_NEWS_VERSION ' , '1.13.0-beta2 ' );
31
+ define ('PLUGIN_NEWS_VERSION ' , '1.13.0 ' );
32
32
33
33
// Minimal GLPI version, inclusive
34
34
define ('PLUGIN_NEWS_MIN_GLPI ' , '11.0.0 ' );
You can’t perform that action at this time.
0 commit comments