Skip to content

Commit

Permalink
Release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Aug 4, 2021
1 parent b1e4bb4 commit ed1a5b4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.5
- Fixed plugin uninstall action

# 4.0.4
- Line item based refunds

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.5
- Deinstallation Aktion des Plugins behoben

# 4.0.4
- Erstattungen von Werbebuchungen

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tail -f var/log/wallee_payment*.log

## Documentation

[Documentation](https://plugin-documentation.wallee.com/wallee-payment/shopware-6/4.0.4/docs/en/documentation.html)
[Documentation](https://plugin-documentation.wallee.com/wallee-payment/shopware-6/4.0.5/docs/en/documentation.html)

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"wallee/sdk": "3.0.1"
},
"type": "shopware-platform-plugin",
"version": "4.0.4"
"version": "4.0.5"
}
2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/shopware-6/releases/tag/4.0.4/">
<a href="https://github.com/wallee-payment/shopware-6/releases/tag/4.0.5/">
Source
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Util/Traits/WalleePaymentPluginTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ protected function deleteUserData(UninstallContext $uninstallContext): void
{
$connection = $this->container->get(Connection::class);
$query = 'ALTER TABLE `order` DROP COLUMN `wallee_lock`;';
$connection->executeQuery($query);
$connection->executeStatement($query);
}
}
}

0 comments on commit ed1a5b4

Please sign in to comment.