Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 1827b9b

Browse files
committed
Release version 2.0.22
ISSUE: SCFL-659
1 parent 5ab5421 commit 1827b9b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Controller/Adminhtml/AutoConnect/AutoGenerateApiUser.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ class AutoGenerateApiUser
3535
'Magento_Sales::actions_view',
3636
'Magento_Sales::actions_edit',
3737
'Magento_Sales::shipment',
38-
'Magento_Sales::ship'
38+
'Magento_Sales::ship',
39+
'Magento_Catalog::catalog',
40+
'Magento_Catalog::inventory',
41+
'Magento_Catalog::products'
3942
];
4043

4144
/** @var RoleFactory */

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "magento2-module",
55
"homepage": "https://www.sendcloud.com/",
66
"license": "Apache-2.0",
7-
"version": "2.0.21",
7+
"version": "2.0.22",
88
"require": {
99
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0"
1010
},

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<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">
44
<sequence>
55
<module name="Magento_Shipping"/>
66
<module name="Magento_Multishipping"/>

0 commit comments

Comments
 (0)