Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
iljamobilemojo committed Feb 20, 2023
2 parents 5899770 + 2cd4fc4 commit e58dcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "endereco/endereco-shopware6-client",
"description": "Checks customers' addresses in real time. In case of errors, the customer is prompted to correct his address before sending via warning windows and error messages.",
"version": "1.2.0",
"version": "1.3.0",
"type": "shopware-platform-plugin",
"license": "AGPL-3.0-or-later",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions src/Installer/PluginLifecycle.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Endereco\Shopware6Client\Installer;

use Doctrine\DBAL\Connection;
use RuntimeException;
use Shopware\Core\Framework\Plugin\Context\InstallContext;
use Shopware\Core\Framework\Plugin\Context\UninstallContext;
use Shopware\Core\Framework\Plugin\Context\UpdateContext;
Expand Down

0 comments on commit e58dcc1

Please sign in to comment.