- Update dependencies
- Add PHP ">=8.1" support
- Remove PHP 7.3 support
- Add a generic method
getCategoryByValue
to load categories based on different values with serialized return.
- None
- Update readme file
- Start fix php8.2 deprecated warnings
- Url DB exception handle over strict-mode and ignore DB exceptions
- none
- Fixed #PAC-325: Rewrites for the store views are updated unintentionally
- Fixed #PAC-492: Case sensitiv url request path
- Refactoring deprecated classes. see https://github.com/techdivision/import-cli-simple/blob/master/UPGRADE-4.0.0.md
- Add #PAC-273: Update product 301 URL redirects to forward to active URL rewrite
- Prepare optimze performance cache
- PAC-294: Integration strict mode
- PAC-541: Update composer with php Version ">=^7.3"
- None
- Add #PAC-252: Only generate category product rewrites if enabled in backend
- None
- Switch to latest techdivision/import-product 24.* version as dependency
- None
- Switch to latest techdivision/import-product 23.* version as dependency
- Fixed techdivision/import#185
- None
- Fixed techdivision/import#178
- None
- 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
- None
- Extract dev autoloading
- Add command to import URL rewrites
- None
- Remove duplicated SQLs and SQL statement keys
- Fixed PHPUnit testsuite
- None
- Fixed invalid product URL rewrite metadata that results in dead product URL rewrites
- None
- None
- Remove deprecated classes and methods
- Add techdivision/import-cli-simple#216
- Switch to latest techdivision/import-product 18.* version as dependency
- None
- Switch to latest techdivision/import-product 18.* version as dependency
- None
- Switch to latest techdivision/import-product 17.* version as dependency
- None
- Switch to latest techdivision/import-product 16.* version as dependency
- None
- 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
- None
- None
- Switch to 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
- Replace serialize/unserialie with json_encode/json_decode methods
- None
- 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 ProductUrlRewriteProcessor with interfaces
- None
- Configure DI to pass event emitter to subjects constructor
- None
- Refactored DI + switch to new SqlStatementRepositories instead of SqlStatements
- Update category path handling in order to use store view specific slugs
- None
- Fixed invalid metadata und catalog_url_rewrite_product_category relation for URL root category URL rewrites
- None
- Add validation for url rewrite update to prevent that url rewrites are persisted, where target_path and request_path are equal.
- None
- Fixes bug, where url rewrite update is processed with an exception. This happens, when no rows with an active store_view exist for a given sku.
- None
- None
- Switch error level when removing old URL rewrites from notice to warning
- Move configuration keys for clean-up URL rewrites to techdivision/import library
- Fixed invalid metadata initialization when old category can not be loaded
- None
- Fixed invalid handling when URL rewrites have been deleted (e. g. because category product relation has been removed) and re-created
- Add configurable functionality to remove old URL rewrites that not longer exists
- None
- Ignore relations with invalid categories in debug mode
- None
- Move complete product URL rewrite functionality to this library
- None
- Initial release after moving files from techdivision/import-product library