Skip to content

Commit 2178cae

Browse files
authored
1.4.1 (#131)
1 parent 3d7944a commit 2178cae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [1.4.1] - 2025-11-25
99

1010
### Fixed
1111

metabase.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Il permet actuellement de:
5151
<author>Teclib'</author>
5252
</authors>
5353
<versions>
54+
<version>
55+
<num>1.4.1</num>
56+
<compatibility>~11.0.0</compatibility>
57+
<download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.4.1/glpi-metabase-1.4.1.tar.bz2</download_url>
58+
</version>
5459
<version>
5560
<num>1.4.0</num>
5661
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use function Safe\define;
3232

33-
define('PLUGIN_METABASE_VERSION', '1.4.0');
33+
define('PLUGIN_METABASE_VERSION', '1.4.1');
3434

3535
// Minimal GLPI version, inclusive
3636
define('PLUGIN_METABASE_MIN_GLPI', '11.0.0');

0 commit comments

Comments
 (0)