Skip to content

Commit 5a13bb8

Browse files
authored
1.22.1 (#1032)
1 parent 14f6824 commit 5a13bb8

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## ['UNRELEASED']
1010

11+
## [1.22.1] - 2025-10-10
12+
1113
### Fixed
1214

1315
- Fix UI with GLPI 11
@@ -27,6 +29,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2729
- Fix display from Planning view
2830
- Fix `classname` resolution when multiple `s` at end of container name
2931

32+
33+
## [1.21.24] - 2025-10-10
34+
35+
### Fixed
36+
37+
- Fix `massive action` for adding value to `multiple` dropdown fields
38+
- Fix for the `COALESCE` part of the `SQL query` for `multiple` dropdowns
39+
- Fix `search option` for `multiple` dropdown
40+
- Fix display from Planning view
41+
- Fix `classname` resolution when multiple `s` at end of container name
42+
43+
3044
## [1.21.23] - 2025-08-26
3145

3246
### Fixed

plugin.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,21 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
9898
<author>Olivier Moron</author>
9999
</authors>
100100
<versions>
101+
<version>
102+
<num>1.21.24</num>
103+
<compatibility>~10.0.11</compatibility>
104+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.24/glpi-fields-1.21.24.tar.bz2</download_url>
105+
</version>
101106
<version>
102107
<num>1.21.23</num>
103108
<compatibility>~10.0.11</compatibility>
104109
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.23/glpi-fields-1.21.23.tar.bz2</download_url>
105110
</version>
111+
<version>
112+
<num>1.22.1</num>
113+
<compatibility>~11.0.0</compatibility>
114+
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.22.1/glpi-fields-1.22.1.tar.bz2</download_url>
115+
</version>
106116
<version>
107117
<num>1.22.0</num>
108118
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/** @var array $CFG_GLPI */
3232
global $CFG_GLPI;
3333

34-
define('PLUGIN_FIELDS_VERSION', '1.22.0');
34+
define('PLUGIN_FIELDS_VERSION', '1.22.1');
3535

3636
// Minimal GLPI version, inclusive
3737
define('PLUGIN_FIELDS_MIN_GLPI', '11.0.0');

0 commit comments

Comments
 (0)