File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ unreleased]
99
10+ ## [ 1.12.5] - 2025-09-19
11+
1012### Fixed
1113
1214- Fixed dynamic display of alert size.
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ Fonctionnalités
5858 <compatibility >~11.0.0</compatibility >
5959 <download_url >https://github.com/pluginsGLPI/news/releases/download/1.13.0-beta2/glpi-news-1.13.0-beta2.tar.bz2</download_url >
6060 </version >
61+ <version >
62+ <num >1.12.5</num >
63+ <compatibility >~10.0.0</compatibility >
64+ <download_url >https://github.com/pluginsGLPI/news/releases/download/1.12.5/glpi-news-1.12.5.tar.bz2</download_url >
65+ </version >
6166 <version >
6267 <num >1.12.4</num >
6368 <compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change 2828 * -------------------------------------------------------------------------
2929 */
3030
31- define ('PLUGIN_NEWS_VERSION ' , '1.12.4 ' );
31+ define ('PLUGIN_NEWS_VERSION ' , '1.12.5 ' );
3232
3333// Minimal GLPI version, inclusive
3434define ('PLUGIN_NEWS_MIN_GLPI ' , '10.0.0 ' );
You can’t perform that action at this time.
0 commit comments