Skip to content

Commit 1d6b5c4

Browse files
committed
MAGE-1341 Update version and changelog
1 parent fd5680a commit 1d6b5c4

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

CHANGELOG.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
# CHANGE LOG
22

3-
## 3.16.0-beta.2
4-
5-
### Updates
6-
- Credentials form expanded by default in admin
7-
- Removed deprecated methods from Entity Helpers
8-
- Removed every calls to deprecated `AlgoliaHelper`'s methods in the codebase, `AlgoliaConnector` is now targeted directly. (`AlgoliaHelper` will be deleted in a future v3.17.0)
9-
- Updated integration tests
10-
11-
### Breaking Changes
12-
- `ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
13-
14-
## 3.16.0-beta.1
3+
## 3.16.0
154

165
### Features
176

@@ -21,7 +10,7 @@
2110
- CLI commands are now provided to run explicit full reindex of all entities and stores.
2211
- Products and CMS pages can now be reindexed directly from Magento admin grids.
2312
- The indexing queue cron job can now be configured from the Magento admin.
24-
- Dynamic faceting through Algolia merchandsiing rules is now supported in Magento via an opt-in feature flag.
13+
- Dynamic faceting through Algolia merchandising rules is now supported in Magento via an opt-in feature flag.
2514
- No code redirects via merchandising rules in Algolia are now supported in Magento for both Autocomplete and InstantSearch. Support is enabled by default for Autocomplete.
2615
- Integration tests and unit tests added
2716

@@ -43,6 +32,13 @@
4332
- InstantSearch has been updated to v4.78.
4433
- Autocomplete has been updated to v1.18.1.
4534
- PHP API client has been pinned to 4.18.3 (also included in 3.15.1).
35+
- Credentials form expanded by default in admin
36+
- Removed deprecated methods from Entity Helpers
37+
- Removed every call to deprecated `AlgoliaHelper`'s methods in the codebase, `AlgoliaConnector` is now targeted directly. (`AlgoliaHelper` will be removed in a future v3.17.0)
38+
- Updated integration tests
39+
40+
### Breaking Changes
41+
- `ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
4642

4743
## 3.15.0
4844

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Algolia Search & Discovery extension for Magento 2
22
==================================================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.15.0-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.16.0-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.6+-orange)
6-
![Beta version](https://img.shields.io/badge/beta-3.16.0--beta.1-purple)
76

87
![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-blue)
98

@@ -47,6 +46,7 @@ Version 3.x of our extension is compatible with Magento 2.4. Review the [Customi
4746
| v3.13.x | N/A | `~2.4.6` | `~8.1.0\|\|~8.2.0` |
4847
| v3.14.x | N/A | `~2.4.6\|\|~2.4.7` | `~8.1.0\|\|~8.2.0\|\|~8.3.0` |
4948
| v3.15.x | N/A | `~2.4.6\|\|~2.4.7` | `~8.1.0\|\|~8.2.0\|\|~8.3.0` |
49+
| v3.16.x | N/A | `~2.4.6\|\|~2.4.7\|\|~2.4.8` | `~8.1.0\|\|~8.2.0\|\|~8.3.0` |
5050

5151
## Documentation
5252

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search & Discovery extension for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.16.0-beta.1",
6+
"version": "3.16.0",
77
"require": {
88
"php": "~8.1|~8.2|~8.3",
99
"magento/framework": "~103.0",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<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.16.0-beta.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.16.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)