From 70a3206171f76aa5c8511076d57a60b512cdb576 Mon Sep 17 00:00:00 2001 From: tuyennn Date: Fri, 29 Mar 2019 15:11:33 +0700 Subject: [PATCH] Bump to v1.1.3 --- README.md | 19 ++++++++++++------- composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6301934..629d012 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bf0757d0063e489eb3bff2479964fce2)](https://www.codacy.com/app/GhoSterInc/AutoInstagramPost?utm_source=github.com&utm_medium=referral&utm_content=tuyennn/AutoInstagramPost&utm_campaign=Badge_Grade) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/thinghost) -![Version 1.1.2](https://img.shields.io/badge/Version-1.1.2-green.svg) +![Version 1.1.3](https://img.shields.io/badge/Version-1.1.3-green.svg) --- ## [![Alt GhoSter](http://thinghost.info/wp-content/uploads/2015/12/ghoster.png "thinghost.info")](http://thinghost.info) Overview @@ -31,15 +31,20 @@ This Magento 2 extension Auto Instagram Post allows you add your products immedi ## Configure and Manage * Enable Auto Instagram - Enable or disable module. -* Username - Your Instagram Username. +* Username(Instagram Account) - Your Instagram Username. * Password - Your Instagram Password. +* Test Connection - Test your current account. * Default Image - When you add a product without a main Image to store, this image will be uploaded to Insragram. * Allow auto posting to Instagram after Saving Product - Enable Observer after product saved -* Enable Auto Hashtag and Description on Instagram Post - Enable below options -* Enable Auto Product Description - This will add product description to your feature post. -* Enable Custom Hashtag - Your custom hashtags go there. -* Enable Auto Categories name as Hashtag - This will add product category as hashtag to your feature post. -* Instagram Post Description Template - This will define the order of content which you want to post. +* Enable Auto Hashtag and Description - Enable below options while posting product to Instagram. +* Add Product Description to Post - This will add product description to your feature post. +* Add Categories Name as Hashtags - This will add product category as hashtag to your feature post. +* Add Custom Hashtags - Your custom hashtags go there. +* Description Template - This will define the order of content which you want to post. +* Enable Scheduled Auto Post - Setup cron for Scheduled Post to Instagram +* Start Time - Time for Cron. +* Frequency - Frequency for Cron. +* Limit Number of Posts - Limit for 1 time cron runs. ## Installation with Composer diff --git a/composer.json b/composer.json index 718467d..31b87d7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "type": "magento2-module", - "version": "1.1.2", + "version": "1.1.3", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/module.xml b/etc/module.xml index bcb6046..4dedaf8 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file