Releases: algolia/algoliasearch-magento-2
Releases · algolia/algoliasearch-magento-2
1.0.4
- Fixed User-Agent from Magento 1 to Magento 2 (#92)
- Fixed additional sections' links in autocomplete menu (#93)
- All searchable attributes are set as Unordered by default (#94)
- Fixed configHelper to use ProductMetadataInterface to get the correct dependecy (#97)
- Fixed indexing of categories when option "Show categories that are not included in the navigation menu" weren't taken into account (#100)
- Fixed backend Algolia adapter to correctly respect "Make SEO request" configuration (#101)
- Fixed images config paths (#104)
- Added specific HTML classes to refinement widget containers (#105)
- Fixed the issue when queue runner didn't process any job after specific settings changed. Now it process always at least one job (#106)
- Fixed the functionality of "Add To Cart" button (#107)
- Attribute
in_stock
is now exposed in Algolia configuration and can be used for custom ranking or sorting (#109) - Add
algolia_get_retrievable_attributes
custom event togetRetrievableAttributes
method to allow developers set custom retrievable attributes for generated API keys (#112) - Fixed queue issue when
store_id
parameter was not passed todeleteObjects
categories' operation (#113)
1.0.3
1.0.2
- Fixed issue with merging JS files in administration - added new line at the end of algoliaAdminBundle.min.js
1.0.1
- Fixed issue with merging JS files - added new line at the end of algoliaBundle.min.js
- Fixed page indexing when some excluded pages were set
- Fixed data types of
enabled
variables inalgoliaConfig
- Fixed few typos
1.0.0
0.9.1
0.9.0
- Optimized front-end (#54) - BC break!
- Only necessary JS configuration is now rendered into HTML code, all other JS code is now loaded in within JS files
- Templates were re-organized to make it's structure more readable
- Layout's XML files were rewritten and optimized
- Extension's assets were removed and replaced by SVGs
- Fixed CSS of autocomplete menu's footer (#55, #58)
- Instatnsearch.js library was updated to it's latest version (#56)
- The extension officially supports only 2.0.X versions of Magento, however it's still possible and encouraged to use it on 2.1.0 (#53)
- Fixed some annotations in code (#52, #51)