Skip to content

Releases: algolia/algoliasearch-magento-2

3.8.1

02 Sep 17:56
923dcaa
Compare
Choose a tag to compare

What's Changed

UPDATES

  • Updated the system configuration message for Click & Conversion Analytics in #1233
  • Added validation in synonyms upload section (for Algolia Search) in the Magento admin in #1224
  • Updated code to set "Filter Only" facets via the instantsearch/facets settings in the Magento admin panel in #1224
  • Updated CSR policy to fix content security error for insights.io by in #1228

Bug Fixes

  • Updated System Config comments in #1221
  • Fixed the Remove trailing ? url in category page by in #1222
  • Fix issue with table prefix and code cleanup by in #1229
  • Fixed the InstantSearch variant image issue by in #1223
  • Fix Magento 2.4.5 compatibility issue by in #1231

Full Changelog: 3.8.0...3.8.1

3.8.0

18 Aug 19:59
37295d7
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • MAGE-264 Added Algolia Recommend in #1212
  • MAGE-299 Updated Autocomplete V1.6.3 in #1217

Bug Fixes

  • MAGE-334 Fixed the issue with in_numeric in search suggestion indexing in #1218
  • MAGE-325 Fix Analytics Page Issue in Magento Admin in #1215
  • MAGE-255 Fixed Landing Page Issue with ViewModel in #1216

Note

Starting Algolia Search Magento 2 extension version 3.8.0 autocomplete library has upgraded from version 0.38.0 to 1.6.3; that no longer supports Hogan templates. Upgrade to this Algolia Search Magento 2 extension will break any customizations made on autocomplete. Please refer 3.7.0-p1 for a temporary solution until you can upgrade

Full Changelog: 3.7.0...3.8.0

3.7.0

29 Jun 11:46
d333c95
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes

Full Changelog: 3.6.1...3.7.0

3.6.1

08 Jun 09:05
fba4b78
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Updated Algolia Php Client version 2.5.1 to 3.2.0

Full Changelog: 3.6.0...3.6.1

3.6.0

27 May 08:41
5554a79
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Implemented DB schema using the Declarative schema

Full Changelog: 3.4.0...3.6.0

3.4.0

19 May 10:27
338a943
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Updated to support Guzzle Http version with 6.3 and 7.4 for compatibility with Magento 2.4.x (#1187)

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)