Skip to content

Commit 95108e0

Browse files
author
Laura Lenik
committed
release
1 parent 79f52bf commit 95108e0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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_NEWS_VERSION', '1.12.4');
31+
define('PLUGIN_NEWS_VERSION', '1.12.5');
3232

3333
// Minimal GLPI version, inclusive
3434
define('PLUGIN_NEWS_MIN_GLPI', '10.0.0');

0 commit comments

Comments
 (0)