From bd7707405161b5b286df69eedeb1b771767eb472 Mon Sep 17 00:00:00 2001 From: tuyennn Date: Thu, 10 Jan 2019 18:57:53 +0700 Subject: [PATCH] [TASK] Bump to v1.1.0: Add ACL --- README.md | 5 ++++- composer.json | 2 +- etc/acl.xml | 7 +++++++ etc/module.xml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c49c91..8f01745 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index ae29424..cd90230 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "type": "magento2-module", - "version": "1.0.2", + "version": "1.1.0", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/acl.xml b/etc/acl.xml index d62d0c9..bcc8020 100644 --- a/etc/acl.xml +++ b/etc/acl.xml @@ -8,6 +8,13 @@ + + + + + + + diff --git a/etc/module.xml b/etc/module.xml index cf00d6e..a2cfe27 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file