Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21.17 #879

Merged
merged 3 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELAESE]

## [1.21.17] - 2024-12-26

### Fixed
- Force decimal ‘datatype’ of `numeric` fields for more accurate display.

- Force decimal `datatype` of `numeric` fields for more accurate display.
- Do not destroy the dropdown table/class if it is being used by another container.
- Fix fields updates with multiple containers via the API.

## [1.21.16] - 2024-11-12
## [1.21.16] - 2024-16-11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [1.21.16] - 2024-16-11
## [1.21.16] - 2024-11-12

Copy link
Contributor Author

@stonebuzz stonebuzz Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but should be '2024-12-11' (YY-mm-dd)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my calendar, there are only 12 months :)


### 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.17</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.21.17/glpi-fields-1.21.17.tar.bz2</download_url>
</version>
<version>
<num>1.21.16</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.16');
define('PLUGIN_FIELDS_VERSION', '1.21.17');

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