Releases: FriendsOfSylius/SyliusImportExportPlugin
Releases · FriendsOfSylius/SyliusImportExportPlugin
0.19.0: Update bundle for Sylius 1.9 / Symfony 4.4+||5.2+ (#251)
NDDR :
- Add support of Sylius 1.9 and Symfony 4.4+ || 5.2+
- Drop support of Sylius < 1.8 and PHP 7.2
Detail :
Release 0.18.0
- Remove duplicated line from Product Processor #199
- Create LICENSE file #202
- add templates to github issue and pull request #204
- travis - add Sylius 1.6 #203
- improve ui #205
- auto detect file format #207
- update queue-interop #213
- fix ChannelInterface and ChannelPricingInterface types #219
- Check if json content is valid #215
- Custom ressource #221
- Add content type to header #223
- Modifying the OrderResourcePlugin to display correct data #222
- Add TaxonomyProcessor #152
- Remove scrutinizer to readme #226
- Add french translations #230
- Remove --dev from composer install suggestion #61
Import/export for products (CSV)
Feature/import export product in csv (#196) * add import/export of products * use context in behat * fix returns type * enable products import/export behat tests use (new) comma separator add cli behat tests update README.md fix return type and typo fix exportKeysAvailable clean not need store data importer add transformer improve product import/export update for new controller style allow to remove product attribute value update for sylius 1.4 * add images channels locals add images channels locals * upgrade feature for tests imports fix phpstan version * set length to product datas * add variant price * upgrade to clean code * update channel price * fix export images * fix export images * fix export images * fix export price * use ImportResultLoggerInterface * fix ImporterResultInterface
maintenance release
- set controller as service #173
- code cleanup (PHP7.1, PHPStan, ECS) #190
- call flush when JsonResourceImporter finishes its job #182
- use field names instead of column names #180
- fix batching logic for processors #187
- prevent exception when no exporter name supplied #175
- add CODEOWNERS #189
- remove identifiers in tests #177
- dd exporter for tax categories #161
Maintenance release
- Switch to using portphp/spreadsheet as portphp/excel is deprecated
- Add friends-of-behat/page-object-extension to dev dependencies (#168)
To upgrade:
composer remove portphp/excel
composer require portphp/spreadsheet
Make order export more efficient when using ORM
symfony 4.1 support
make it possible to support any message queue and lots of other feature and tweaks
Pre-release
- make import more dynamic #132
- add customer export #129
- add customer JSON import #131
- remove unnecessary return #139
- remove date check on import #140
- added phpstan-symfony & phpstan-webmozart-assert #141
- add a timeout function to the import-from-message-queue command #138
- add the functionality to configure any message queue #142
initial message queue support
added order export, support for json and various bug fixes
- Added composer.lock to fix scrutinizer #114
- Fixed CLI Excel export creating files with zero bytes #110
- Added JSON import/export functionality #109
- Added the export for orders #107 / #108 / #113
- Fixed ids of export when using the UI #106
- Renamed a behat function as the name was misguiding #105
- Fixed CLI export #102
Special thanks to https://github.com/enesaktay who contributed all improvements in this release!!!