Skip to content

Releases: algolia/algoliasearch-magento-2

3.3.0

02 May 17:37
478c552
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes

Full Changelog: 3.2.0...3.3.0

3.2.0

21 Oct 13:18
0757549
Compare
Choose a tag to compare

UPDATES

  • Removing Proxy features (#1143)
  • Update module sequence and indexers (#1132)
  • Add additional attributes for customer groups (#1144)
  • Add priceRanges back to uistate (#1151)
  • Set visibility of getTaxPrice() to public in ProductWithoutChildren (#1159) (@JeroenVanLeusden)
  • Improve check: and try to handle URL by URL rewrites if request path is NULL. (#1149) (@vmalyk)
  • Unfilter getCoreCategories() from private getCategoryById() (#1154)
  • Add ability to change region for Analytics call (#1131) (@bchatard)

FIXES

  • Add missing indexName for autocomplete sections (#1133)
  • Add check if color object is defined for adaptive images (#1135)
  • Add small change on category indexing for Enterprise Edition (#1136)
  • Refactor loops and fix analytics overview issues (#1137)
  • Fix missing 'out of' translation on search results page (#1139) (@NickdeK)
  • Restore query value in custom instant search box (#1142) (@vmalyk)
  • Fix instantsearch rangeInput labels (#1148)
  • Recalculate special price if zero default pricing (#1160)
  • Add missing label for queue method rebuildCategoryIndex (#1152) (@tezlopchan)
  • Fix max original price for product with children (#1155) (@valeriish)
  • Store scope category merchandising based on store_id param (#1156)
  • Fix Subproduct Image Data (#1157)
  • Add try/catch to add to cart push events (#1158)
  • Fix for BE side renderting and caching 2 types of content (#1161) (@sudma)
  • Fix: categories not included filtering on product listing (#1163)
  • Fix: removing old feature checking for C&C that triggers deprecated endpoint (#1164)

TOOLING

  • Update CI testing (#1140)

3.1.0

24 Feb 13:57
f905c1f
Compare
Choose a tag to compare

UPDATES

  • Fetch Algolia additional data only in the extension's sections in the Magento config (#1119)
  • Remove image URL manipulation (#1120) by @fredden
  • Add product source hook to modify search options (#1123)
  • Use button element for search button (#1102) by @fredden
  • Set Price Calculation to true for every tax field during price calculation (#1124)
  • Update maintainers.md with process info (#1128)
  • Update algoliaBundle with latest instantsearch version (#1127)

FIXES

  • Fix to keep the price slider values in the filter when user refresh the page (#1121)
  • Add missing handle for cms editor layout needed for pagebuilder (#1122)
  • Adding credentials check to prevent Magento from crashing on fresh install (#1125)

2.0.4

16 Dec 15:19
ed3e75f
Compare
Choose a tag to compare

FEATURES

UPDATES

  • Added some configuration to algoliaConfig JS object (#1097)
  • Update csp for proxy and update admin bundle (#1098)
  • Add tags for QM and LPB queries to use VM if applicable (#1103)
  • InfiniteHits change showMoreLabel to showMoreText (#1105)
  • Turn off Perso when it’s not available in the plan but activated in the Magento admin (#1104)
  • Keep custom Rules set directly on Algolia dashboard for CMS Pages, Suggestions and Additional sections. (#1106)

FIXES

  • Indexing queue grids fixes (#1096)
  • linter fix templates (#1108)
  • Configurable product with broken image when set to “no_selection” (#1101) (by @dverkade)
  • Insights Analytics - Fix Add to Cart Conversion (#1111)
  • Added try/catch on CheckoutSuccess event (#1112)
  • Merge 2 connect-src policy sections to 1 (#1110) (by @vmalyk)

3.0.2

26 Nov 15:54
4762fe2
Compare
Choose a tag to compare

FEATURES

UPDATES

  • Add tags for QM and LPB queries to use VM if applicable (#1103)
  • InfiniteHits change showMoreLabel to showMoreText (#1105)
  • Turn off Perso when it's not available in the plan but activated in the Magento admin (#1104)
  • Keep custom Rules set directly on Algolia dashboard for CMS Pages, Suggestions and Additional sections. (#1106)
  • Remove from composer suggestion for es compatibility (#1114)

FIXES

  • linter fix templates (#1108)
  • Configurable product with broken image when set to "no_selection" (#1101) (by @dverkade)
  • Insights Analytics - Fix Add to Cart Conversion (#1111)
  • Added try/catch on CheckoutSuccess event (#1112)
  • Merge 2 connect-src policy sections to 1 (#1110) (by @vmalyk)

3.0.1

15 Oct 13:09
188ec3e
Compare
Choose a tag to compare

UPDATES

  • Added some configuration to algoliaConfig JS object (#1097)
  • Update csp for proxy and update admin bundle (#1098)

FIXES

  • Switch from mt_rand to random_int to meet marketplace expectations (#1095)
  • Indexing queue grids fixes (#1096)

3.0.0

01 Oct 12:09
8ac4929
Compare
Choose a tag to compare

This update will break compatibility if you're using the backend facets feature. Please read the Magento 2.4 section of our documentation to get more information about it.

New Features

  • Compatibility with Magento 2.4

UPDATES

  • Remove less than IE9 condition from configuration template (#1068)
  • Add messaging for indexing queue and logs (#1070)
  • Remove IdentityInterface from job model class (#1071)
  • Convert condition to conditions formatting (#1072)
  • Remove backend facets and Mysql Adapter (2.4 compatibility) (#1073)
  • Update PHP and magento framework versions (#1074)
  • Backport: Added algolia/algoliasearch-inventory-magento-2 to suggest (#1075) @vmalyk
  • Remove PHP requirements from Composer (#1077) @vmalyk
  • Set ACL resource titles are translatable. (#1080) @vmalyk
  • If order not found fetch order from first order ID (#1081)
  • Exclude category facets from clearRefinement on category page (#1083)
  • Update bundle with updated IS and autocomplete versions (#1084)
  • Add Customisation section to README.md (#1086)

FIXES

  • Fix microdata on instantsearch (#1065) @flagbit
  • Instantsearch Category Filter when category facet is not configured (#1069)
  • Fix serialization issue with 2.4 (#1079)
  • Add image check to skip if placeholder for adaptive imgs (#1082)

TOOLING

  • Update CircleCi for Magento v2.3.5-2 and v2.4.0 (#1078)

2.0.3

29 Sep 13:11
970799d
Compare
Choose a tag to compare

UPDATES

  • Remove less than IE9 condition from configuration template (#1068)
  • Add messaging for indexing queue and logs (#1070)
  • Remove IdentityInterface from job model class (#1071)
  • Convert condition to conditions formatting (#1072)
  • Update bundle with updated IS and autocomplete versions (#1084)
  • If order not found fetch order from first order ID (#1081)
  • exclude category facets from clearRefinement on category page (#1083)

FIXES

  • Fix microdata on instantsearch (#1065) @flagbit
  • Instantsearch Category Filter when category facet is not configured (#1069)

1.13.3

29 Sep 11:32
1a5e04f
Compare
Choose a tag to compare

UPDATES

  • Set forwardToReplicas for copy rules to false (#1060)
  • Added algolia/algoliasearch-inventory-magento-2 to suggested modules by Composer (#1040) @vmalyk
  • Set ACL resource titles are translatable. (#1076) @vmalyk
  • Change condition to accept multi conditions (#1087)
  • Remove IdentityInterface from job model class (#1088)

2.0.2

23 Jul 13:56
985588b
Compare
Choose a tag to compare

UPDATES

FIXES