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
+11-34Lines changed: 11 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,10 @@ Try the autocomplete and the instantsearch results page on our [live demo](https
33
33
34
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.
35
35
36
-
The 1.x and 2.x versions of the extension are now End of Life (EOL). We no longer accept community PRs for those branches.
37
-
38
36
| Extension Version | End of Life |
39
-
| --- | --- |
40
-
| v1.x | Dec 2020 |
41
-
| v2.x | Dec 2020 |
42
-
| v3.x | N/A |
37
+
|-------------------| --- |
38
+
| v3.13.x | N/A |
39
+
| v3.14.x | N/A |
43
40
44
41
## Documentation
45
42
@@ -55,14 +52,6 @@ The 1.x and 2.x versions of the extension are now End of Life (EOL). We no longe
55
52
56
53
The easiest way to install the extension is to use [Composer](https://getcomposer.org/) and follow our [getting started guide](https://www.algolia.com/doc/integration/magento-2/getting-started/quick-start/).
57
54
58
-
### Upgrading from 1.x to 2.x
59
-
60
-
With the release of a new major version, we have decided to create minor and major version releases to allow those that want to continue on the minor version. This update will **break compatibility**. Please read the [upgrade guide](https://www.algolia.com/doc/integration/magento-2/getting-started/upgrading/#upgrading-from-v1-to-v2) for all of the file changes and updates included in this release.
61
-
62
-
If you would like to stay on a minor version, please upgrade your composer to only accept versions less than version 2 like the example:
63
-
64
-
`"algolia/algoliasearch-magento-2": "3.12.0"`
65
-
66
55
### Customisation
67
56
68
57
The extension uses libraries to help assist with the frontend implementation for autocomplete, instantsearch, and insight features. It also uses the Algolia PHP client to leverage indexing and search methods from the backend. When you approach customisations for either, you have to understand that you are customising the implementation itself and not the components it is based on.
Knowing the version of the library will help you understand what is available in these libraries for you to leverage in terms of customisation. This table will help you determine which documentation to reference when you start working on your customisation.
| v1.x |[0.26.0](https://github.com/algolia/autocomplete.js/tree/v0.26.0)|[2.10.2](https://github.com/algolia/instantsearch.js/tree/v2.10.2)|[0.0.14](https://cdn.jsdelivr.net/npm/[email protected])| NA |
80
-
| v2.x |[0.38.0](https://github.com/algolia/autocomplete.js/tree/v0.38.0)|[4.7.2](https://github.com/algolia/instantsearch.js/tree/v4.7.2)|[1.4.0](https://github.com/algolia/search-insights.js/tree/v1.4.0)| NA |
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 |
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:
0 commit comments