Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELAESE]

## [1.21.18] - 2024-01-16

- Fix `PluginFieldsContainerDisplayCondition` display when value is no more available.
- Fix issue where the value of custom fields could not be saved

Expand Down
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<num>1.21.18</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.18/glpi-fields-1.21.18.tar.bz2</download_url>
</version>
<version>
<num>1.21.17</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_FIELDS_VERSION', '1.21.17');
define('PLUGIN_FIELDS_VERSION', '1.21.18');

// Minimal GLPI version, inclusive
define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0');
Expand Down
Loading