Skip to content

Commit

Permalink
Move #2673 out of v4.2.0 release in change log
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
36degrees authored and querkmachine committed Jul 26, 2022
1 parent 9f2943d commit 2a69454
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` 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
Expand Down Expand Up @@ -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 `<head>` 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
Expand Down

0 comments on commit 2a69454

Please sign in to comment.