diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0797ca716d..3aad079999 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -20,5 +20,5 @@ Any other relevant information. For example, why do you consider this a bug and * Python version: Run `python --version`. * Django version: Look in your requirements.txt, or run `pip show django | grep Version`. -* Wagtail version: Hover over the Wagtail bird in the admin, or run `pip show wagtail | grep Version:`. +* Wagtail version: Look at the bottom of the Settings menu in the Wagtail admin, or run `pip show wagtail | grep Version:`. * Browser version: You can use http://www.whatsmybrowser.org/ to find this out. diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5d79ac7154..2206423072 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * Increase font-size across the whole admin (Beth Menzies, Katie Locke) * Improved text color contrast across the whole admin (Beth Menzies, Katie Locke) * Added consistent focus outline styles across the whole admin (Thibaud Colas) + * Removed version number from the logo link’s title. The version can now be found under the Settings menu (Thibaud Colas) * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott) * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook) * Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate) @@ -33,6 +34,7 @@ Changelog * Fix: Make URL generator preview image alt translateable (Thibaud Colas) * Fix: Clear pending AJAX request if error occurs on page chooser (Matt Westcott) * Fix: Prevent text from overlapping in focal point editing UI (Beth Menzies) + * Fix: Screen readers now announce "Dashboard" for the main nav’s logo link instead of Wagtail’s version number (Thibaud Colas) 2.5.1 (07.05.2019) diff --git a/docs/releases/2.6.rst b/docs/releases/2.6.rst index 4c483ef37e..b6da201adc 100644 --- a/docs/releases/2.6.rst +++ b/docs/releases/2.6.rst @@ -27,6 +27,7 @@ Other features * Increase font-size across the whole admin (Beth Menzies, Katie Locke) * Improved text color contrast across the whole admin (Beth Menzies, Katie Locke) * Added consistent focus outline styles across the whole admin (Thibaud Colas) + * Removed version number from the logo link’s title. The version can now be found under the Settings menu (Thibaud Colas) Bug fixes ~~~~~~~~~ @@ -46,6 +47,7 @@ Bug fixes * Make URL generator preview image alt translateable (Thibaud Colas) * Clear pending AJAX request if error occurs on page chooser (Matt Westcott) * Prevent text from overlapping in focal point editing UI (Beth Menzies) + * Screen readers now announce "Dashboard" for the main nav’s logo link instead of Wagtail’s version number (Thibaud Colas) Upgrade considerations diff --git a/wagtail/admin/templates/wagtailadmin/base.html b/wagtail/admin/templates/wagtailadmin/base.html index 72d12ddbca..e004ce11be 100644 --- a/wagtail/admin/templates/wagtailadmin/base.html +++ b/wagtail/admin/templates/wagtailadmin/base.html @@ -4,7 +4,7 @@ {% block furniture %}