Skip to content

Latest commit

 

History

History
346 lines (206 loc) · 9.49 KB

CHANGELOG.md

File metadata and controls

346 lines (206 loc) · 9.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[5.1.3] - 2024-11-14

Fixed

  • Adds check to prevent CoAuthorsPlus function firing when there are no authors

[5.1.2] - 2024-11-14

Changed

  • Integrated some former Roots functions into the theme

[5.1.1] - 2024-11-12

Changed

  • Removed last references to Roots

[5.1.0] - 2024-10-31

Added

  • Apply GOV.UK font family to <body> so that content without surrounding markup is styled accordingly, rather than receiving browser defaults.

Fixed

  • Ensure accessible colour contrast when the cookie banner buttons are in :focus state, combined with :hover and/or :active states.

[5.0.0] - 2024-09-12

Added

Changed

  • Update theme name and version, to differentiate from (Classic Editor) version 4 of the theme.
  • Restructure stylesheets, to align with GOV.UK Frontend Framework.
  • Update header and page templates to ensure only one h1 tag outputted
  • Update footnote style.
  • Style site pagination, as per GOV.UK Pagination component.
  • Apply GOV.UK styles to the cookie banner.
  • Extend GOV.UK styling to sidebar, principally adjustments to borders and font sizes.
  • Style search form button, to align with GOV.UK.
  • Apply GOV.UK heading styles to all heading levels.

Removed

  • Function enforcing https url on uploaded media.
  • Call to deprecated constructor method for WP_Widget.

Fixed

  • Video embed blocks maintain consistent aspect ratio across all screen sizes.
  • Category dropdown no longer overflows sidebar.

[4.2.0] - 2024-08-19

Changed

  • Remove pubdate attribute from <time> element.
  • Pass x_directed_by argument to wp_redirect(), to aid debugging.

Fixed

  • Video embed blocks maintain consistent aspect ratio across all screen sizes.

[4.1.2] - 2024-03-20

Changed

  • Updated CSS of cookie popup button following Civic update

[4.1.1] - 2024-03-20

Added

  • Redirect from /feed/rss2 and /feed/rss to /feed/atom

[4.1.0] - 2024-03-14

Changed

  • Replaced Roots with Iguana-theme for handling templates
  • Created new main template file and removed Mustache variables
  • Migrate unit tests from Peridot to Kahlan
  • Introduce fingerprinting for JS and CSS

[4.0.1] - 2024-03-08

Changed

  • Fix filepath error preventing govuk-frontend.js from loading

[4.0.0] - 2024-03-04

Changed

[3.3.12] - 2024-02-21

Changed

  • Update primary favicon.ico to feature Tudor Crown design.

[3.3.11] - 2024-02-02

Changed

  • Adjust spacing to meet Crown logo standards.

[3.3.10] - 2024-01-26

Changed

  • Modify favicon.ico to be bigger (32x32px)

[3.3.9] - 2024-01-11

Changed

  • Modify Crown logo in header and in favicons

[3.3.8] - 2023-06-06

Removed

  • Removed obselete jQuery version used in theme

[3.3.7] - 2023-02-01

Changed

  • Modify editor permissions (Appearance: Theme options access)

[3.3.6] - 2022-12-12

Changed

  • Updated various dependencies via Dependabot
  • Replaced node-sass with dart-sass

Removed

  • Removed Storify handling

[3.3.5] - 2022-10-10

Changed

  • permission to allow Editors access to menus and widgets

Removed

  • Support for PHP versions below 7.4

[3.3.4] - 2022-02-15

Changed

[3.3.3] - 2021-11-29

  • Fix contrast for cookie consent button

[3.3.2] - 2021-08-27

  • Escape author and co-author names in atom feeds

[3.3.1] - 2021-08-25

Changed

  • Customised override styles to improve accessibility of cookie consent overlay, including better focus states and layout for smaller screen sizes

[3.3.0] - 2021-04-09

Changed

  • The network-wide banner has an extra configuration options: additional text field, background colour, and ability to make non-dismissable

[3.2.1] - 2021-03-10

Changed

  • The "Archives with dropdown" widget wraps its list of archive links in a <ul>

[3.2.0] - 2021-02-16

Changed

  • Fixed jQuery plugin (assets/js/comments.js) to restore display of error information when a user tries to submit a form with empty required fields
  • Accessible "Archives with dropdown" widget
  • Styles on "Categories with dropdown" widget made more consistent with govuk-frontend default styles

[3.1.9] - 2020-07-23

Removed

  • Remove CSS height constraint on homepage featured images

[3.1.8] - 2020-07-14

Removed

  • Force HTTPS filter for YouTube videos (the oEmbed endpoint now returns HTTPS URLs)
  • Add title attribue filter for YouTube videos (the oEmbed endpoint now includes a title attribute)

Added

  • New filter for YouTube videos to add -nocookie to URL

[3.1.7] - 2020-07-02

Changed

  • Featured blog post images on homepage are tabbable and highlighted on focus

[3.1.6] - 2020-06-30

Changed

  • "Read more" links include hidden text specifying the post name for screenreader users
  • License switched to MIT

[3.1.5] - 2020-06-24

Changed

  • Do not mark up blog count number as an h2

[3.1.4] - 2020-06-11

Changed

  • og:image in HEAD links to the featured image

[3.1.3] - 2020-06-03

Changed

  • Native browser styles used for text highlighting

[3.1.2] - 2020-05-01

Changed

  • Visited link colour is only applied to visited links, rather than all links

[3.1.1] - 2020-04-29

Changed

  • grunt-contrib-sass replaced by grunt-sass. This means we can use Node Sass, rather than the deprecated Ruby Sass gem.
  • Borders at top of article listings darkened

[3.1.0] - 2020-04-27

Removed

  • Govuk Template support. Govuk Frontend is now out of compatibility mode, and all Govuk Template assets removed
  • IE6 styles

Changed

  • Correct formatting of post author/date restored

[3.0.0] - 2020-04-27

Changed

[2.7.1] - 2020-04-08

Changed

  • Upgrade Yarn dependencies to resolve vulnerabilities reported by yarn audit
  • Only attempt to log external link clicks with Google Analytics if GA is loaded

[2.7.0] - 2019-12-20

Changed

  • Cookie banner is always hidden by default.

[2.6.0] — 2019-12-19

Added

  • A new constant LOGO_OPTIONS_SUPERADMIN_ONLY which restricts the logo options page to super admin users

[2.5.3] - 2019-12-17

Changed

  • Clearer focus style for form inputs and linked images.

[2.5.2] - 2019-12-13

Added

  • A method to remove the function that Roots hooks onto the 'styler_loader_tag' filter, as this was breaking admin styles in WordPress 5.3 and up.

[2.5.1] — 2019-12-12

### Added

  • Autocomplete attributes for comment form name & email fields

Changed

  • Link focus style updated to reflect Gov.uk design system
  • Pagination link HTML is now rendered in the same order as it is displayed, to ensure tab order is easy to follow
  • Change all ".visually-hidden" class to ".visuallyhidden" for consistency reason
  • The current page number in pagination has no link attached to it

[2.5.0] — 2019-12-10

Changed

  • Hidden "Sharing and Comments" heading moved below pagination elements
  • Colour contrast increased for search placeholder text and "Blog" title
  • The "No quotes" option in the "Formats" dropdown in the editor is replaced by a "Highlight" option. This produces the same styles, but using a div to wrap the content rather than a blockquote, as the blockquote use was semantically incorrect.

Earlier releases

Releases up to and including 2.4.0 predate this changelog.