Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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/).

## [Unrealese] - XXXX-XX-XX
## [2.10.0] - 2025-12-24

### Added

- CustomAsset compatibility
- Implement `CustomAsset` capacity for automatic inventory number generation.

## [2.9.0] - 2025-09-30

Expand Down
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.10.0</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.10.0/glpi-geninventorynumber-2.10.0.tar.bz2</download_url>
</version>
<version>
<num>2.9.0</num>
<compatibility>~11.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 @@ -34,7 +34,7 @@

use function Safe\define;

define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.9.0');
define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.10.0');

// Minimal GLPI version, inclusive
define('PLUGIN_GENINVENTORYNUMBER_MIN_GLPI', '11.0.0');
Expand Down