Skip to content

Commit

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

## [unrelease]
## [1.21.14] - 2024-10-02

### Fixed

- Fix call to get_parent_class() for PHP 8.3 (#839)
- Fix datatype for search (#836)

## [1.21.13] - 2024-09-12

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

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

0 comments on commit 054c68d

Please sign in to comment.