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

Commit

Permalink
Bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Mar 29, 2019
2 parents ab245b3 + 70a3206 commit a2d0142
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

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.1.2",
"version": "1.1.3",
"license": [
"OSL-3.0",
"AFL-3.0"
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.1.2"/>
<module name="GhoSter_AutoInstagramPost" setup_version="1.1.3"/>
</config>

0 comments on commit a2d0142

Please sign in to comment.