Skip to content

Commit

Permalink
2.8.4 (#88)
Browse files Browse the repository at this point in the history
* 2.8.4

* saved file
  • Loading branch information
Rom1-B authored May 17, 2024
1 parent 5438fd4 commit b01050e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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/).

## [2.8.4] - 2024-05-17

## Added

- Show generated number in popup message (#85)

## Fixed

- Fix undefined index `is_active` (#69)
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>2.8.4</num>
<compatibility>~10.0.11</compatibility>
<download_url>https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.4/glpi-geninventorynumber-2.8.4.tar.bz2</download_url>
</version>
<version>
<num>2.8.3</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_GENINVENTORYNUMBER_VERSION', '2.8.3');
define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.4');

// Minimal GLPI version, inclusive
define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.11");
Expand Down

0 comments on commit b01050e

Please sign in to comment.