Skip to content

Commit

Permalink
feat: add new snippet and recompile js
Browse files Browse the repository at this point in the history
  • Loading branch information
chartechlabs committed Dec 1, 2020
1 parent 71bd55d commit 7c8cea0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/snippets/EnderecoShopware5Client.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CheckAddress = "Validate address"
statusEmailNotCorrect = "E-Mail is not correct"
statusEmailCantReceive = "E-Mail address can't receive"
statusEmailSyntaxError = "Check the syntax"
statusEmailNoMx = "E-Mail Address is invalid"

[de_DE]
popUpHeadline = "Adresse prüfen"
Expand All @@ -33,3 +34,4 @@ CheckAddress = "Adresse prüfen"
statusEmailNotCorrect = "Die E-Mail Adresse scheint nicht korrekt zu sein"
statusEmailCantReceive = "Das E-Mail Postfach ist nicht erreichbar"
statusEmailSyntaxError = "Prüfen Sie die Schreibweise"
statusEmailNoMx = "Die E-Mail Adresse existiert nicht. Prüfen Sie die Schreibweise."
2 changes: 1 addition & 1 deletion Resources/views/frontend/_public/src/js/endereco.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/views/frontend/index/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'email_not_correct': "{s namespace='EnderecoShopware5Client' name='statusEmailNotCorrect'}{/s}",
'email_cant_receive': "{s namespace='EnderecoShopware5Client' name='statusEmailCantReceive'}{/s}",
'email_syntax_error': "{s namespace='EnderecoShopware5Client' name='statusEmailSyntaxError'}{/s}",
'email_no_mx': "{s namespace='EnderecoShopware5Client' name='statusEmailNoMx'}{/s}",
}
};
window.EnderecoIntegrator.activeServices = {
Expand Down
19 changes: 19 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,25 @@

<logo>/custom/plugins/EnderecoShopware5Client/logo.png</logo>

<changelog version="3.4.0">
<changes lang="de">
<![CDATA[
<p>Feature: Im Subshop kann das Modul komplett deaktiviert werden.</p>
<p>Feature: Fehlermeldungen werden unter der E-Mail Adresse anngezeigt (deaktivierbares Feature).</p>
<p>Feature: Prüfungsstatus wird durch Hintergrundfarbe auffälliger.</p>
<p>BUGfix: 400 Fehler sollen bei gesprerrten Diensten den Error-Log nicht überfüllen.</p>
]]>
</changes>
<changes lang="en">
<![CDATA[
<p>Feature: The module can be completely deactivated in the subshop.</p>
<p>Feature: Error messages for email check will be displayed as text under the input (can be deactivated).</p>
<p>Feature: Check status is more visible through colorfull background color.</p>
<p>BUGfix: 400 errors should not fill the error log anymore.</p>
]]>
</changes>
</changelog>

<changelog version="3.3.3">
<changes lang="de">
<![CDATA[
Expand Down

0 comments on commit 7c8cea0

Please sign in to comment.