From 2a694547da5c895b0387a7a41b4320f45fe03532 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Thu, 21 Jul 2022 09:35:27 +0100 Subject: [PATCH] Move #2673 out of v4.2.0 release in change log #2673 was merged *after* v4.2.0 was released and remains an unreleased feature. There was no conflict in 536edad as the surrounding lines had not changed. --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 655b84ac10..1e5cabe37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +### New features + +#### Customise the Open Graph image URL without duplicate meta tags + +You can now customise the Open Graph image URL included in the `` by setting the `opengraphImageUrl` Nunjucks option. + +Additionally, the default Open Graph image URL meta tag will now only be included if either `opengraphImageUrl` or `assetUrl` is set. + +This change was introduced in [pull request #2673: Allow Open Graph image URL to be customised](https://github.com/alphagov/govuk-frontend/pull/2673). + ### Deprecated features #### Remove deprecated `govuk-header__navigation--no-service-name` class in the header @@ -59,14 +69,6 @@ You can use this option instead of setting the boolean `selected` option on each This change was introduced in [pull request #2616: Allow selecting options by passing current values](https://github.com/alphagov/govuk-frontend/pull/2616). -#### Customise the Open Graph image URL without duplicate meta tags - -You can now customise the Open Graph image URL included in the `` by setting the `opengraphImageUrl` Nunjucks option. - -Additionally, the default Open Graph image URL meta tag will now only be included if either `opengraphImageUrl` or `assetUrl` is set. - -This change was introduced in [pull request #2673: Allow Open Graph image URL to be customised](https://github.com/alphagov/govuk-frontend/pull/2673). - ### Recommended changes #### Replace deprecated `govuk-header__link--service-name` class in the header