diff --git a/Tests/Helper/CommandTestCaseTrait.php b/Tests/Helper/CommandTestCaseTrait.php
index c5e6d753..31936f15 100644
--- a/Tests/Helper/CommandTestCaseTrait.php
+++ b/Tests/Helper/CommandTestCaseTrait.php
@@ -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);
}
}
diff --git a/plugin.xml b/plugin.xml
index 8e2655f0..17763b43 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -5,7 +5,7 @@
- 4.1.3
+ 4.1.4(c) by shopware AGMIT
https://store.shopware.com
@@ -15,6 +15,11 @@
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.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.
+
+ Export-Ordner in Composer-Installation korrigiert;
+ Fix export directory in composer installations;
+
+
PHP 8.2 Kompatibilität verbessert;Improve PHP 8.2 compatibility;