Skip to content

Commit ade9cb8

Browse files
committed
Updated composer.json, readme, changelog
1 parent 4d03b5f commit ade9cb8

File tree

7 files changed

+22
-29
lines changed

7 files changed

+22
-29
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## [1.0.1] - 2022-09-19
2+
### Added
3+
- changelog.
4+
5+
### Changed
6+
- module renamed.
7+
- updated composer.json.
8+
- updated README.
9+
10+
## [1.0.0] - 2022-09-14
11+
### Added
12+
- created new module.
13+

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ Module for Magento 2
33

44
**StorefrontX_EmailURLExtended** extends Magento Email module, the module requires StorefrontX SfxStoreConfig module
55

6+
## License
7+
8+
The module is licensed under the MIT license.

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "storefrontx/module-email-url-extended",
2+
"name": "storefront-x/module-email-url-extended",
33
"description": "Magento 2 module extends Magento Email module, this module requires StorefrontX SfxStoreConfig module",
44
"type": "magento2-module",
5+
"homepage": "https://github.com/storefront-x/magento-module-email-url-extended",
56
"require": {
6-
"magento/framework": "*",
7-
"magento/module-email": "*",
8-
"storefrontx/module-sfx-store-config": "*"
7+
"magento/framework": "^103.0.2",
8+
"magento/module-email": "^101.1.2",
9+
"storefrontx/module-sfx-store-config": "^1.0.1"
910
},
1011
"license": [
11-
"Proprietary"
12+
"MIT"
1213
],
1314
"autoload": {
1415
"files": [

etc/di.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?xml version="1.0"?>
2-
<!--
3-
/**
4-
* Copyright © MageXo, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
7-
-->
82
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
93
<type name="Magento\Email\Model\Template">
104
<arguments>

etc/email_templates.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?xml version="1.0"?>
2-
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
7-
-->
82
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
93
<template id="customer_password_forgot_email_template" label="Forgot Password" file="password_reset_confirmation.html" type="html" module="StorefrontX_EmailURLExtended" area="frontend"/>
104
<template id="customer_password_remind_email_template" label="Remind Password" file="password_new.html" type="html" module="StorefrontX_EmailURLExtended" area="frontend"/>

view/frontend/email/password_new.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<!--
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
6-
-->
71
<!--@subject {{trans "Reset your %store_name password" store_name=$store.frontend_name}} @-->
82
<!--@vars {
93
"var store.frontend_name":"Store Name",

view/frontend/email/password_reset_confirmation.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<!--
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
6-
-->
71
<!--@subject {{trans "Reset your %store_name password" store_name=$store.frontend_name}} @-->
82
<!--@vars {
93
"var store.frontend_name":"Store Name",

0 commit comments

Comments
 (0)