From 966482e536bec7ae9ad2bcc0b7e8eed7c49c25bc Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Mon, 27 Feb 2023 18:55:48 +0100 Subject: [PATCH 1/3] Prepare changelog for release 1.10.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e0a9c..20a794a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Changelog -## [1.9.0](https://github.com/openeuropa/oe_contact_forms/tree/1.9.0) (2023-01-04) +## [1.10.0](https://github.com/openeuropa/oe_contact_forms/tree/1.10.0) (2023-02-27) +[Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.9.0...1.10.0) + +**Merged pull requests:** +- EWPP-2907: Update to PHP 8.1. [\#71](https://github.com/openeuropa/oe_contact_forms/pull/71) ([22Alexandra](https://github.com/22Alexandra)) + +## [1.9.0](https://github.com/openeuropa/oe_contact_forms/tree/1.9.0) (2023-01-04) [Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.8.0...1.9.0) **Merged pull requests:** - EWPP-0000: Assert machine name is correctly set during tests. [\#74](https://github.com/openeuropa/oe_contact_forms/pull/74) ([imanoleguskiza](https://github.com/imanoleguskiza)) +- Prepare release 1.9.0. [\#72](https://github.com/openeuropa/oe_contact_forms/pull/72) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2812: Allow all languages in Preferred and Alternative Contact Language field [\#70](https://github.com/openeuropa/oe_contact_forms/pull/70) ([yenyasinn](https://github.com/yenyasinn)) ## [1.8.0](https://github.com/openeuropa/oe_contact_forms/tree/1.8.0) (2022-11-07) From b194ecdda0c1f62492ff29080511e01eb374eebc Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Mon, 27 Feb 2023 18:58:57 +0100 Subject: [PATCH 2/3] Use latest release of rdf_skos. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59e8956..2a1eba8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "drupal/csv_serialization": "^2.0", "drupal/multivalue_form_element": "^1.0.0-beta5", "openeuropa/oe_corporate_countries": "^2.0", - "openeuropa/rdf_skos": "1.x-dev" + "openeuropa/rdf_skos": "^1.0.0-alpha9" }, "require-dev": { "behat/mink-selenium2-driver": "^1.5", From a68418b39be115b6741064b9f38fecd8c96b369d Mon Sep 17 00:00:00 2001 From: nagyad Date: Fri, 10 Mar 2023 17:21:21 +0100 Subject: [PATCH 3/3] Release-1.10.0: Update changelog. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a794a..afdd95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Changelog -## [1.10.0](https://github.com/openeuropa/oe_contact_forms/tree/1.10.0) (2023-02-27) +## [1.10.0](https://github.com/openeuropa/oe_contact_forms/tree/1.10.0) (2023-03-10) + [Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.9.0...1.10.0) **Merged pull requests:** +- Remove obsolete patch and re-roll load balancer patch. [\#77](https://github.com/openeuropa/oe_contact_forms/pull/77) ([nagyad](https://github.com/nagyad)) +- EWPP-3129: Update the privacy policy string. [\#75](https://github.com/openeuropa/oe_contact_forms/pull/75) ([22Alexandra](https://github.com/22Alexandra)) - EWPP-2907: Update to PHP 8.1. [\#71](https://github.com/openeuropa/oe_contact_forms/pull/71) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2759: Add first name and last name fields. [\#69](https://github.com/openeuropa/oe_contact_forms/pull/69) ([yenyasinn](https://github.com/yenyasinn)) ## [1.9.0](https://github.com/openeuropa/oe_contact_forms/tree/1.9.0) (2023-01-04) + [Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.8.0...1.9.0) **Merged pull requests:**