Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

76 lines (48 loc) · 2.8 KB

changelog of the boxalino magento plugin

v2.13 new search integration (without going in database)

  • Change search integration to use directly Magento objects like already done for product list

v2.12 URL parsing bugfixes for facets

  • Switching to category IDs in the category facet to simplify logic.
  • Replacing custom URL parsing logic with standard PHP functionality.

v2.11 transaction indexing extension

  • Added a default cron job configuration for the boxalino full indexer to run at 2am.
  • Transactions are now synced incrementally by default, introduced a configuration option to force full transaction syncs.
  • Adding configuration to optionally export billing & shipping address properties in the transactions.
  • Add support for previously ignored guest transactions as customer profiles.
  • Will now detect Indexing misconfigurations (overlaps of data intelligence indexes and languages) and report them.

v2.10 refactoring and bugfixes

  • Moved plugin from local to community pool to support custom overrides.
  • Adding support for URL export in Magento EE.
  • Improving handling of missing/empty images in the autocompletion.
  • Refactoring and improving facet block.
  • Exclude catalog only items in the search.
  • Fixing regressions in the customer synchronization.
  • Correcting order total calculation in tracking.

v2.9 supporting configurable customer attributes

  • Added support to configure additional customer attributes in export.

v2.8 supporting more complex shop structures

  • Added support for structures where store views map to languages in different search indexes within one website.
  • Improved handling of empty deltas and permission problems when creating ZIPs.

v2.7 generic recommendation block and datetime properties

  • Added generic p13n recommendation block that can be added to any page.
  • Added support for datetime properties.
  • The special_price now is exported according to the special_from_date and special_to_date properties. These two properties are now exported by default.

v2.6 improving autocompletion

Making autocompletion more configurable and supporting more autocompletion features.

v2.5 improving filtering and facet support

Introducing new options to configure the filtering and facets in the magento backend.

v2.4 Magento EE support

Added support for the Magento Enterprise Edition.

v2.3 improving compatibility and other bugfixes

Fixing special cases in the indexer and improving compatibility, i.e. for magento 1.7.

v2.2 indexer refactoring

Refactored the data indexer to use significantly less memory.

v2.1 stability and feature release

Various bugfixes and re-added features from the previous plugin.

v2.0 first release of the new API based plugin

This new plugin uses the boxalino p13n thrift API instead of the CEM Frontend one.