From 6f897ccc9edeb4daa545ec99ac0b53ad3e9b050a Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Fri, 16 Sep 2022 07:14:27 +1000 Subject: [PATCH] fix up spelling of Matt Westcott --- CHANGELOG.txt | 6 +++--- docs/releases/4.0.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0e08148794..03d5f9eeb8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -147,7 +147,7 @@ Changelog * Refresh designs for Home (Dashboard) site summary panels, use theme spacing and colours, add support for RTL layouts and better support for small devices (Paarth Agarwal, LB (Ben) Johnston) * Include all CSS system colours in allowed values in Stylelint's declaration-strict-value rule (Thibaud Colas) * Add JavaScript `range` utility function (LB (Ben) Johnston) - * Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Wescott) + * Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Westcott) * Update all widget styles across the admin UI (Thibaud Colas) * Update field styles across forms, with help text consistently under fields, error messages above, and comment buttons to the side (Thibaud Colas) * Make all sections of the page editing UI collapsible by default (Thibaud Colas) @@ -222,9 +222,9 @@ Changelog * Fix: Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen) * Fix: Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic) * Fix: Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott) - * Fix: Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal) + * Fix: Resolve frontent console error and unintented console logging issues (Matt Westcott, Paarth Agarwal) * Fix: Resolve issue with sites that have not yet migrated away from `BaseSetting` when upgrading to Wagtail 4.0 (Stefan Hammer) - * Fix: Use correct classnames for showing/hiding edit button on chooser widget (Matt Wescott) + * Fix: Use correct classnames for showing/hiding edit button on chooser widget (Matt Westcott) * Fix: Render MultiFieldPanel’s heading even when nested (Thibaud Colas) * Fix: Make sure select widgets render correctly regardless of the Django field and widget type (Thibaud Colas) * Fix: Consistently display boolean field labels above the widget so they render correctly (Thibaud Colas) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index af28522e0b..d90d85533f 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -184,7 +184,7 @@ There are also many improvements to the documentation both under the hood and in * Add HTML-aware max_length validation and character count on RichTextField and RichTextBlock (Matt Westcott, Thibaud Colas) * Remove `is_parent` kwarg in various page button hooks as this approach is no longer required (Paarth Agarwal) * Improve security of redirect imports by adding a file hash (signature) check for so that any tampering of file contents between requests will throw a `BadSignature` error (Jaap Roes) - * Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Wescott) + * Allow generic chooser viewsets to support non-model data such as an API endpoint (Matt Westcott) * Added `path` and `re_path` decorators to the `RoutablePageMixin` module which emulate their Django URL utils equivalent, redirect `re_path` to the original `route` decorator (Tidiane Dia) * `BaseChooser` widget now provides a Telepath adapter that's directly usable for any subclasses that use the chooser widget and modal JS as-is with no customisations (Matt Westcott) * Introduce new template fragment and block level enclosure tags for easier template composition (Thibaud Colas) @@ -246,9 +246,9 @@ There are also many improvements to the documentation both under the hood and in * Resolve Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen) * Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic) * Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott) - * Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal) + * Resolve frontent console error and unintented console logging issues (Matt Westcott, Paarth Agarwal) * Resolve issue with sites that have not yet migrated away from `BaseSetting` when upgrading to Wagtail 4.0 (Stefan Hammer) - * Use correct classnames for showing/hiding edit button on chooser widget (Matt Wescott) + * Use correct classnames for showing/hiding edit button on chooser widget (Matt Westcott) * Render MultiFieldPanel’s heading even when nested (Thibaud Colas) * Make sure select widgets render correctly regardless of the Django field and widget type (Thibaud Colas) * Consistently display boolean field labels above the widget so they render correctly (Thibaud Colas)