File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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
+ ## [ 1.12.3] - 2024-07-04
9
+
10
+ ### Fixed
11
+
12
+ - Prevent an issue where alerts targets restrictions were not applied correctly.
13
+
8
14
## [ 1.12.2] - 2024-04-08
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change @@ -53,6 +53,11 @@ Fonctionnalités
53
53
<author >TECLIB'</author >
54
54
</authors >
55
55
<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 >
56
61
<version >
57
62
<num >1.12.2</num >
58
63
<compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change 28
28
* -------------------------------------------------------------------------
29
29
*/
30
30
31
- define ('PLUGIN_NEWS_VERSION ' , '1.12.2 ' );
31
+ define ('PLUGIN_NEWS_VERSION ' , '1.12.3 ' );
32
32
33
33
// Minimal GLPI version, inclusive
34
34
define ("PLUGIN_NEWS_MIN_GLPI " , "10.0.0 " );
You can’t perform that action at this time.
0 commit comments