diff --git a/Block/Adminhtml/System/Config/Form/Composer/Version.php b/Block/Adminhtml/System/Config/Form/Composer/Version.php index 29aa65f..ccbfb8d 100644 --- a/Block/Adminhtml/System/Config/Form/Composer/Version.php +++ b/Block/Adminhtml/System/Config/Form/Composer/Version.php @@ -48,6 +48,7 @@ public function __construct( * * @param \Magento\Framework\Data\Form\Element\AbstractElement $element * @return string + * @throws \Magento\Framework\Exception\LocalizedException */ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element) { diff --git a/Block/Adminhtml/System/Config/Form/Module/Version.php b/Block/Adminhtml/System/Config/Form/Module/Version.php index 364c107..fa2313c 100644 --- a/Block/Adminhtml/System/Config/Form/Module/Version.php +++ b/Block/Adminhtml/System/Config/Form/Module/Version.php @@ -34,6 +34,7 @@ public function __construct( * * @param \Magento\Framework\Data\Form\Element\AbstractElement $element * @return string + * @throws \Magento\Framework\Exception\LocalizedException */ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element) { diff --git a/README.md b/README.md index 1398e22..42e7ae3 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ If you encounter any problems or bugs, please open an issue on [GitHub](https:// Need help setting up or want to customize this extension to meet your business needs? Please email support@magepal.com and if we like your idea we will add this feature for free or at a discounted rate. -© MagePal LLC. | www.magepal.com +© MagePal LLC. | [www.magepal.com](http:/www.magepal.com) diff --git a/composer.json b/composer.json index f87d14f..c432a3b 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,14 @@ "proprietary" ], "homepage": "http://www.magepal.com/", + "support": { + "email": "support@magepal.org", + "issues": "https://github.com/magepal/magento2-preview-checkout-success-page/issues/" + }, "authors": [ { - "name": "MagePal", - "email": "hello@magepal.com", + "name": "Renon Stewart", + "email": "renon@magepal.com", "homepage": "http://www.magepal.com/", "role": "Leader" } @@ -34,7 +38,7 @@ "magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page" }, "type": "magento2-module", - "version": "1.0.2", + "version": "1.0.3", "autoload": { "files": [ "registration.php" diff --git a/i18n/en_US.csv b/i18n/en_US.csv new file mode 100644 index 0000000..953f3ea --- /dev/null +++ b/i18n/en_US.csv @@ -0,0 +1,10 @@ +"Module Version","Module Version" +"Composer Version","Composer Version" +"Version","Version" +"Enable","Enable" +"Valid for","Valid for" +"Minimum of 3 minutes and Maximum of 15 minutes","Minimum of 3 minutes and Maximum of 15 minutes" +"Order ID","Order ID" +"Save Config & Preview","Save Config & Preview" +"Save Config & View Source","Save Config & View Source" +"Save Config & Open New Window","Save Config & Open New Window" \ No newline at end of file