Skip to content

Commit

Permalink
1.21.9 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B committed Jun 11, 2024
1 parent dd603e7 commit 188f5eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.21.9] - 2024-06-11

### Fixed

- Fix dropdown recursion (#775)
- Fix list of allowed Search Option (#778)
- Fix(core): load plugin from CLI context
- Fix: multiple dropdown fields emptied when solution added (#795)


## [1.21.8] - 2024-02-22
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.9</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.9/glpi-fields-1.21.9.tar.bz2</download_url>
</version>
<version>
<num>1.21.8</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.8');
define('PLUGIN_FIELDS_VERSION', '1.21.9');

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

0 comments on commit 188f5eb

Please sign in to comment.