This repository was archived by the owner on Feb 5, 2024. It is now read-only.
File tree 3 files changed +6
-3
lines changed
Controller/Adminhtml/AutoConnect
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ class AutoGenerateApiUser
35
35
'Magento_Sales::actions_view ' ,
36
36
'Magento_Sales::actions_edit ' ,
37
37
'Magento_Sales::shipment ' ,
38
- 'Magento_Sales::ship '
38
+ 'Magento_Sales::ship ' ,
39
+ 'Magento_Catalog::catalog ' ,
40
+ 'Magento_Catalog::inventory ' ,
41
+ 'Magento_Catalog::products '
39
42
];
40
43
41
44
/** @var RoleFactory */
Original file line number Diff line number Diff line change 4
4
"type" : " magento2-module" ,
5
5
"homepage" : " https://www.sendcloud.com/" ,
6
6
"license" : " Apache-2.0" ,
7
- "version" : " 2.0.21 " ,
7
+ "version" : " 2.0.22 " ,
8
8
"require" : {
9
9
"php" : " ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0"
10
10
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" SendCloud_SendCloud" setup_version =" 2.0.21 " >
3
+ <module name =" SendCloud_SendCloud" setup_version =" 2.0.22 " >
4
4
<sequence >
5
5
<module name =" Magento_Shipping" />
6
6
<module name =" Magento_Multishipping" />
You can’t perform that action at this time.
0 commit comments