Skip to content

Commit e6b963a

Browse files
stonebuzztrasher
authored andcommitted
1.3.5
1 parent 19e2e61 commit e6b963a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
11+
## [1.3.5] - 2024-02-26
12+
1013
### Changes
1114

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

1417
### Fixed
1518

19+
- Prevents the task from being cancelled if the agent wakes up too early
20+
1621
### Added
1722

1823

Diff for: glpiinventory.xml

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<author>Teclib'</author>
9292
</authors>
9393
<versions>
94+
<version>
95+
<num>1.3.5</num>
96+
<compatibility>~10.0.10</compatibility>
97+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.3.5/glpi-glpiinventory-1.3.5.tar.bz2</download_url>
98+
</version>
9499
<version>
95100
<num>1.3.4</num>
96101
<compatibility>~10.0.10</compatibility>

Diff for: setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
use Glpi\Plugin\Hooks;
3535

36-
define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.4");
36+
define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.5");
3737
// Minimal GLPI version, inclusive
3838
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.11');
3939
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)