Skip to content

Commit

Permalink
1.21.15 (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored Oct 9, 2024
1 parent 507a7b1 commit 0854d90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

## [1.21.15] - 2024-10-09

### Fixed

- Removes multiple document selection in a single field, as the core does not support it.

## [1.21.14] - 2024-10-02

### Fixed
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.15</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.15/glpi-fields-1.21.15.tar.bz2</download_url>
</version>
<version>
<num>1.21.14</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.14');
define('PLUGIN_FIELDS_VERSION', '1.21.15');

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

0 comments on commit 0854d90

Please sign in to comment.