diff --git a/Components/SwagImportExport/DataManagers/Articles/ArticleDataManager.php b/Components/SwagImportExport/DataManagers/Articles/ArticleDataManager.php index 62eb2bff..7f9966f2 100644 --- a/Components/SwagImportExport/DataManagers/Articles/ArticleDataManager.php +++ b/Components/SwagImportExport/DataManagers/Articles/ArticleDataManager.php @@ -402,5 +402,4 @@ public function setArticleVariantData($record, $mapping) return $record; } - } diff --git a/Components/SwagImportExport/DataType/ArticleDataType.php b/Components/SwagImportExport/DataType/ArticleDataType.php index 35619e1d..0917d0dc 100644 --- a/Components/SwagImportExport/DataType/ArticleDataType.php +++ b/Components/SwagImportExport/DataType/ArticleDataType.php @@ -112,7 +112,7 @@ class ArticleDataType /** * @var array */ - public static $defaultFieldsValues = array ( + public static $defaultFieldsValues = array( 'string' => array( 'description', 'descriptionLong', diff --git a/Components/SwagImportExport/DataType/ArticlePriceDataType.php b/Components/SwagImportExport/DataType/ArticlePriceDataType.php index 5cf92a5f..453a5345 100644 --- a/Components/SwagImportExport/DataType/ArticlePriceDataType.php +++ b/Components/SwagImportExport/DataType/ArticlePriceDataType.php @@ -13,9 +13,9 @@ class ArticlePriceDataType /** * @var array */ - public static $defaultFieldsValues = array ( + public static $defaultFieldsValues = array( 'float' => array( 'percent' ) ); -} \ No newline at end of file +} diff --git a/Components/SwagImportExport/Transformers/ComposerInterface.php b/Components/SwagImportExport/Transformers/ComposerInterface.php index ff73237d..14f9143f 100644 --- a/Components/SwagImportExport/Transformers/ComposerInterface.php +++ b/Components/SwagImportExport/Transformers/ComposerInterface.php @@ -39,4 +39,4 @@ public function parseHeader(array $data); * @param array $data */ public function parseFooter(array $data); -} \ No newline at end of file +} diff --git a/plugin.json b/plugin.json index a3b1a846..2ac8346b 100644 --- a/plugin.json +++ b/plugin.json @@ -8,10 +8,11 @@ "link": "http://store.shopware.com", "author": "Shopware AG", - "currentVersion": "1.2.1", + "currentVersion": "1.2.2", "changelog": { "de": { + "1.2.2": "PT-4457 - Bugfix: SecureUninstall Implementierung; PT-4564 - Bugfix: Konfiguratorset zum Artikel hinzugefügt; PT-5218 - Bugfix: PHPUnit Tests; PT-5741 - Bugfix: Unnötige CDN Integration entfernt; PT-5754 - Feature: Konfiguration für Dezimal-Trennzeichen; PT-5810 - Bugfix: Einkaufspreis; PT-6100 - Bugfix: Pflichtfeldprüfung für Übersetzungen; PT-6365 - Feature: Kategoriefilter für das Export Kommando; PT-6371 - Bugfix: Refaktorierung Logger; PT-6392 - Bugfix: Paginierung im Profil-Dropdown;", "1.2.1": "PT-6190 - Bugfix: Import über Cron;", "1.2.0": "PT-5674 - Feature: Shopware 5.2 Kompatibilität;", "1.1.8": "PT-5547 - Bugfix: Download XML Exporte;", @@ -29,6 +30,7 @@ "1.0.1": "Problem mit verschwindendem Import/Export Menü-Eintrag behoben; Weitere ACL-Zugangsberechtigungen hinzugefügt; Korrektur: article.active Verhalten; Korrektur: Artikel-Attribute; Korrektur: Datums- und Zeitimporte" }, "en": { + "1.2.2": "PT-4457 - Bugfix: Implement SecureUninstall; PT-4564 - Bugfix: Add configurator set to article; PT-5218 - Bugfix: PHPUnit tests; PT-5741 - Bugfix: Remove unnecessary CDN Integration; PT-5754 - Feature: Configuration for decimal delimiter; PT-5810 - Bugfix: Purchase price; PT-6100 - Bugfix: Check for required fields for translations; PT-6365 - Feature: Category filter for export command; PT-6371 - Bugfix: Refactoring logger; PT-6392 - Bugfix: Pagination of profile dropdown;", "1.2.1": "PT-6190 - Bugfix: Import via cron;", "1.2.0": "PT-5674 - Feature: Shopware 5.2 compatibility;", "1.1.8": "PT-5547 - Bugfix: Download XML exports;",