Skip to content

Commit

Permalink
Merge pull request #1 from AmastyLtd/release-1.0.5
Browse files Browse the repository at this point in the history
Update to 1.0.5
  • Loading branch information
alexey-motorny-amasty authored Mar 29, 2023
2 parents afb69ae + 5caaa11 commit d65026e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
8 changes: 3 additions & 5 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ class Data extends AbstractHelper

const CONFIG_PATH_GENERAL_ASCENDING = 'amfbreview/general/ascending';

const CONFIG_PATH_DISPLAY_WIDTH = 'amfbreview/general/width';
const CONFIG_PATH_DISPLAY_WIDTH = 'amfbreview/display/width';

const CONFIG_PATH_DISPLAY_NOSTYLES = 'amfbreview/general/nostyles';
const CONFIG_PATH_DISPLAY_NOSTYLES = 'amfbreview/display/nostyles';

const CONFIG_PATH_DISPLAY_CSS = 'amfbreview/general/css';

const CONFIG_PATH_REMOVE_URL = 'amfbreview/display/disable_amasty_url';
const CONFIG_PATH_DISPLAY_CSS = 'amfbreview/display/css';

/**
* @param $path
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Facebook Comments get more customers’ trust than Magento 2 reviews because the

### Increase brand awareness
Integration with Facebook lets your clients leave a comment about your product if they have an account in this social network and share it with friends. Chat about your Magento 2 store on Facebook will increase brand awareness and attract new customers.
![image Info](https://amasty.com/v1597930580/media/extensions/facebook-comments-for-magento-2/magento-2-facebook-reviews-comments-onpage.png)

Other users can like Facebook comments and reply right on the Magento 2 product page. Also, the extension allows sorting comments by Newest or by creation date on the frontend.

Expand All @@ -33,4 +32,4 @@ Magento 2 Facebook Comments is easy to customize to meet your website design req
![image Info](https://amasty.com/docs/lib/exe/fetch.php?media=magento_2:facebook-comments:facebook-comments-for-magento-2-ug2.png)

### See more freemium offers:
* [Wishlist](https://amasty.com/wishlist-for-magento-2.html)
* [Wishlist](https://amasty.com/wishlist-for-magento-2.html)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "amasty/fbreview",
"description": "Amasty Facebook Review",
"require": {
"php": "7.0.2|7.0.4|~7.0.6|^7.1.0",
"php": "^7.1.0",
"amasty/base": "*"
},
"type": "magento2-module",
"version": "1.0.4",
"version": "1.0.5",
"license": [
"Commercial"
"proprietary"
],
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<label>General Settings</label>
<field id="appid" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Facebook AppID</label>
<comment>Get at http://www.facebook.com/developers/createapp.php </comment>
<comment><![CDATA[Get at <a target="_blank" href="https://developers.facebook.com/apps">Facebook for Developers</a>]]></comment>
</field>
<field id="title" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Review Title</label>
Expand Down
2 changes: 1 addition & 1 deletion i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"Facebook Reviews","Facebook Reviews"
"General Settings","General Settings"
"Facebook AppID","Facebook AppID"
"Get at http://www.facebook.com/developers/createapp.php","Get at http://www.facebook.com/developers/createapp.php"
"Get at <a target=""_blank"" href=""https://developers.facebook.com/apps"">Facebook for Developers</a>","Get at <a target=""_blank"" href=""https://developers.facebook.com/apps"">Facebook for Developers</a>"
"Review Title","Review Title"
"Leave empty to use the product page title","Leave empty to use the product page title"
"Reviews per Page","Reviews per Page"
Expand Down

0 comments on commit d65026e

Please sign in to comment.