Skip to content

3.16.1

Latest

Choose a tag to compare

@damcou damcou released this 02 Oct 11:32
681b263

Updates

  • Add checks on configuration migration processed on data patch
  • EventProcessor now calculates decimal precision on currency based on Magento\Framework\Locale\FormatInterface
  • Local InstantSearch widgets can now override facet sorting behavior in merchandising rules
  • Updated various unit/integration tests

Bug fixes

  • Fixed Indexing Queue display in backend templates.
  • Fixed Indexing Queue merging mechanism, it should now have way better performances with delta indexing (updates) jobs.
  • Fixed implicit nullable types for PHP 8.4
  • Ensure that only non-redirect URL rewrites are considered when generating product URLs - thank you @fasimana
  • Apply rounding to insight events revenue values to avoid floating point precision errors - thank you @PromInc
  • Fix issue where double conversion occurred during price indexing in case of multi currency stores - thank you @natedawg92
  • Fix issue where non-clickable links where rendered on InstantSearch - thank you @PromInc
  • Fixed issue where replica setting forwarding can abort if async operation fails to complete in time
  • Fixed some Codacy issues