Skip to content

Releases: findologic/plentymarkets-rest-exporter

1.4.0

20 Jan 14:00
1e5741d
Compare
Choose a tag to compare

Changes

  • [PLENTY-417] - Refactor new exporter to use typed variables and extract PlentyShop config into own class
  • [PLENTY-457] - Use Account as data source for import configurations
  • [PLENTY-461] - Export product dimensions as attributes

Bug Fixes

  • [PLENTY-463] - Fix warning about array to string conversion

1.3.0

24 Oct 08:28
1c4f361
Compare
Choose a tag to compare

Changes

1.2.1

29 Sep 13:50
8be7431
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-456] Fixed a bug that caused the import to fail for free text fields reaching the character limit

1.2.0

18 Mar 10:05
5278011
Compare
Choose a tag to compare

Changes

  • [PLENTY-405] Improved export time, by no longer accessing the file system cache, each time a property needs to be fetched (#65).
  • [PLENTY-425] When configured, the external manufacturer is being used instead of the internal manufacturer name (#66).

Bug fixes

  • [PLENTY-431] Fixed a bug that caused the variation_id to not contain the cheapest variant (#67).

1.1.1

24 Jan 08:17
e8ec57b
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-419] Fixed a bug that caused the export to fail, when the cheapest variation did not have any images assigned (#64).

1.1.0

20 Jan 08:18
3a014d9
Compare
Choose a tag to compare

Changes

  • [PLENTY-404] Product image and URL is now based on the cheapest variation (#58).

Bug fixes

  • [PLENTY-407] Fixed a bug that caused characteristic values to not be properly translated to the language of the store (#55).
  • [PLENTY-416] Fixed a bug that caused the export of wrong URLs, if the setting "Show 'Please Select' option" had been enabled in the PlentyShop settings (#57).
  • [PLENTY-410] In case the setting display_item_name is not set in the PlentyShop configuration, the exporter will now fallback to a default value (#56).

1.0.0

09 Dec 14:52
89421ee
Compare
Choose a tag to compare

This is the first official stable release 🎉

Bug fixes

  • [PLENTY-400] Fixed a bug that caused wrong images to be exported, when variations had been grouped based on groupable attributes (#53).
  • [PLENTY-401] Fixed a bug that caused the export to fail, when variations with grouped attributes had no images assigned (#54).

0.8.0

26 Nov 13:53
c367ba4
Compare
Choose a tag to compare

Changes

  • [PLENTY-396] Separated variations are now separated based on their groupable attribute. Before this change all variations have been exported as separate variation, if only a single attribute was groupable (#52).

0.7.1

24 Nov 13:40
66bd5b6
Compare
Choose a tag to compare

Changes

  • [PLENTY-395] In case of an error, the internal error message now also includes the class of the error and the stacktrace. This will allow faster bug fixing in the future (#51).

Bug fixes

  • [PLENTY-386] Fixed some minor bugs in relation to export logic (#48).
    • In case the export URL contains a path, it is ignored when requesting the REST API.
    • The log line that shows which products have been skipped due to the "findologic-exclude" tag, is now only logged when there actually are products that have been skipped.
    • Properties having no translated name are now skipped.
  • [PLENTY-393] Fixed a bug that caused an error, if a parent category wasn't visible for the exporting client (#49).
  • [PLENTY-394] Fixed a bug that caused the export to fail, if a variation had no vat id set (#50).

0.7.0

28 Oct 12:05
e61cd18
Compare
Choose a tag to compare

Features

  • [PLENTY-338] It is now possible to set an EXPORT_REFERRER_ID, which will if provided, only export properties that have the visibility for this referrer set (#43).
  • [PLENTY-367] Added a configuration option EXPORT_FREE_TEXT_FIELDS, which allows to exclude the export of the free-text fields as attributes (#47).

Bug fixes

  • [PLENTY-384] Fixed a bug that caused the product URL not to include the subdomain of the webstore (#45).
  • [PLENTY-382] Fixed a bug that would cause the same ids, if variants have been configured to be exported separately (#46).