diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a133cc..733b144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.3] - 2024-07-04 + +### Fixed + +- Prevent an issue where alerts targets restrictions were not applied correctly. + ## [1.12.2] - 2024-04-08 ### Fixed diff --git a/plugin.xml b/plugin.xml index 03f0bc7..63f1f24 100644 --- a/plugin.xml +++ b/plugin.xml @@ -53,6 +53,11 @@ Fonctionnalités TECLIB' + + 1.12.3 + ~10.0.0 + https://github.com/pluginsGLPI/news/releases/download/1.12.3/glpi-news-1.12.3.tar.bz2 + 1.12.2 ~10.0.0 diff --git a/setup.php b/setup.php index 17dd620..10b406a 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_NEWS_VERSION', '1.12.2'); +define('PLUGIN_NEWS_VERSION', '1.12.3'); // Minimal GLPI version, inclusive define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");