Merge 3.0 into Dev : Upgrade oauth module version to 3.1.0

This commit is contained in:
Benjamin Dalsass
2022-06-27 09:54:50 +02:00
parent 4af54f26b6
commit de040a0922
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0">
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.1">
<constants/>
<classes>
<class id="OAuthClient" _delta="define">

View File

@@ -5,7 +5,7 @@
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'itop-oauth-client/3.0.1',
'itop-oauth-client/3.1.0',
array(
// Identification
//
@@ -15,7 +15,7 @@ SetupWebPage::AddModule(
// Setup
//
'dependencies' => array(
'itop-welcome-itil/3.0.1,',
'itop-welcome-itil/3.1.0,',
),
'mandatory' => false,
'visible' => true,