You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ Try the autocomplete and the instantsearch results page on our [live demo](https
31
31
32
32
## Magento 2.4 compatibility & extension versions End of Life
33
33
34
-
We are happy to announce that version 3.x of our extension is now compatible with Magento 2.4. Review the [Customisation](https://github.com/algolia/algoliasearch-magento-2#customisation) section to learn more about the differences between our extension versions.
34
+
Magento 2.3 and earlier versions are no longer supported by the Algolia extension.
35
+
36
+
Version 3.x of our extension is compatible with Magento 2.4. Review the [Customisation](https://github.com/algolia/algoliasearch-magento-2#customisation) section to learn more about the differences between our extension versions.
35
37
36
38
| Extension Version | End of Life | Magento | PHP |
37
39
|-------------------| --- |----------| ---------|
@@ -69,9 +71,12 @@ Knowing the version of the library will help you understand what is available in
| 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 |
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:
76
81
77
82
The search-insights.js library is standalone.
@@ -89,8 +94,10 @@ Depending on the extension version you are using, you could have a different PHP
0 commit comments