Skip to content

Commit

Permalink
1.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Jul 10, 2024
1 parent b7eec9e commit b6b7ada
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unrelease] -

## [1.21.11] - 2024-07-10

### Fixed

- Fix strpslashes log error (#802)
- Fix ```strpslashes``` log error
- Update main item ```date_mod``` after updating additional fields
- Fix ```datainjection``` error when trying to map fields
- Fix ```datainjection``` mapping error with additional fields

## [1.21.10] - 2024-06-11

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.11</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.11/glpi-fields-1.21.11.tar.bz2</download_url>
</version>
<version>
<num>1.21.10</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.10');
define('PLUGIN_FIELDS_VERSION', '1.21.11');

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

0 comments on commit b6b7ada

Please sign in to comment.