You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Customer/view/frontend/email/change_email.html
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,5 @@
18
18
{{trans "We have received a request to change the following information associated with your account at %store_name: email." store_name=$store.frontend_name}}
19
19
{{trans 'If you have not authorized this action, please contact us immediately at <ahref="mailto:%store_email">%store_email</a>' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at <ahref="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}{{/depend}}.
Copy file name to clipboardExpand all lines: app/code/Magento/Customer/view/frontend/email/change_email_and_password.html
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,5 @@
18
18
{{trans "We have received a request to change the following information associated with your account at %store_name: email, password." store_name=$store.frontend_name}}
19
19
{{trans 'If you have not authorized this action, please contact us immediately at <ahref="mailto:%store_email">%store_email</a>' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at <ahref="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}{{/depend}}.
Copy file name to clipboardExpand all lines: app/code/Magento/Customer/view/frontend/email/password_reset.html
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,5 @@
19
19
{{trans "We have received a request to change the following information associated with your account at %store_name: password." store_name=$store.frontend_name}}
20
20
{{trans 'If you have not authorized this action, please contact us immediately at <ahref="mailto:%store_email">%store_email</a>' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at <ahref="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}{{/depend}}.
$output->writeln('<info>' . 'Git installations must deploy sample data from GitHub; see https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-clone.html for more information.' . '</info>');
'We don\'t recommend to remove the "version" field from your composer.json; see https://getcomposer.org/doc/02-libraries.md#library-versioning for more information.' .
130
+
'</info>'
131
+
);
132
+
$restoreVersion = newArrayInput([
133
+
'command' => 'config',
134
+
'setting-key' => 'version',
135
+
'setting-value' => [$version],
136
+
'--quiet' => 1
137
+
]);
91
138
}
92
139
$this->updateMemoryLimit();
93
140
$this->createAuthFile();
@@ -109,16 +156,28 @@ protected function execute(InputInterface $input, OutputInterface $output)
0 commit comments