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

Commit

Permalink
[TASK] Bump to v1.1.0: Add ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Jan 10, 2019
1 parent 9ca37ec commit bd77074
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This Magento 2 extension Auto Instagram Post allows you add your products immedi

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/thinghost)
![Version 1.0.1](https://img.shields.io/badge/Version-1.0.1-green.svg)
![Version 1.1.0](https://img.shields.io/badge/Version-1.1.0-green.svg)

---
## [![Alt GhoSter](http://thinghost.info/wp-content/uploads/2015/12/ghoster.png "thinghost.info")](http://thinghost.info) Overview
Expand All @@ -17,12 +17,15 @@ This Magento 2 extension Auto Instagram Post allows you add your products immedi
![Alt Screenshot-1](http://thinghost.info/wp-content/uploads/2017/08/Selection_426-1024x487.jpg "thinghost.info")
![Alt Screenshot-2](http://thinghost.info/wp-content/uploads/2017/08/Selection_424-1024x530.jpg "thinghost.info")
![Alt Screenshot-3](http://thinghost.info/wp-content/uploads/2017/08/Selection_425-1024x456.jpg "thinghost.info")
![Alt Screenshot-4](https://thinghost.info/wp-content/uploads/2015/12/Selection_489.jpg "thinghost.info")
![Alt Screenshot-5](https://thinghost.info/wp-content/uploads/2015/12/Selection_490.jpg "thinghost.info")

## Main Features

* Use Instagram API to post main Product Image of store to Instagram
* Support configurations with #hashtag.
* Support sort content of comment as user defined.
* Support Manage Products Grid then decide to Post or rePost to Instagram

## Configure and Manage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

},
"type": "magento2-module",
"version": "1.0.2",
"version": "1.1.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
7 changes: 7 additions & 0 deletions etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<resource id="GhoSter_AutoInstagramPost::manage_product" title="Manage Post By Products" translate="title" sortOrder="10" />
</resource>
</resource>
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="GhoSter_AutoInstagramPost::config" title="Auto Instagram Post Settings" sortOrder="1000"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="GhoSter_AutoInstagramPost" setup_version="1.0.2"/>
<module name="GhoSter_AutoInstagramPost" setup_version="1.1.0"/>
</config>

0 comments on commit bd77074

Please sign in to comment.