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
+18-30Lines changed: 18 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,14 @@ 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
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.
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.
37
37
38
-
| Extension Version | End of Life |
39
-
| --- | --- |
40
-
| v1.x | Dec 2020 |
41
-
| v2.x | Dec 2020 |
42
-
| v3.x | N/A |
38
+
| Extension Version | End of Life | Magento | PHP |
39
+
|-------------------| --- |----------| ---------|
40
+
| v3.13.x | N/A |`2.4.x`|`^7.2 \|\| ^8.0`|
41
+
| v3.14.x | N/A |`2.4.x`|`>=8.1`|
43
42
44
43
## Documentation
45
44
@@ -55,13 +54,9 @@ The 1.x and 2.x versions of the extension are now End of Life (EOL). We no longe
55
54
56
55
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
56
58
-
### Upgrading from 1.x to 2.x
57
+
If you would like to stay on a minor version, please upgrade your composer to only accept minor versions. The following example will keep you on the minor version and will update patches automatically.
59
58
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:
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 |
| 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