This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ### [ 1.0.7] ( https://github.com/magestat/magento2-split-order/releases/tag/1.0.7 ) - 02-17-2020
5
+ #### Added
6
+ - ACL for this module
7
+
4
8
### [ 1.0.6] ( https://github.com/magestat/magento2-split-order/releases/tag/1.0.6 ) - 05/31/2019
5
9
#### Added
6
10
- Split Order Based on the Product Stock Status.
Original file line number Diff line number Diff line change 14
14
"license" : [
15
15
" OSL-3.0"
16
16
],
17
- "version" : " 1.0.6 " ,
17
+ "version" : " 1.0.7 " ,
18
18
"support" : {
19
19
"issues" : " https://github.com/magestat/magento2-split-order/issues/"
20
20
},
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Acl/etc/acl.xsd" >
3
+ <acl >
4
+ <resources >
5
+ <resource id =" Magento_Backend::admin" >
6
+ <resource id =" Magento_Backend::stores" >
7
+ <resource id =" Magento_Backend::stores_settings" >
8
+ <resource id =" Magento_Config::config" >
9
+ <resource id =" Magestat_SplitOrder::config" title =" Magestat Split Order Configuration" />
10
+ </resource >
11
+ </resource >
12
+ </resource >
13
+ </resource >
14
+ </resources >
15
+ </acl >
16
+ </config >
You can’t perform that action at this time.
0 commit comments