From b0eb471c19bf62405f39de434d521d2f0f88fc8a Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 16 Jun 2022 06:49:01 +1000 Subject: [PATCH] update changelog for #8676 move items to 3.0.1 only --- CHANGELOG.txt | 6 +++--- docs/releases/3.0.1.md | 5 +++++ docs/releases/4.0.md | 3 --- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 18728f93cd..6c9ed029ed 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -34,7 +34,6 @@ Changelog * Introduce a `wagtail.admin.viewsets.chooser.ChooserViewSet` module to serve as a common base implementation for chooser modals (Matt Westcott) * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott) * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal) - * Add warning when `WAGTAILADMIN_BASE_URL` is not configured (Matt Westcott) * Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer) * Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke) * Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand) @@ -48,13 +47,12 @@ Changelog * Fix: Ensure non-square avatar images will correctly show throughout the admin (LB (Ben) Johnston) * Fix: Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer) * Fix: Show alternative message when no page types are available to be created (Jaspreet Singh) - * Fix: Stop emails from breaking when `WAGTAILADMIN_BASE_URL` is absent due to the request object not being available (Matt Westcott) - * Fix: Make try/except on sending email less broad so that legitimate template rendering errors are exposed (Matt Westcott) 3.0.1 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ + * Add warning when `WAGTAILADMIN_BASE_URL` is not configured (Matt Westcott) * Fix: Ensure `TabbedInterface` will not show a tab if no panels are visible due to permissions (Paarth Agarwal) * Fix: Specific snippets list language picker was not properly styled (Sage Abdullah) * Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley) @@ -62,6 +60,8 @@ Changelog * Fix: Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott) * Fix: Prevent failures when splitting blocks at the start or end of a block, or with highlighted text (Jacob Topp-Mugglestone) * Fix: Allow scheduled publishing to complete when the initial editor did not have publish permission (Matt Westcott) + * Fix: Stop emails from breaking when `WAGTAILADMIN_BASE_URL` is absent due to the request object not being available (Matt Westcott) + * Fix: Make try/except on sending email less broad so that legitimate template rendering errors are exposed (Matt Westcott) 3.0 (16.05.2022) diff --git a/docs/releases/3.0.1.md b/docs/releases/3.0.1.md index 90983ae682..772b2b5adf 100644 --- a/docs/releases/3.0.1.md +++ b/docs/releases/3.0.1.md @@ -9,6 +9,9 @@ depth: 1 ## What's new +### Other features + * Add warning when `WAGTAILADMIN_BASE_URL` is not configured (Matt Westcott) + ### Bug fixes * Ensure `TabbedInterface` will not show a tab if no panels are visible due to permissions (Paarth Agarwal) @@ -18,3 +21,5 @@ depth: 1 * Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott) * Prevent failures when splitting blocks at the start or end of a block, or with highlighted text (Jacob Topp-Mugglestone) * Allow scheduled publishing to complete when the initial editor did not have publish permission (Matt Westcott) + * Stop emails from breaking when `WAGTAILADMIN_BASE_URL` is absent due to the request object not being available (Matt Westcott) + * Make try/except on sending email less broad so that legitimate template rendering errors are exposed (Matt Westcott) \ No newline at end of file diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index 771e656d45..7a797c13e7 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -43,7 +43,6 @@ When using a queryset to render a list of images, you can now use the ``prefetch * Introduce a `wagtail.admin.viewsets.chooser.ChooserViewSet` module to serve as a common base implementation for chooser modals (Matt Westcott) * Add documentation for `wagtail.admin.viewsets.model.ModelViewSet` (Matt Westcott) * Enhance new Breadcrumbs so they can be added to any header or container element and adopt on the page explorer (listing) view (Paarth Agarwal) - * Add warning when `WAGTAILADMIN_BASE_URL` is not configured (Matt Westcott) ### Bug fixes @@ -62,8 +61,6 @@ When using a queryset to render a list of images, you can now use the ``prefetch * Ensure non-square avatar images will correctly show throughout the admin (LB (Ben) Johnston) * Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer) * Show alternative message when no page types are available to be created (Jaspreet Singh) - * Stop emails from breaking when `WAGTAILADMIN_BASE_URL` is absent due to the request object not being available (Matt Westcott) - * Make try/except on sending email less broad so that legitimate template rendering errors are exposed (Matt Westcott) ## Upgrade considerations