Skip to content

Commit

Permalink
1.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 4, 2022
1 parent 2c47e87 commit c239964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.13.0-rc1/glpi-fields-1.13.0-rc1.tar.bz2</download_url>
</version>
<version>
<num>1.12.11</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/fields/releases/download/1.12.11/glpi-fields-1.12.11.tar.bz2</download_url>
</version>
<version>
<num>1.12.10</num>
<compatibility>~9.5.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.12.10');
define ('PLUGIN_FIELDS_VERSION', '1.12.11');

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

0 comments on commit c239964

Please sign in to comment.