Skip to content

Releases: algolia/algoliasearch-magento

1.19.0

24 Feb 10:29
b4781de
Compare
Choose a tag to compare

Updates

  • Update algoliaBundle with latest autocomplete for multiqueries (#1171)
  • Set forwardToReplicas for copy rules to false (#1170)
  • Add missing options for suggestion source (#1157)
  • Update readme and remove travis (#1172)

1.18.0

29 Jun 13:16
d8f95e8
Compare
Choose a tag to compare

Updates

  • Update PHP Client to v 1.28.0 (#1162)
  • Update copyQueryRules to use scopedCopyIndex method (#1166)
  • Update README.md (#1167)

1.17.1

17 Feb 14:21
a71c815
Compare
Choose a tag to compare

1.17.1

Updates

  • Clean up and condition the analytics url (#1149)
  • Remove IS enable condition for empty result popular queries (#1151)

Fixes

  • Remove (un)serialize methods to pass new Marketplace expectations (#1152)

1.17.0

10 Dec 16:13
da0f491
Compare
Choose a tag to compare

Updates

  • Apply ruleContexts in autocomplete (#1133)
  • Update search-insights and compatibility (#1129)
  • Remove ordered_qty as a default option for product attr and ranking (#1142)
  • Update CMS Page Indexing (#1141)

Fixes

  • Admin indexing queue remove uppercase on renderer's column (#1132)
  • GA configuration update the depends node to the correct field name (#1143)

1.16.0

16 Apr 11:05
443f861
Compare
Choose a tag to compare

Updates

  • Update max PHP dependency (#1090)
  • Update Reindex SKU for improved messaging (#1098)
  • Added ProxyHelper to assist with plan upsell (#1109)
  • Update autocomplete version in algoliaBundle.js (#1121)
  • Improvements to Indexing and Indexing Queue
    • Skip inactive stores (#1101)
    • Add distinct to category collection fetch (#1104)
    • Fail "Remove Algolia products" silently on non-existent index (#1111)
    • Fetch max_record_size and add retry on stuck PIDs for indexing queue (#1117)

Fixes

  • Fix directory casing 404s (#1095)
  • Add table prefixes when calling core/resource instances (#1097)
  • Fix price_with_tax for customer groups (#1100)
  • Fix autocomplete frontend hook (#1102)
  • Fix jobs locking (#1118)
  • Fix Dockerfile (#1120)
  • Fix sticky autocomplete input value after clear toggle (#1122)

1.15.0

13 Dec 14:12
Compare
Choose a tag to compare

Features

  • Reindex SKUs form (#1061)
    • This form allows you to reindex manually up to 10 SKUs
    • Recommended for troubleshooting your products
  • Indexing queue page (#1070)
    • The page shows the status and remaining jobs in indexing queue
    • It offers suggestions to improve performance of the queue to get the fastest indexing

Updates

  • Improved price formatting on facets (#1051)
  • Improved admin notification block (#1060)

Fixes

  • Fix autocomplete bottom links (#1066)
  • Fix special prices when customer groups are enabled (#1071)
  • Fix error with configuration save while query rules are disabled (#1077)

1.14.1

30 Oct 13:53
80a2eab
Compare
Choose a tag to compare
  • Remove the default facet query rule (attribute "color") (#1072)

1.14.0

05 Jun 17:41
5cb22d3
Compare
Choose a tag to compare

FEATURES

UPDATES

  • Show longest attribute when the record is skipped (#976)
  • Add CSS classes to InstantSearch widget containers (#977 )
  • Hide the instant-search selector on algoliaConfig variable (#981)
  • Escape JS suggestions in autocomplete menu (#984)
  • Never index SID in URL (#985)
  • Skip rebuilding CMS page(s) when the extension has not been configured (#1000)
  • Add "filters" rule to ranking formula (#1005)
  • Display default price when customer group is 0 (#1011)
  • Automatically delete unused replica indices (#1019)
  • Remove category from indexes of all store views (#1028)

FIXES

  • Fix configurable products' prices (#978)
  • Fix bug #979 (#980)
  • Fix expired special prices (#988)
  • Fix special price with customer groups (#997)
  • Fix buggy behavior on iOS (#1009)

1.13.0

23 Nov 16:35
bf5aa0d
Compare
Choose a tag to compare

FEATURES

  • Optimized template rendering - no useless templates are rendered now (#947)
  • Configure "Prevent backend rendering" feature to specify which categories shouldn't be rendered on backend (#958)
  • Infinite scrolling feature (#796)

UPDATES

  • Updated dev Docker containers (#941, #971)
  • Updated documentation links in administration (#946)
  • Queue notification hides when queue is empty (#945)
  • Only unique products are fetched during reindex (#963)
  • Magento indexers are now correctly updated when Algolia is disabled for them (#964)
  • Queue controller renamed to not conflict with other extensions (#970)
  • Release archive now contains admin static content (#968)
  • Optimized TravisCI (#967)

FIXES

  • Fixed instant search page with no results - now it displays better "no results" message (#942)
  • Fixes special_price fetching (#944)
  • Fixed default value for "adaptive image" configuration input (#953)
  • Fixed encoding of CMS pages (#957)
  • Fixed buggy hover on in autocomplete menu on iOS devices (#956)
  • Fixed "additional sections" feature with enabled customer groups (#961)
  • Fixed empty attributes for configurable products (#962)

1.12.0

24 Oct 12:27
Compare
Choose a tag to compare

Since this release, the extension is Enterprise Edition compliant!

FEATURES

  • Experimental feature to prevent backend rendering of category and search results pages (#886)
  • Introduced events and developer attributes to force add / remove product(s) to / from Algolia (#922)
  • Added to option to turn off administration top bar with information about queue (#920)

UPDATES

  • Changed some links in the configuration

FIXES

  • Fixed failing database migration for creation of queue log table (#927)