File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ## [ 1.3.5] - 2024-02-26
12
+
10
13
### Changes
11
14
12
15
- ``` Upload from server ``` option is no longer available in a ``` CLOUD ``` context
13
16
14
17
### Fixed
15
18
19
+ - Prevents the task from being cancelled if the agent wakes up too early
20
+
16
21
### Added
17
22
18
23
Original file line number Diff line number Diff line change 91
91
<author >Teclib'</author >
92
92
</authors >
93
93
<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 >
94
99
<version >
95
100
<num >1.3.4</num >
96
101
<compatibility >~10.0.10</compatibility >
Original file line number Diff line number Diff line change 33
33
34
34
use Glpi \Plugin \Hooks ;
35
35
36
- define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.3.4 " );
36
+ define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.3.5 " );
37
37
// Minimal GLPI version, inclusive
38
38
define ('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION ' , '10.0.11 ' );
39
39
// Maximum GLPI version, exclusive
You can’t perform that action at this time.
0 commit comments