Skip to content

Commit fdee93c

Browse files
authored
1.12.4 (#164)
* 1.12.4 * changelog
1 parent 02c36df commit fdee93c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.4] - 2024-11-08
9+
10+
- Update translations
11+
812
## [1.12.3] - 2024-07-04
913

1014
### 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.4</num>
58+
<compatibility>~10.0.0</compatibility>
59+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.12.4/glpi-news-1.12.4.tar.bz2</download_url>
60+
</version>
5661
<version>
5762
<num>1.12.3</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.3');
31+
define('PLUGIN_NEWS_VERSION', '1.12.4');
3232

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

0 commit comments

Comments
 (0)