Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and trasher committed Feb 26, 2024
1 parent 19e2e61 commit e6b963a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [1.3.5] - 2024-02-26

### Changes

- ```Upload from server``` option is no longer available in a ```CLOUD``` context

### Fixed

- Prevents the task from being cancelled if the agent wakes up too early

### Added


5 changes: 5 additions & 0 deletions glpiinventory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.3.5</num>
<compatibility>~10.0.10</compatibility>
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.3.5/glpi-glpiinventory-1.3.5.tar.bz2</download_url>
</version>
<version>
<num>1.3.4</num>
<compatibility>~10.0.10</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

use Glpi\Plugin\Hooks;

define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.4");
define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.5");
// Minimal GLPI version, inclusive
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.11');
// Maximum GLPI version, exclusive
Expand Down

0 comments on commit e6b963a

Please sign in to comment.