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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ unreleased]
8+ ## [ 1.13.0] - 2025-09-22
9+
10+ ### Added
11+
12+ - GLPI 11 compatibility
913
1014### Fixed
1115
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Fonctionnalités
5454 </authors >
5555 <versions >
5656 <version >
57- <num >1.13.0-beta2 </num >
57+ <num >1.13.0</num >
5858 <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 >
6060 </version >
6161 <version >
6262 <num >1.12.4</num >
Original file line number Diff line number Diff line change 2828 * -------------------------------------------------------------------------
2929 */
3030
31- define ('PLUGIN_NEWS_VERSION ' , '1.13.0-beta2 ' );
31+ define ('PLUGIN_NEWS_VERSION ' , '1.13.0 ' );
3232
3333// Minimal GLPI version, inclusive
3434define ('PLUGIN_NEWS_MIN_GLPI ' , '11.0.0 ' );
You can’t perform that action at this time.
0 commit comments