Skip to content

Commit

Permalink
Add i18n and update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Mar 30, 2018
1 parent 88e624e commit 2592d2b
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion Block/Adminhtml/System/Config/Form/Composer/Version.php
Expand Up @@ -2,7 +2,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/

namespace MagePal\CustomerAccountLinksManager\Block\Adminhtml\System\Config\Form\Composer;

Expand Down Expand Up @@ -47,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)
{
Expand Down
4 changes: 3 additions & 1 deletion Block/Adminhtml/System/Config/Form/Module/Version.php
Expand Up @@ -2,7 +2,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/

namespace MagePal\CustomerAccountLinksManager\Block\Adminhtml\System\Config\Form\Module;

Expand Down Expand Up @@ -33,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)
{
Expand Down
3 changes: 2 additions & 1 deletion Helper/Data.php
Expand Up @@ -2,7 +2,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/

namespace MagePal\CustomerAccountLinksManager\Helper;

Expand Down
3 changes: 2 additions & 1 deletion Model/Config/Source/Action.php
Expand Up @@ -2,7 +2,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/

namespace MagePal\CustomerAccountLinksManager\Model\Config\Source;

Expand Down
3 changes: 2 additions & 1 deletion Plugin/View/Element/Html/LinksPlugin.php
Expand Up @@ -2,7 +2,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/

namespace MagePal\CustomerAccountLinksManager\Plugin\View\Element\Html;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,4 +67,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.
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com)
10 changes: 7 additions & 3 deletions composer.json
Expand Up @@ -14,10 +14,14 @@
"proprietary"
],
"homepage": "http://www.magepal.com/",
"support": {
"email": "support@magepal.org",
"issues": "https://github.com/magepal/magento2-customer-account-links-manager/issues/"
},
"authors": [
{
"name": "MagePal",
"email": "hello@magepal.com",
"name": "Renon Stewart",
"email": "renon@magepal.com",
"homepage": "http://www.magepal.com/",
"role": "Leader"
}
Expand All @@ -28,7 +32,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*"
},
"type": "magento2-module",
"version": "1.1.3",
"version": "1.1.4",
"autoload": {
"files": [
"registration.php"
Expand Down
3 changes: 2 additions & 1 deletion etc/acl.xml
Expand Up @@ -3,7 +3,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
Expand Down
11 changes: 10 additions & 1 deletion etc/adminhtml/system.xml
Expand Up @@ -3,7 +3,8 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
* http://www.magepal.com | support@magepal.com
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
Expand All @@ -16,6 +17,14 @@
<resource>MagePal_CustomerAccountLinksManager::customeraccountlinksmanager</resource>
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<label>About Account Links Manager</label>
<attribute type="expanded">1</attribute>
<comment>
<![CDATA[
<strong>Copyright © 2018 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:support@magepal.com">support@magepal.com</a></strong><br />
Thanks for choosing MagePal Extensions. Trusted by 1000s of developers worldwide.<br/><br/>
<hr style="border-top: 1px solid #e3e3e3" />
]]>
</comment>
<field id="module_version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Module Version</label>
<frontend_model>MagePal\CustomerAccountLinksManager\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model>
Expand Down
1 change: 1 addition & 0 deletions registration.php
Expand Up @@ -2,6 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
*/

\Magento\Framework\Component\ComponentRegistrar::register(
Expand Down

0 comments on commit 2592d2b

Please sign in to comment.