Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWPP-0000: Prepare for 2.0.0-beta1 release. #86

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.0-beta1](https://github.com/openeuropa/oe_search/tree/2.0.0-beta1) (2023-01-03)
[Full Changelog](https://github.com/openeuropa/oe_search/compare/2.0.0-alpha4...2.0.0-beta1)

**Merged pull requests:**

- EWPP-2628: Updating the Europa search client patch. [\#85](https://github.com/openeuropa/oe_search/pull/85) ([upchuk](https://github.com/upchuk))
- EWPP-2924: Fix failures on converting results for non-existing dataso… [\#84](https://github.com/openeuropa/oe_search/pull/84) ([hernani](https://github.com/hernani))
- EWPP-2819: Refactor facets mock [\#83](https://github.com/openeuropa/oe_search/pull/83) ([hernani](https://github.com/hernani))
- EPIC-EWPP-2628: Europa Search [\#82](https://github.com/openeuropa/oe_search/pull/82) ([hernani](https://github.com/hernani))
- EWPP-2631: Coverage for facets. [\#81](https://github.com/openeuropa/oe_search/pull/81) ([hernani](https://github.com/hernani))
- EWPP-2631: Coverage for facets. [\#80](https://github.com/openeuropa/oe_search/pull/80) ([hernani](https://github.com/hernani))
- EWPP-2630: Search support for europa search api backend [\#77](https://github.com/openeuropa/oe_search/pull/77) ([hernani](https://github.com/hernani))

## [2.0.0-alpha4](https://github.com/openeuropa/oe_search/tree/2.0.0-alpha4) (2022-11-04)

[Full Changelog](https://github.com/openeuropa/oe_search/compare/2.0.0-alpha3...2.0.0-alpha4)
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"drupal/core": "^9.3",
"drupal/search_api": "^1.27",
"http-interop/http-factory-guzzle": "^1.0",
"openeuropa/europa-search-client": "^1.0",
"openeuropa/europa-search-client": "^1.0.0-alpha3",
"php-http/guzzle6-adapter": "^2.0"
},
"require-dev": {
Expand Down Expand Up @@ -66,12 +66,6 @@
"locations": {
"web-root": "./build"
}
},
"patches": {
"openeuropa/europa-search-client": {
"latest-master": "https://github.com/openeuropa/europa-search-client/compare/1.0.0-alpha2...1.x.diff"
}

}
},
"config": {
Expand Down