From 5caaa110ec10f08400783444decc898697220acb Mon Sep 17 00:00:00 2001 From: tnovikov Date: Wed, 29 Mar 2023 13:11:02 +0300 Subject: [PATCH] Update to 1.0.5 Signed-off-by: tnovikov --- Helper/Data.php | 8 +++----- README.md | 3 +-- composer.json | 6 +++--- etc/adminhtml/system.xml | 2 +- i18n/en_US.csv | 2 +- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Helper/Data.php b/Helper/Data.php index 79d1d5c..f1f3f7e 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -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 diff --git a/README.md b/README.md index a21cec6..3062d5f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) \ No newline at end of file +* [Wishlist](https://amasty.com/wishlist-for-magento-2.html) diff --git a/composer.json b/composer.json index d5f76f5..0b8c36b 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 0e84edd..b74d081 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -11,7 +11,7 @@ - Get at http://www.facebook.com/developers/createapp.php + Facebook for Developers]]> diff --git a/i18n/en_US.csv b/i18n/en_US.csv index 719dbfd..0ddfc23 100644 --- a/i18n/en_US.csv +++ b/i18n/en_US.csv @@ -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 Facebook for Developers","Get at Facebook for Developers" "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"