Skip to content

Latest commit

 

History

History
640 lines (333 loc) · 8.8 KB

CHANGELOG.md

File metadata and controls

640 lines (333 loc) · 8.8 KB

Version 28.0.0

Features

PHP 8.1 Compatibility

  • Update dependencies
  • Add PHP ">=8.1" support
  • Remove PHP 7.3 support

Version 27.0.3

Bugfixes

  • Fix code styles

Version 27.0.2

Bugfixes

  • Skip artefact generation for empty images

Version 27.0.1

Bugfixes

  • Start fix php8.2 deprecated warnings

Version 27.0.0

Bugfixes

  • None

Features

  • Refactoring deprecated classes. see https://github.com/techdivision/import-cli-simple/blob/master/UPGRADE-4.0.0.md
  • Remove stack trace of exception for missing media directories > log a simple debug message instead
  • PAC-96: Use new constands for FileUploadConfiguration
  • FIX: Clean up gallery images on multi store import
  • Prepare optimze performance cache
  • PAC-294: Integration strict mode
  • PAC-541: Update composer with php Version ">=^7.3"

Version 26.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 24.* version as dependency

Version 25.0.0

Bugfixes

  • None

Features

  • Add #PAC-72: Extend dedicated CLI command to delete existing videos (professional + enterprise edition)
  • Add #PAC-75: Extend dedicated CLI command to replace existing videos (professional + enterprise edition)

Version 24.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 23.* version as dependency
  • Add #PAC-102: Dedicated CLI command to import videos (professional + enterpries edition)

Version 23.0.0

Bugfixes

  • None

Features

  • Add #PAC-47
  • Switch to latest techdivision/import-product 22.* version as dependency

Version 22.0.0

Bugfixes

  • None

Features

  • Add #PAC-73
  • Switch to latest techdivision/import-product 21.* version as dependency

Version 21.0.0

Bugfixes

  • None

Features

  • Add dynamic attribute loader functionality for #PAC-34

Version 20.0.0

Bugfixes

  • None

Features

  • Configure insert and update statement bindings to be dynamic

Version 19.0.1

Bugfixes

  • None

Features

  • Add #PAC-34
  • Extract dev autoloading

Version 19.0.0

Bugfixes

  • None

Features

Version 18.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 18.* version as dependency

Version 17.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 17.* version as dependency

Version 16.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 16.* version as dependency

Version 15.0.0

Bugfixes

  • None

Features

  • Extract media subject functionality to a trait to allow usage in EE library also

Version 14.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 15.* version as dependency
  • Move library specific DI identifiers from techdivision/import-product to thhis library
  • Remove MediaSubject::mapSkuToEntityId() + MediaSubject::getStoreByStoreCode() methods because they have been moved to AbstractProductSubject

Version 13.0.0

Bugfixes

  • None

Features

  • Added #35
  • Switch to latest techdivision/import-product 13.* version as dependency

Version 12.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 12.* version as dependency

Version 11.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 11.0.* version as dependency

Version 10.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 10.0.* version as dependency

Version 9.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 9.0.* version as dependency

Version 8.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 8.0.* version as dependency
  • Make Actions and ActionInterfaces deprecated, replace DI configuration with GenericAction + GenericIdentifierAction

Version 7.0.0

Bugfixes

  • None

Features

Version 6.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 6.0.* version as dependency

Version 5.0.1

Bugfixes

  • Fixed issue that image labels from CSV file will not be used to update database

Features

  • None

Version 5.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import-product 5.0.* version as dependency

Version 4.0.0

Bugfixes

  • None

Features

  • Switch to latest techdivision/import 5.0.* version as dependency

Version 3.0.0

Bugfixes

  • None

Features

  • Compatibility for Magento 2.3.x

Version 2.0.0

Bugfixes

  • None

Features

  • Compatibility for Magento 2.2.x

Version 1.0.0

Bugfixes

  • None

Features

  • Move PHPUnit test from tests to tests/unit folder for integration test compatibility reasons

Version 1.0.0-beta14

Bugfixes

  • None

Features

  • Add missing interfaces for actions and repositories
  • Replace class type hints for ProductMediaProcessor with interfaces

Version 1.0.0-beta13

Bugfixes

  • None

Features

  • Configure DI to pass event emitter to subjects constructor

Version 1.0.0-beta12

Bugfixes

  • None

Features

  • Refactored DI + switch to new SqlStatementRepositories instead of SqlStatements

Version 1.0.0-beta11

Bugfixes

  • None

Features

  • Switch log level from debug to warning when images are removed from media gallery
  • Append filename + linenumber for log message when a image will be remove from the media gallery

Version 1.0.0-beta10

Bugfixes

  • None

Features

  • Refactor check if the flag to clean-up the media gallery has been set

Version 1.0.0-beta9

Bugfixes

  • None

Features

  • Make functionality to clean-up media gallery when images has been removed configurable

Version 1.0.0-beta8

Bugfixes

  • None

Features

  • Add functionality to clean-up media gallery when images has been removed
  • Remove observer with file upload functionality (now in techdivision/import-product) library

Version 1.0.0-beta7

Bugfixes

  • None

Features

  • Make image types configurable

Version 1.0.0-beta6

Bugfixes

  • None

Features

  • Refactor filesystem handling

Version 1.0.0-beta5

Bugfixes

  • None

Features

  • Refactor to optimize DI integration

Version 1.0.0-beta4

Bugfixes

  • None

Features

  • Switch to new plugin + subject factory implementations

Version 1.0.0-beta3

Bugfixes

  • None

Features

  • Use Robo for Travis-CI build process
  • Refactoring for new ConnectionInterface + SqlStatementsInterface

Version 1.0.0-beta2

Bugfixes

  • None

Features

  • Dynamically load media image EAV attribute instead of using hardcoded ID

Version 1.0.0-beta1

Bugfixes

  • None

Features

  • Integrate Symfony DI functionality

Version 1.0.0-alpha16

Bugfixes

  • Remove FilesytemTrait use statement from MediaSubject to avoid PHP 5.6 PHPUnit error

Features

  • None

Version 1.0.0-alpha15

Bugfixes

  • Remove FilesytemTrait use statement from FileUploadTrait to avoid PHP 5.6 PHPUnit error

Features

  • None

Version 1.0.0-alpha14

Bugfixes

  • None

Features

  • Refactoring for DI integration

Version 1.0.0-alpha13

Bugfixes

  • None

Features

  • Optimise error messages

Version 1.0.0-alpha12

Bugfixes

  • None

Features

  • Switch to AbstractFileUploadObserver class to make component more generic

Version 1.0.0-alpha11

Bugfixes

  • Fixed invald access on not configured params

Features

  • None

Version 1.0.0-alpha10

Bugfixes

  • None

Features

  • Initialize media-directory and images-file-directory only if set to avoid unnecessary exceptions

Version 1.0.0-alpha9

Bugfixes

  • None

Features

  • Make file upload functionality configurable

Version 1.0.0-alpha8

Bugfixes

  • Fixed concatenation of image filenames to also support relative paths

Features

  • None

Version 1.0.0-alpha7

Bugfixes

  • None

Features

  • ConfigurationKeys now extends from techdivision/import ConfigurationKeys

Version 1.0.0-alpha6

Bugfixes

  • None

Features

  • Implement add/update operation

Version 1.0.0-alpha5

Bugfixes

  • None

Features

  • Switch to new create/delete naming convention

Version 1.0.0-alpha4

Bugfixes

  • None

Features

  • MediaSubject now extends AbstractProductSubject
  • Add Robo.li composer dependeny + task configuration
  • ProductMediaProcessorInterface now extends ProductProcessorInterface

Version 1.0.0-alpha3

Bugfixes

  • None

Features

  • Fixed typos + move FileUploadObserver to Observers directory

Version 1.0.0-alpha2

Bugfixes

  • None

Features

  • Refactoring to allow multiple prepared statements per CRUD processor instance

Version 1.0.0-alpha1

Bugfixes

  • None

Features

  • Refactoring + Documentation to prepare for Github release