Skip to content

Commit

Permalink
PT-6461 - prepare plugin.json for store update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 5, 2016
1 parent a3a4c72 commit 2fa4131
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,4 @@ public function setArticleVariantData($record, $mapping)

return $record;
}

}
2 changes: 1 addition & 1 deletion Components/SwagImportExport/DataType/ArticleDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ArticleDataType
/**
* @var array
*/
public static $defaultFieldsValues = array (
public static $defaultFieldsValues = array(
'string' => array(
'description',
'descriptionLong',
Expand Down
4 changes: 2 additions & 2 deletions Components/SwagImportExport/DataType/ArticlePriceDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class ArticlePriceDataType
/**
* @var array
*/
public static $defaultFieldsValues = array (
public static $defaultFieldsValues = array(
'float' => array(
'percent'
)
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public function parseHeader(array $data);
* @param array $data
*/
public function parseFooter(array $data);
}
}
4 changes: 3 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;",
Expand All @@ -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;",
Expand Down

0 comments on commit 2fa4131

Please sign in to comment.