Skip to content

Commit

Permalink
1.0.11 version - ACL update
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Lunardon committed Jun 22, 2023
1 parent de01867 commit 84c9520
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Helper/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Class Configuration
* @package Dadolun\SibContactSync\Helper
* @package Dadolun\SibOrderSync\Helper
*/
class Configuration extends \Dadolun\SibCore\Helper\Configuration
{
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "dadolun95/magento2-brevo-sendinblue",
"description": "Magento2 Brevo (Sendinblue Previously) Order Sync Integration Module",
"type": "magento2-module",
"version": "1.0.10",
"version": "1.0.11",
"require": {
"dadolun95/magento2-brevo-sendinblue-core": "^1.0.10",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0.10",
"dadolun95/magento2-brevo-sendinblue-core": "^1.0.11",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0.11",
"sendinblue/api-v3-sdk": "^8.4.0"
},
"license": [
Expand Down
18 changes: 18 additions & 0 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<!--
/**
* @package Dadolun_SibOrderSync
* @copyright Copyright (c) 2023 Dadolun (https://www.dadolun.com)
* @license This code is licensed under MIT license (see LICENSE for details)
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="Magento_Backend::admin">
<resource id="Dadolun_SibOrderSync::brevo" title="Brevo Order Sync" translate="title" sortOrder="50"/>
</resource>
</resources>
</acl>
</config>
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dadolun_SibOrderSync" setup_version="1.0.10">
<module name="Dadolun_SibOrderSync" setup_version="1.0.11">
<sequence>
<module name="Magento_Sales" />
<module name="Dadolun_SibCore" />
Expand Down

0 comments on commit 84c9520

Please sign in to comment.