Skip to content

Commit

Permalink
chore: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jan 5, 2024
1 parent f344a57 commit 5475dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Helper/CommandTestCaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ private function addCreatedExportFile(string $file): void

private function getFilePath(string $fileName): string
{
return sprintf('%s/%s', $this->getContainer()->getParameter('kernel.project_dir'), $fileName);
return sprintf('%s%s%s', $this->getContainer()->getParameter('kernel.project_dir'), \DIRECTORY_SEPARATOR, $fileName);
}
}
7 changes: 6 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<label lang="de">Shopware Import/Export</label>
<label lang="en">Shopware Import/Export</label>

<version>4.1.3</version>
<version>4.1.4</version>
<copyright>(c) by shopware AG</copyright>
<license>MIT</license>
<link>https://store.shopware.com</link>
Expand All @@ -15,6 +15,11 @@
<description lang="de">Das Importieren und Exportieren von Artikeln, Kunden oder Kategorien gehört zum Alltag vieler Shopbetreiber: Schnell lassen sich so Lagerbestände aktualisieren, Preise anpassen oder Erstimporte vornehmen.</description>
<description lang="en">Importing and exporting product and customer data, categories as well as product images is a standard task of any shop owner. Keeping that in mind, Shopware wants to make it as easy as possible for you to quickly edit inventory, prices or even perform a customized import.</description>

<changelog version="4.1.4">
<changes lang="de">Export-Ordner in Composer-Installation korrigiert;</changes>
<changes lang="en">Fix export directory in composer installations;</changes>
</changelog>

<changelog version="4.1.3">
<changes lang="de">PHP 8.2 Kompatibilität verbessert;</changes>
<changes lang="en">Improve PHP 8.2 compatibility;</changes>
Expand Down

0 comments on commit 5475dcc

Please sign in to comment.