Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 565 Bytes

File metadata and controls

13 lines (9 loc) · 565 Bytes

Upgrade Notes

Version 2.0.0

[Pimcore]

  • Updated to composer to Pimcore 12 due to a BC-Break for getById() only accepting int as parameter for id.

[Elasticsearch]

  • Removed ElasticSearchConfigInterface, use SearchConfigInterface instead.
  • Removed EsSyncCommand it is now IndexSyncCommand. Use the ecommerce:indexservice:search-index-sync command instead.
  • Introduced IndexRefreshInterface for refresh command.
  • Moved ElasticSearch Filter Types to SearchIndex namespace. Make sure to update your filter namespaces in your yaml configuration.