Skip to content

Commit

Permalink
NTR: prepare release 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 31, 2025
1 parent cc42953 commit 7c5cbb6
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiener/mollie-payments-plugin",
"description": "Mollie Payments",
"version": "v4.13.0",
"version": "v4.14.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MolliePayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class MolliePayments extends Plugin
{
const PLUGIN_VERSION = '4.13.0';
const PLUGIN_VERSION = '4.14.0';


/**
Expand Down
31 changes: 22 additions & 9 deletions src/Resources/app/administration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/Resources/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
<title lang="de-DE">Refund Manager</title>
<title lang="nl-NL">Refund Manager</title>
<title lang="it-IT">Refund Manager</title>
<title lang="pt-PT">Refund Manager</title>

<input-field type="bool">
<name>refundManagerEnabled</name>
Expand All @@ -494,10 +495,12 @@
<label lang="de-DE">Refund Manager aktivieren</label>
<label lang="nl-NL">Refund Manager inschakelen</label>
<label lang="it-IT">Abilita Refund Manager</label>
<label lang="pt-PT">Ativar o Refund Manager</label>
<helpText>Enable or disable the Refund Manager in the Administration</helpText>
<helpText lang="de-DE">Aktivieren oder deaktivieren Sie den Refund Manager in der Administration</helpText>
<helpText lang="nl-NL">Schakel de Refund Manager in of uit in de administratie</helpText>
<helpText lang="it-IT">Attivare o disattivare il Gestore dei rimborsi nell'Amministrazione.</helpText>
<helpText lang="pt-PT">Ativar ou desativar o Refund Manager na Administração</helpText>
</input-field>
<input-field type="bool">
<name>refundManagerAutoStockReset</name>
Expand Down Expand Up @@ -544,10 +547,12 @@
<label lang="de-DE">Gutschriften erstellen</label>
<label lang="nl-NL">Creditnota's maken</label>
<label lang="it-IT">Crea note di credito</label>
<label lang="pt-PT">Criar Nota de Crédito</label>
<helpText>Automatically create a credit note in Shopware when a refund is processed.</helpText>
<helpText lang="de-DE">Erstellt automatisch eine Gutschrift in Shopware, wenn eine Rückerstattung verarbeitet wird.</helpText>
<helpText lang="nl-NL">Maak automatisch een creditnota in Shopware wanneer een terugbetaling wordt verwerkt.</helpText>
<helpText lang="it-IT">Crea automaticamente una nota di credito in Shopware quando viene elaborato un rimborso.</helpText>
<helpText lang="pt-PT">Criar automaticamente uma nota de crédito no Shopware ao processar um reembolso</helpText>
</input-field>
<input-field type="text">
<name>refundManagerCreateCreditNotesPrefix</name>
Expand Down

0 comments on commit 7c5cbb6

Please # to comment.