- Fixing clean-up links if the data in the file is missing, the value is not set to __EMPTY__VALUE__ and the clean-up links configuration is disabled
- fix php warnings
- Update dependencies
- Add PHP ">=8.1" support
- Remove PHP 7.3 support
- fix php warnings
- Start fix php8.2 deprecated warnings
- Fix dynamic table name for tables with table prefix
- none
- Run Cleanup also on changes
- None
- None
- PAC-541: Update composer with php Version ">=^7.3"
- None
- Refactoring deprecated classes. see https://github.com/techdivision/import-cli-simple/blob/master/UPGRADE-4.0.0.md
- PAC-294: Integration strict mode
- PAC-541: Update composer with php Version ">=^7.3"
- None
- Switch to latest techdivision/import-product 24.* version as dependency
- None
- Switch to latest techdivision/import-product 23.* version as dependency
- None
- Switch to latest techdivision/import-product 22.* version as dependency
- None
- Switch to latest techdivision/import-product 21.* version as dependency
- None
- Switch to latest techdivision/import-product 20.* version as dependency
- Add missing observer to pre-load entity ID for replace operation in delta update mode
- None
- None
- Extract dev autoloading
- Fix associated_skus without qty
- Allow import of product relations in debug mode whether or not the related simple product exists
- None
- Remove deprecated classes and methods
- Add techdivision/import-cli-simple#216
- Switch to latest techdivision/import-product 19.* version as dependency
- None
- Switch to latest techdivision/import-product 18.* version as dependency
- Fixed invalid doc blocks
- None
- None
- Switch to latest techdivision/import-product 17.* version as dependency
- None
- Switch to latest techdivision/import-product 16.* version as dependency
- None
- Move LinkSubject::mapSkuToEntityId() method to AbstractProductSubject
- Switch to latest techdivision/import-product 15.* version as dependency
- None
- Switch to latest techdivision/import-product 13.* version as dependency
- None
- Switch to latest techdivision/import-product 12.* version as dependency
- None
- Switch to latest techdivision/import-product 11.0.* version as dependency
- None
- Switch to latest techdivision/import-product 10.0.* version as dependency
- None
- Switch to latest techdivision/import-product 9.0.* version as dependency
- None
- Switch to latest techdivision/import-product 8.0.* version as dependency
- Make Actions and ActionInterfaces deprecated, replace DI configuration with GenericAction + GenericIdentifierAction
- Fixed invalid replace mode for product links and grouped products
- None
- None
- None
- Switch to latest techdivision/import-product 6.0.* version as dependency
- None
- Switch to latest techdivision/import-product 5.0.* version as dependency
- None
- Switch to latest techdivision/import 5.0.* version as dependency
- None
- Compatibility for Magento 2.3.x
- None
- Compatibility for Magento 2.2.x
- None
- Move PHPUnit test from tests to tests/unit folder for integration test compatibility reasons
- None
- Add missing interfaces for actions and repositories
- Replace class type hints for ProductLinkProcessor with interfaces
- None
- Configure DI to pass event emitter to subjects constructor
- None
- Refactored DI + switch to new SqlStatementRepositories instead of SqlStatements
- None
- Fixed typos and remove unnecessary use statements
- None
- Refactor to optimize DI integration
- None
- Switch to new plugin + subject factory implementations
- None
- Use Robo for Travis-CI build process
- Refactoring for new ConnectionInterface + SqlStatementsInterface
- None
- Update configuration examples in README.md file
- None
- Integrate Symfony DI functionality
- None
- Refactoring for DI integration
- Fixed invalid PHPCS check in RoboFile.php
- Remove unnecessary use statement in LinkSubject
- None
- None
- Optimise error messages
- None
- Make product link creation more generic to map link types to CSV file columns
- None
- Ignore missing SKUs in product relations in debug mode
- Add CSV filename/line number to exceptions to improve error handling/debugging
- None
- Refactor + generalize observers
- Fixed invalid SKU mapping for linked product ID
- None
- None
- Implement add/update operation
- None
- Switch to new create/delete naming convention
- None
- LinkSubject now extends AbstractProductSubject
- Add Robo.li composer dependeny + task configuration
- ProductLinkProcessorInterface now extends ProductProcessorInterface
- None
- Refactoring to allow multiple prepared statements per CRUD processor instance
- None
- Refactoring + Documentation to prepare for Github release