Skip to content

Commit dc6ac4f

Browse files
authored
1.12.3
1 parent adbda88 commit dc6ac4f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.12.3] - 2024-07-04
9+
10+
### Fixed
11+
12+
- Prevent an issue where alerts targets restrictions were not applied correctly.
13+
814
## [1.12.2] - 2024-04-08
915

1016
### Fixed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Fonctionnalités
5353
<author>TECLIB'</author>
5454
</authors>
5555
<versions>
56+
<version>
57+
<num>1.12.3</num>
58+
<compatibility>~10.0.0</compatibility>
59+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.12.3/glpi-news-1.12.3.tar.bz2</download_url>
60+
</version>
5661
<version>
5762
<num>1.12.2</num>
5863
<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.2');
31+
define('PLUGIN_NEWS_VERSION', '1.12.3');
3232

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

0 commit comments

Comments
 (0)