Releases: findologic/plentymarkets-rest-exporter
Releases · findologic/plentymarkets-rest-exporter
1.4.0
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
Changes
- FINDO-8834 Update importer to use PHP 8.1
1.2.1
Bug fixes
- [PLENTY-456] Fixed a bug that caused the import to fail for free text fields reaching the character limit
1.2.0
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
1.1.0
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
This is the first official stable release 🎉
Bug fixes
0.8.0
0.7.1
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
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).