File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ UNRELEASE]
9
9
10
+ ## [ 1.0.3] - 2025-07-10
11
+
10
12
### Fixed
11
13
12
14
- Do not disclose ` password ` from ` form ` input.
Original file line number Diff line number Diff line change 26
26
<compatibility >~11.0.0</compatibility >
27
27
<download_url >https://github.com/pluginsGLPI/databaseinventory/releases/download/1.1.0-beta1/glpi-databaseinventory-1.1.0-beta1.tar.bz2</download_url >
28
28
</version >
29
+ <version >
30
+ <num >1.0.3</num >
31
+ <compatibility >~10.0.0</compatibility >
32
+ <download_url >https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.3/glpi-databaseinventory-1.0.3.tar.bz2</download_url >
33
+ </version >
29
34
<version >
30
35
<num >1.0.2</num >
31
36
<compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class PluginDatabaseinventoryProfile extends Profile
32
32
{
33
33
public static $ rightname = 'profile ' ;
34
34
35
- const RUN_DATABSE_INVENTORY = 256 ;
35
+ public const RUN_DATABSE_INVENTORY = 256 ;
36
36
37
37
public static function getTypeName ($ nb = 0 )
38
38
{
@@ -61,7 +61,7 @@ private static function getAllRights($all = false)
61
61
return $ rights ;
62
62
}
63
63
64
- function getRights ($ interface = 'central ' )
64
+ public function getRights ($ interface = 'central ' )
65
65
{
66
66
$ rights = parent ::getRights ();
67
67
$ rights [self ::RUN_DATABSE_INVENTORY ] = __ ("Run database inventory " , "databaseinventory " );
Original file line number Diff line number Diff line change 28
28
* -------------------------------------------------------------------------
29
29
*/
30
30
31
- define ('PLUGIN_DATABASEINVENTORY_VERSION ' , '1.0.2 ' );
31
+ define ('PLUGIN_DATABASEINVENTORY_VERSION ' , '1.0.3 ' );
32
32
33
33
// Minimal GLPI version, inclusive
34
34
define ('PLUGIN_DATABASEINVENTORY_MIN_GLPI ' , '10.0.0 ' );
You can’t perform that action at this time.
0 commit comments