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

Commit

Permalink
Release version 2.0.22
Browse files Browse the repository at this point in the history
ISSUE: SCFL-659
  • Loading branch information
ivan-logeecom committed Oct 16, 2023
1 parent 5ab5421 commit 1827b9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Controller/Adminhtml/AutoConnect/AutoGenerateApiUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ class AutoGenerateApiUser
'Magento_Sales::actions_view',
'Magento_Sales::actions_edit',
'Magento_Sales::shipment',
'Magento_Sales::ship'
'Magento_Sales::ship',
'Magento_Catalog::catalog',
'Magento_Catalog::inventory',
'Magento_Catalog::products'
];

/** @var RoleFactory */
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "magento2-module",
"homepage": "https://www.sendcloud.com/",
"license": "Apache-2.0",
"version": "2.0.21",
"version": "2.0.22",
"require": {
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="SendCloud_SendCloud" setup_version="2.0.21">
<module name="SendCloud_SendCloud" setup_version="2.0.22">
<sequence>
<module name="Magento_Shipping"/>
<module name="Magento_Multishipping"/>
Expand Down

0 comments on commit 1827b9b

Please sign in to comment.