File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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.4] - 2024-11-08
9
+
10
+ - Update translations
11
+
8
12
## [ 1.12.3] - 2024-07-04
9
13
10
14
### 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.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 >
56
61
<version >
57
62
<num >1.12.3</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.3 ' );
31
+ define ('PLUGIN_NEWS_VERSION ' , '1.12.4 ' );
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