From 7aba015c6b52850ab7c82edbc11faf71646e5308 Mon Sep 17 00:00:00 2001 From: Imanol Eguskiza Date: Fri, 29 Jul 2022 11:16:37 +0200 Subject: [PATCH] Prepare release 3.0.0-alpha4. --- CHANGELOG.md | 23 ++++++++++++++++++++--- composer.json | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182e5483c..a0fda34a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,38 @@ # Changelog -## [3.0.0-alpha3](https://github.com/openeuropa/oe_content/tree/3.0.0-alpha3) (2022-06-21) +## [3.0.0-alpha4](https://github.com/openeuropa/oe_content/tree/3.0.0-alpha4) (2022-07-29) + +[Full Changelog](https://github.com/openeuropa/oe_content/compare/3.0.0-alpha3...3.0.0-alpha4) + +**Merged pull requests:** + +- EWPP-2464: Re-roll IEF patch. [\#544](https://github.com/openeuropa/oe_content/pull/544) ([nagyad](https://github.com/nagyad)) +- EWPP-2171: Fix abbreviation of the month of 'May' for Irish. [\#543](https://github.com/openeuropa/oe_content/pull/543) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2375: Add Luxembourgish string translations. [\#542](https://github.com/openeuropa/oe_content/pull/542) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2327: Add Telegram and Mastodon options to social media links fields. [\#541](https://github.com/openeuropa/oe_content/pull/541) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2358: Drupal 9.4 support. [\#539](https://github.com/openeuropa/oe_content/pull/539) ([yenyasinn](https://github.com/yenyasinn)) +- OEL-1551: New document reference bundle "Document group" [\#538](https://github.com/openeuropa/oe_content/pull/538) ([donquixote](https://github.com/donquixote)) +- EWPP-2286: Add Description field for Person content type. [\#537](https://github.com/openeuropa/oe_content/pull/537) ([sergepavle](https://github.com/sergepavle)) +- OEL-1550: Make oe\_content\_publication optional in oe\_content\_sub\_entity\_document\_reference. [\#535](https://github.com/openeuropa/oe_content/pull/535) ([escuriola](https://github.com/escuriola)) + +## [3.0.0-alpha3](https://github.com/openeuropa/oe_content/tree/3.0.0-alpha3) (2022-06-22) [Full Changelog](https://github.com/openeuropa/oe_content/compare/3.0.0-alpha2...3.0.0-alpha3) **Merged pull requests:** -- EWPP-1777: Enable 'Include past revisions' option in composite fields. [\#534](https://github.com/openeuropa/oe_content/pull/534) ([yenyasinn](https://github.com/yenyasinn)) +- Prepare release 3.0.0-alpha3. [\#540](https://github.com/openeuropa/oe_content/pull/540) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2232: Characters limitation for introduction is missing. [\#536](https://github.com/openeuropa/oe_content/pull/536) ([yenyasinn](https://github.com/yenyasinn)) +- EWPP-1777: Enable 'Include past revisions' option in composite fields. [\#534](https://github.com/openeuropa/oe_content/pull/534) ([yenyasinn](https://github.com/yenyasinn)) - EWPP-2194: Fix dependency from composer patches. [\#532](https://github.com/openeuropa/oe_content/pull/532) ([yenyasinn](https://github.com/yenyasinn)) -## [3.0.0-alpha2](https://github.com/openeuropa/oe_content/tree/3.0.0-alpha2) (2022-04-1) +## [3.0.0-alpha2](https://github.com/openeuropa/oe_content/tree/3.0.0-alpha2) (2022-04-11) [Full Changelog](https://github.com/openeuropa/oe_content/compare/3.0.0-alpha1...3.0.0-alpha2) **Merged pull requests:** +- Prepare release 3.0.0-alpha2. [\#531](https://github.com/openeuropa/oe_content/pull/531) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2125: Add translation for ru language. [\#530](https://github.com/openeuropa/oe_content/pull/530) ([sergepavle](https://github.com/sergepavle)) - EWPP-2101: Add translations for chinese and ukrainian languages. [\#529](https://github.com/openeuropa/oe_content/pull/529) ([sergepavle](https://github.com/sergepavle)) - EWPP-2067: Using the latest sparql image. [\#528](https://github.com/openeuropa/oe_content/pull/528) ([upchuk](https://github.com/upchuk)) diff --git a/composer.json b/composer.json index cd408ccf0..9d04cd0a7 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "openeuropa/code-review": "^2.0", "openeuropa/oe_corporate_countries": "^2.0", "openeuropa/oe_corporate_site_info": "^1.0", - "openeuropa/oe_link_lists": "dev-master", + "openeuropa/oe_link_lists": "~0.16.0", "openeuropa/oe_multilingual": "^1.10", "openeuropa/oe_time_caching": "^1.1", "openeuropa/task-runner-drupal-project-symlink": "^1.0.0-beta5",