You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,22 @@ Unless you operate a GOV.UK branded product, the GOV.UK logo should always link
247
247
248
248
This change was introduced in [pull request #6418: Update default `homepageUrl` to point to GOV.UK homepage](https://github.com/alphagov/govuk-frontend/pull/6418)
249
249
250
+
### New features
251
+
252
+
#### The GOV.UK footer component now allows the removal of OGL Content Licence information
253
+
254
+
If your service does not provide information under the Open Government Licence (OGL), you can now remove it from the GOV.UK footer.
255
+
256
+
If you're using Nunjucks, set the `contentLicence` parameter to `false`:
257
+
258
+
```nunjucks
259
+
{{ govukFooter({
260
+
contentLicence: false
261
+
}) }}
262
+
```
263
+
264
+
This change was introduced in [#6191: Allow removal of Content Licence information in the GOV.UK footer component](https://github.com/alphagov/govuk-frontend/pull/6191). Thanks to @NickColley for making this change.
265
+
250
266
### Fixes
251
267
252
268
#### Tags now have borders for improved legibility
@@ -357,22 +373,6 @@ We recommend replacing them with tints and shades from the new GOV.UK colour pal
357
373
358
374
We made this change in [pull request #6341: Deactivate `govuk-tint` and `govuk-shade` functions](https://github.com/alphagov/govuk-frontend/pull/6341).
359
375
360
-
### New features
361
-
362
-
#### The GOV.UK footer component now allows the removal of OGL Content Licence information
363
-
364
-
If your service does not provide information under the Open Government Licence (OGL), you can now remove it from the GOV.UK footer.
365
-
366
-
If you're using Nunjucks, set the `contentLicence` parameter to `false`:
367
-
368
-
```nunjucks
369
-
{{ govukFooter({
370
-
contentLicence: false
371
-
}) }}
372
-
```
373
-
374
-
This change was introduced in [#6191: Allow removal of Content Licence information in the GOV.UK footer component](https://github.com/alphagov/govuk-frontend/pull/6191). Thanks to @NickColley for making this change.
375
-
376
376
### Fixes
377
377
378
378
We've made fixes to GOV.UK Frontend in the following pull requests:
0 commit comments