Skip to content

Commit

Permalink
1.21.13 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 12, 2024
1 parent eb927b0 commit 9e8e99a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unrelease]

## Added
## [1.21.13] - 2024-09-12

- add ```ComputerVirtualMachine```
### CVE-2024-45600

- Fix SQL injection

### Added

- Add ```ComputerVirtualMachine```

## [1.21.12] - 2024-09-06

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

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

0 comments on commit 9e8e99a

Please sign in to comment.