Releases: EffectConnect/MarketplacesPluginSW6
1.9.0
Version 1.9.0 - 2025-06-30
- Added Shopware 6.7 support.
- Dropped Shopware 6.6 support.
- Updated README.
Version 1.8.5 - 2025-05-14
- Updated the README contents.
- Prevent duplicate product updates by ensuring they are not queued in the offer export queue if already present.
- Prevent irrelevant product update events from queuing items for the short-term offer exports.
- The event based offer export now exports all queued items every 5 minuten instead of every minute.
Version 1.8.4 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.8.3 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.8.2 - 2024-08-13
- PHP 8.3 compatibility improvements.
- Added Shopware 6.6 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Fixed bug with schedule catalog export task.
- Removed unused code.
- Added minor improvements.
Version 1.8.1 - 2024-06-13
- Removed 0 check on stock and price in offer export.
Version 1.8.0 - 2024-04-11
- Added Shopware 6.6 support
- Dropped Shopware 6.5 support.
- Added PHP 8.3 support.
- Updated README.
Version 1.7.6 - 2025-05-14
- Updated the README contents.
- Prevent duplicate product updates by ensuring they are not queued in the offer export queue if already present.
- Prevent irrelevant product update events from queuing items for the short-term offer exports.
- The event based offer export now exports all queued items every 5 minuten instead of every minute.
Version 1.7.5 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.8.5
Version 1.8.5 - 2025-05-14
- Updated the README contents.
- Prevent duplicate product updates by ensuring they are not queued in the offer export queue if already present.
- Prevent irrelevant product update events from queuing items for the short-term offer exports.
- The event based offer export now exports all queued items every 5 minuten instead of every minute.
Version 1.8.4 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.8.3 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.8.2 - 2024-08-13
- PHP 8.3 compatibility improvements.
- Added Shopware 6.6 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Fixed bug with schedule catalog export task.
- Removed unused code.
- Added minor improvements.
Version 1.8.1 - 2024-06-13
- Removed 0 check on stock and price in offer export.
Version 1.8.0 - 2024-04-11
- Added Shopware 6.6 support
- Dropped Shopware 6.5 support.
- Added PHP 8.3 support.
- Updated README.
Version 1.7.6 - 2025-05-14
- Updated the README contents.
- Prevent duplicate product updates by ensuring they are not queued in the offer export queue if already present.
- Prevent irrelevant product update events from queuing items for the short-term offer exports.
- The event based offer export now exports all queued items every 5 minuten instead of every minute.
Version 1.7.5 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.7.6
Version 1.7.6 - 2025-05-14
- Updated the README contents.
- Prevent duplicate product updates by ensuring they are not queued in the offer export queue if already present.
- Prevent irrelevant product update events from queuing items for the short-term offer exports.
- The event based offer export now exports all queued items every 5 minuten instead of every minute.
Version 1.7.5 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.8.4
Version 1.8.4 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.8.3 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.8.2 - 2024-08-13
- PHP 8.3 compatibility improvements.
- Added Shopware 6.6 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Fixed bug with schedule catalog export task.
- Removed unused code.
- Added minor improvements.
Version 1.8.1 - 2024-06-13
- Removed 0 check on stock and price in offer export.
Version 1.8.0 - 2024-04-11
- Added Shopware 6.6 support
- Dropped Shopware 6.5 support.
- Added PHP 8.3 support.
- Updated README.
Version 1.7.5 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.7.5
Version 1.7.5 - 2025-04-11
- Improved the method for capturing order shipment actions to prevent multiple shipment exports for a single shipment.
- Implemented functionality to skip cancelled orderlines.
- Added verification for product matches and validation of product identifiers when importing orders.
- Enhanced the logic for order import tax calculations.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.8.3
Version 1.8.3 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.8.2 - 2024-08-13
- PHP 8.3 compatibility improvements.
- Added Shopware 6.6 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Fixed bug with schedule catalog export task.
- Removed unused code.
- Added minor improvements.
Version 1.8.1 - 2024-06-13
- Removed 0 check on stock and price in offer export.
Version 1.8.0 - 2024-04-11
- Added Shopware 6.6 support
- Dropped Shopware 6.5 support.
- Added PHP 8.3 support.
- Updated README.
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.7.4
Version 1.7.4 - 2025-03-14
- Prevent API payload errors caused by attribute values containing only spaces.
- Prevent shipment batch processing issues caused by outdated orders.
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.7.3
Version 1.7.3 - 2024-08-09
- Fixed bug with schedule catalog export task
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.7.2
This version of the plug-in is only compatible with Shopware 6.5. For Shopware 6.4 use releases prior to 1.7.0 and for Shopware 6.6 use releases from 1.8.0 and up.
Version 1.7.2 - 2024-07-24
- PHP 8.3 compatibility improvements.
- Added Shopware 6.5 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Removed unused code.
- Added minor improvements.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.
1.8.2
Version 1.8.2 - 2024-08-13
- PHP 8.3 compatibility improvements.
- Added Shopware 6.6 compatibility improvements.
- Improved support for the monolog/monolog package.
- Fixed a failure obtaining sales channel related information like languages and/or domains.
- Removed 0 check on stock and price in offer export to prevent stock and price values of 0 not being exported.
- Fixed an issue which caused an issue while creating the first connection.
- Fixed several minor bugs.
- Fixed bug with schedule catalog export task
- Removed unused code.
- Added minor improvements.
Version 1.8.1 - 2024-06-13
- Removed 0 check on stock and price in offer export
Version 1.8.0 - 2024-04-11
- Added Shopware 6.6 support
- Dropped Shopware 6.5 support.
- Added PHP 8.3 support.
- Updated README.
Version 1.7.1 - 2024-04-11
- PHP 8.2 compatibility improvements.
Version 1.7.0 - 2024-01-24
- Added Shopware 6.5 support.
- Dropped Shopware 6.4, 6.3 and 6.2 support.
- Added PHP 8 support.
- Composer2 is now default.
- Updated README.
Version 1.6.0 - 2023-10-13
- Fixed several minor bugs.
- Added support for custom fields.
- Added space between house-number and house-number extension.
- Updated README.
Version 1.5.0 - 2023-03-17
- Optimized the logic for obtaining the connection settings.
- Optimized the migration logic for 1.4.0 and lower to 1.5.0 and higher.
- Fixed several minor bugs.
Version 1.4.0 - 2022-10-26
- Offer changes and shipments are now queued and exported in batches periodically.
- The plugin configuration has been moved to the EffectConnect -> Connections menu item.
- The new EffectConnect -> Logs page provides an interface for downloading log files.
- Added support for creating customers when importing orders (can be enabled in the connection settings).
- Added support for importing externally fulfilled orders (can be enabled in the connection settings).
Version 1.3.4 - 2022-08-19
- Fixed a bug which could cause the content export to fail.
Version 1.3.3 - 2022-02-08
- Fixed a bug which caused the offers export to fail.
Version 1.3.2 - 2022-02-24
- Use the default Shopware method to obtain product URLs.
Version 1.3.1 - 2022-01-25
- Add missing item_rounding and total_rounding data when creating orders.
Version 1.3.0 - 2022-01-23
- Minor code improvements.
- Add PHP 8.0 support.
- Improve the README contents.
- Add property inheritance for translatable properties.
Version 1.2.1 - 2021-08-11
- Improve the README contents.
Version 1.2.0 - 2021-06-29
- Add compatibility for Shopware 6.4.
Version 1.1.10 - 2021-06-15
- Add the channel order number as an order tag.
- Add custom fields for orders.
- Replace the EffectConnect logo with the new EffectConnect logo.
Version 1.1.9 - 2021-05-18
- Add salutations used for mapping purposes.
- Fix for creating a salutation.
Version 1.1.8 - 2021-05-12
- Limit number of images (max. 10).
Version 1.1.7 - 2021-05-10
- Extra long time-out when obtaining orders.
Version 1.1.6 - 2021-05-06
- Prevent more then 2 decimals for prices in the catalog and offer export.
Version 1.1.5 - 2021-05-05
- Fix missing translation issue.
Version 1.1.4 - 2021-04-12
- Add UpdatedAt value to the order transactions.
Version 1.1.3 - 2021-04-02
- Add price (net/gross) and list price (net/gross) as attribute.
Version 1.1.2 - 2021-04-01
- Use translated name for delivery time when default name is not available.
- Use translated name for brand when default name is not available.
- Add manufacturer as attribute.
- Add manufacturer number as attribute.
Version 1.1.1 - 2021-03-18
- Add female salutation.
- Add orderline fees to the imported order.
- Force UTF-8 encoding.
Version 1.1.0 - 2020-12-23
- Improve the way languages and translations are obtained.
- Added clean export data functionality (including command).
Version 1.0.5 - 2020-12-17
- Fix exporting stock below zero for product options.
Version 1.0.4 - 2020-12-10
- Check if the log is writable.
- Fix wrong use of SDK while adding multiple status filters.
- Prevent importing the same order multiple times.
Version 1.0.3 - 2020-11-24
- Prevent exporting stock when the stock is below 0.
- Fix empty translatable values.
- Fix empty child categories.
- Fix for inheriting configuration settings from a higher level.
- Add support for fallback languages.
Version 1.0.2 - 2020-11-18
- Fix issue when products don't have a category.
Version 1.0.1 - 2020-11-05
- Fix issue while exporting product categories.
Version 1.0.0 - 2020-11-05
- Initial version.