File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Algolia Search & Discovery extension for Magento 2
2
2
==================================================
3
3
4
- ![ Latest version] ( https://img.shields.io/badge/latest-3.12.0 -green )
4
+ ![ Latest version] ( https://img.shields.io/badge/latest-3.12.1 -green )
5
5
![ Magento 2] ( https://img.shields.io/badge/Magento-2.4.x-orange )
6
6
7
7
![ PHP] ( https://img.shields.io/badge/PHP-8.2%2C8.1%2C7.4-blue )
@@ -81,7 +81,8 @@ Knowing the version of the library will help you understand what is available in
81
81
| v3.x | [ 0.38.0] ( https://github.com/algolia/autocomplete.js/tree/v0.38.0 ) | [ 4.15.0] ( https://github.com/algolia/instantsearch.js/tree/v4.15.0 ) | [ 1.7.1] ( https://github.com/algolia/search-insights.js/tree/v1.7.1 ) | NA |
82
82
| v3.9.1 | [ 1.6.3] ( https://github.com/algolia/autocomplete.js/tree/v1.6.3 ) | [ 4.41.0] ( https://github.com/algolia/instantsearch.js/tree/v4.41.0 ) | [ 1.7.1] ( https://github.com/algolia/search-insights.js/tree/v1.7.1 ) | [ 1.5.0] ( https://github.com/algolia/recommend/tree/v1.5.0 ) |
83
83
| v3.10.x | [ 1.6.3] ( https://github.com/algolia/autocomplete.js/tree/v1.6.3 ) | [ 4.41.0] ( https://github.com/algolia/instantsearch.js/tree/v4.41.0 ) | [ 1.7.1] ( https://github.com/algolia/search-insights.js/tree/v1.7.1 ) | [ 1.8.0] ( https://github.com/algolia/recommend/tree/v1.8.0 ) |
84
- | >=v3.11.0 | [ 1.6.3] ( https://github.com/algolia/autocomplete.js/tree/v1.6.3 ) | [ 4.41.0] ( https://github.com/algolia/instantsearch.js/tree/v4.41.0 ) | [ 2.6.0] ( https://github.com/algolia/search-insights.js/tree/v2.6.0 ) | [ 1.8.0] ( https://github.com/algolia/recommend/tree/v1.8.0 ) |
84
+ | v3.11.0 | [ 1.6.3] ( https://github.com/algolia/autocomplete.js/tree/v1.6.3 ) | [ 4.41.0] ( https://github.com/algolia/instantsearch.js/tree/v4.41.0 ) | [ 2.6.0] ( https://github.com/algolia/search-insights.js/tree/v2.6.0 ) | [ 1.8.0] ( https://github.com/algolia/recommend/tree/v1.8.0 ) |
85
+ | >=v3.12.1 | [ 1.6.3] ( https://github.com/algolia/autocomplete.js/tree/v1.6.3 ) | [ 4.41.0] ( https://github.com/algolia/instantsearch.js/tree/v4.41.0 ) | [ 2.11.0] ( https://github.com/algolia/search-insights.js/tree/v2.11.0 ) | [ 1.8.0] ( https://github.com/algolia/recommend/tree/v1.8.0 ) |
85
86
86
87
The autocomplete and instantsearch libraries are accessible in the ` algoliaBundle ` global. This bundle is a prepackage javascript file that contains it's dependencies. What is included in this bundle can be seen here:
87
88
Original file line number Diff line number Diff line change 3
3
"description" : " Algolia Search & Discovery extension for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
5
"license" : [" MIT" ],
6
- "version" : " 3.12.0 " ,
6
+ "version" : " 3.12.1 " ,
7
7
"require" : {
8
8
"magento/framework" : " ~102.0|~103.0" ,
9
9
"algolia/algoliasearch-client-php" : " 3.3.2" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Algolia_AlgoliaSearch" setup_version =" 3.12.0 " >
3
+ <module name =" Algolia_AlgoliaSearch" setup_version =" 3.12.1 " >
4
4
<sequence >
5
5
<module name =" Magento_Theme" />
6
6
<module name =" Magento_Backend" />
You can’t perform that action at this time.
0 commit comments