Skip to content

Releases: brilliancenw/craft-algolia-sync

5.0.3-alpha

28 Oct 15:57
7269e61
Compare
Choose a tag to compare
5.0.3-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 5.0.2-alpha...5.0.3-alpha

5.0.2-alpha

18 Oct 22:17
Compare
Choose a tag to compare

Support for Multi-site and Multi-language configurations.

When an element is saved, it now adds two new attributes:

  • siteIds (array)
  • siteHandles (array)

Full Changelog: 5.0.1-alpha...5.0.2-alpha

5.0.1-alpha

17 Oct 17:40
Compare
Choose a tag to compare
  • added support for CKEditor

5.0.0-alpha

16 Aug 19:05
Compare
Choose a tag to compare
5.0.0-alpha Pre-release
Pre-release

Full Changelog: 4.5.0-beta...5.0.0-alpha

4.5.0-Beta

13 Aug 19:56
Compare
Choose a tag to compare
4.5.0-Beta Pre-release
Pre-release

significant update

  • adding in features to support Commerce Products / Product Types
  • bug fixes

3.2.14-beta

29 Apr 00:18
Compare
Choose a tag to compare
  • adding support to remove users from the sync index if they are no longer part of a synced member group

3.2.13-beta

19 Feb 22:10
Compare
Choose a tag to compare
3.2.13-beta Pre-release
Pre-release

Full Changelog: 3.2.12-beta...3.2.13-beta

Updates to support OnSale and SalePrice values for products

3.2.12-beta

29 Jan 17:18
Compare
Choose a tag to compare
3.2.12-beta Pre-release
Pre-release

Full Changelog: 3.2.11-beta...3.2.12-beta

  • Adding support for Products in the bulk loader utilities

3.2.11-beta

26 Jan 22:44
Compare
Choose a tag to compare
3.2.11-beta Pre-release
Pre-release

What's Changed

  • Added support for Hierarchical Categories. Now there will be the field for the flat categories using the field name {{FieldName}} and a separate hierarchical field for nested categories {{FieldName}}_hx. So if your category field name is Genres, there will be a Genres field and a Genres_hx field added to algolia. You can use the "hierarchical menu" to display the filter: https://www.algolia.com/doc/api-reference/widgets/hierarchical-menu/js/

Full Changelog: 3.2.10-beta...3.2.11-beta

v3.2.10-beta

08 Jan 23:40
9dce224
Compare
Choose a tag to compare
v3.2.10-beta Pre-release
Pre-release

fixing issue with variant queries - if the query returns no results, do not attempt to pull variant information.