Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit bf74066

Browse files
author
Fifciuu
committed
Fixed changelog
1 parent 3e19965 commit bf74066

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- The `response_format` query parameter to the `/api/catalog` endpoint. Currently there is just one additional format supported: `response_format=compact`. When used, the response format got optimized by: a) remapping the results, removing the `_source` from the `hits.hits`; b) compressing the JSON fields names according to the `config.products.fieldsToCompact`; c) removing the JSON fields from the `product.configurable_children` when their values === parent product values; overall response size reduced over -70% - @pkarw
1313
- The support for `SearchQuery` instead of the ElasticSearch DSL as for the input to `/api/catalog` - using `storefront-query-builder` package - @pkarw - https://github.com/DivanteLtd/vue-storefront/issues/2167
1414
- Add ElasticSearch client support for HTTP authentication - @cewald (#397)
15+
- Endpoint for reset password with reset token. Only for Magento 2 - @Fifciu
1516

1617
### Fixed
1718
- add es7 support for map url module and fixed default index for es config - @gibkigonzo
@@ -25,11 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2526
- Add product processor to new URL mapper endpoint #401 - @cewald (#401, #403)
2627
- Add fallback for `sourcePriceInclTax` and `finalPriceInclTax` in `magento1` platform - @cewald (#398)
2728

28-
### Added
29-
30-
- Endpoint for reset password with reset token. Only for Magento 2 - @Fifciu
31-
32-
3329
## [1.11.0-rc.1] - 2019.10.03
3430

3531
### Added

0 commit comments

Comments
 (0)