From 5475dcc0d748900b688b12fe7b7bcc0ba86901d5 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Fri, 5 Jan 2024 13:40:23 +0100 Subject: [PATCH] chore: Prepare release --- Tests/Helper/CommandTestCaseTrait.php | 2 +- plugin.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 AG MIT 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;