Skip to content

Commit

Permalink
NTR: Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Feb 20, 2024
1 parent 3987492 commit 58765e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ release: ## Creates a new ZIP package
cd .. && rm -rf ./.build/MollieShopware*.zip
make clean -B
make install -B
cd .. && zip -qq -r -0 ./.build/MollieShopware.zip MollieShopware/ -x 'MollieShopware/.*' 'MollieShopware/Tests*' 'MollieShopware/phpunit.xml' 'MollieShopware/phpstan.neon' 'MollieShopware/package.json' 'MollieShopware/package-lock.json' 'MollieShopware/makefile' '*.DS_Store' 'MollieShopware/node_modules*'
cd .. && zip -qq -r -0 ./.build/MollieShopware.zip MollieShopware/* -x 'MollieShopware/.*' 'MollieShopware/Tests*' 'MollieShopware/phpunit.xml' 'MollieShopware/phpstan.neon' 'MollieShopware/package.json' 'MollieShopware/package-lock.json' 'MollieShopware/makefile' '*.DS_Store' 'MollieShopware/node_modules*'
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

<changelog version="2.5.1">
<changes lang="de">
- Hotfix von Kredikartenkomponent und weiteren API routen
- Hotfix: Eingabefelder der Kreditkarten funktionieren nun wieder
</changes>
<changes lang="en">
- Hotfix for Creditcard component and other API routes
- Hotfix: The input fields of the credit cards are working again now.
</changes>
</changelog>

Expand Down

0 comments on commit 58765e2

Please sign in to comment.