Merge 2.7 into Support 3.0 : Upgrade oauth module version to 3.0.1

This commit is contained in:
Benjamin Dalsass
2022-06-27 09:31:49 +02:00
parent 1b76e96720
commit 15b9ea45a0
2 changed files with 5 additions and 5 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="1.7">
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0">
<constants/>
<classes>
<class id="OAuthClient" _delta="define">

View File

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