Skip to content

Releases: FriendsOfSylius/SyliusImportExportPlugin

0.19.0: Update bundle for Sylius 1.9 / Symfony 4.4+||5.2+ (#251)

14 Apr 13:38
c61b08b
Compare
Choose a tag to compare

NDDR :

  • Add support of Sylius 1.9 and Symfony 4.4+ || 5.2+
  • Drop support of Sylius < 1.8 and PHP 7.2

Detail :

  • Update README.md for Symfony 4+ (#239)
  • Stopwatch bump ver (#250)
  • Update bundle for Sylius 1.9 / Symfony 4.4+||5.2+ (#251)
  • fixed the plugin for use in sylius 1.9 - Hotfix (#252)
  • Object manager typing (#254)

Release 0.18.0

06 Apr 17:06
945a241
Compare
Choose a tag to compare
Release 0.18.0 Pre-release
Pre-release
  • 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)

26 Jul 13:34
Compare
Choose a tag to compare
Pre-release
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

08 May 14:45
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-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

18 Feb 16:25
d33adda
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-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

23 Oct 19:13
76aa551
Compare
Choose a tag to compare
  • Make order export more efficient when using ORM #148 (this pattern could be used in other exporters)
  • Fix install with batch_size : 0 #150
  • Fix install without sylius.message_queue #149
  • Fix phpstan issues #158

symfony 4.1 support

10 Sep 08:49
5b6c0e6
Compare
Choose a tag to compare
symfony 4.1 support Pre-release
Pre-release
  • Support for Symfony 4.1 #145
  • Added dutch translations #146
  • Do not use internal storage for export links #147

make it possible to support any message queue and lots of other feature and tweaks

15 Aug 12:04
96b9a1f
Compare
Choose a tag to compare
  • 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

18 Jul 19:58
01c5802
Compare
Choose a tag to compare
Pre-release
  • adding initial message queue support, for now only Redis support see
    #120
  • clean up exit code handling
    #126

added order export, support for json and various bug fixes

25 Jun 16:11
5e2ae17
Compare
Choose a tag to compare
  • 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!!!