From 2a0037f7e278362db7c1446b7527137d4d0a453b Mon Sep 17 00:00:00 2001 From: Fernando Cordeiro Date: Sat, 13 May 2023 11:08:59 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Make=20html=20warning?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/releases/2.3.0.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/releases/2.3.0.rst b/docs/source/releases/2.3.0.rst index eb74bb91..efeadc8c 100644 --- a/docs/source/releases/2.3.0.rst +++ b/docs/source/releases/2.3.0.rst @@ -153,7 +153,7 @@ following code for an example: current_page, allow_repeating_parents, original_menu_tag, menu_instance, request) - If you choose NOT to update your versions of those methods to accept the - ``request`` keyword argument, you will continue to see deprecation warnings - until version ``2.5.0``, when it will be a requirement, and your existing code - will no longer work. +If you choose NOT to update your versions of those methods to accept the +``request`` keyword argument, you will continue to see deprecation warnings +until version ``2.5.0``, when it will be a requirement, and your existing code +will no longer work. From 31ec4e841e0a664f6aebca06a7cabd60278b7e98 Mon Sep 17 00:00:00 2001 From: Fernando Cordeiro Date: Sat, 13 May 2023 11:09:20 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Make=20spelling=20fal?= =?UTF-8?q?se=20positives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/spelling_wordlist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/spelling_wordlist.txt b/docs/source/spelling_wordlist.txt index 13cebba8..f1d8f19e 100644 --- a/docs/source/spelling_wordlist.txt +++ b/docs/source/spelling_wordlist.txt @@ -19,6 +19,7 @@ embeddable frontend GitHub Github +html init inline Jazzband @@ -34,6 +35,7 @@ performant pre prefetch prepopulated +py QuerySet queryset refactor From 0507baa38b0744dfc524cb8a21071e6c365964dc Mon Sep 17 00:00:00 2001 From: Fernando Cordeiro Date: Sat, 13 May 2023 11:09:52 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Missing=20release=20n?= =?UTF-8?q?otes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/releases/3.1.4.rst | 21 +++++++++++++++++++++ docs/source/releases/3.1.5.rst | 13 +++++++++++++ docs/source/releases/3.1.6.rst | 19 +++++++++++++++++++ docs/source/releases/3.1.7.rst | 13 +++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 docs/source/releases/3.1.4.rst create mode 100644 docs/source/releases/3.1.5.rst create mode 100644 docs/source/releases/3.1.6.rst create mode 100644 docs/source/releases/3.1.7.rst diff --git a/docs/source/releases/3.1.4.rst b/docs/source/releases/3.1.4.rst new file mode 100644 index 00000000..540d568f --- /dev/null +++ b/docs/source/releases/3.1.4.rst @@ -0,0 +1,21 @@ +=============================================== +Wagtailmenus 3.1.4 release notes (21.02.2023) +=============================================== + +.. contents:: + :local: + :depth: 1 + + +What's new? +=========== + +This release wasn't published correctly to PyPI, which was fixed in 3.1.5. + + +Minor changes & bug fixes +========================= + +* Update testing for Wagtail 4.1 and 4.2 +* Tidy up imports and remove unused imports +* Silence DEFAULT_AUTO_FIELD warnings in tests diff --git a/docs/source/releases/3.1.5.rst b/docs/source/releases/3.1.5.rst new file mode 100644 index 00000000..7d209011 --- /dev/null +++ b/docs/source/releases/3.1.5.rst @@ -0,0 +1,13 @@ +=============================================== +Wagtailmenus 3.1.5 release notes (21.02.2023) +=============================================== + +.. contents:: + :local: + :depth: 1 + + +What's new? +=========== + +This is a dummy release to fix the publishing of the 3.1.4 release on PyPI. diff --git a/docs/source/releases/3.1.6.rst b/docs/source/releases/3.1.6.rst new file mode 100644 index 00000000..208c5618 --- /dev/null +++ b/docs/source/releases/3.1.6.rst @@ -0,0 +1,19 @@ +=============================================== +Wagtailmenus 3.1.6 release notes (17.04.2023) +=============================================== + +.. contents:: + :local: + :depth: 1 + + +What's new? +=========== + +There are no new major features in this release. + + +Minor changes & bug fixes +========================= + +Add "Python 3.11" to the list of PyPI classifiers. diff --git a/docs/source/releases/3.1.7.rst b/docs/source/releases/3.1.7.rst new file mode 100644 index 00000000..3aed5c98 --- /dev/null +++ b/docs/source/releases/3.1.7.rst @@ -0,0 +1,13 @@ +=============================================== +Wagtailmenus 3.1.7 release notes (17.04.2023) +=============================================== + +.. contents:: + :local: + :depth: 1 + + +What's new? +=========== + +This is a dummy release to fix the publishing of the 3.1.6 release on PyPI. From 6b7e9625065057543f78ff189f867a496310a4cf Mon Sep 17 00:00:00 2001 From: Fernando Cordeiro Date: Sat, 13 May 2023 11:12:36 +0100 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v3.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 ++++++++++++++++++++++++- CONTRIBUTORS.md | 3 +++ docs/source/releases/3.1.8.rst | 24 ++++++++++++++++++++++++ docs/source/releases/index.rst | 5 +++++ wagtailmenus/__init__.py | 2 +- 5 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 docs/source/releases/3.1.8.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index 612ebaf6..7bf5fc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ Changelog ========= -Unreleased +3.1.8 (13.05.2023) +---------- + +* Fix bug that prevented the `show_menu_heading` from working on default flat menus. +* Fix `autopopulate_main_menus` instructions. +* Fix docs examples for registering hooks. +* Fix [#435](https://github.com/jazzband/wagtailmenus/issues/435) and [#452](https://github.com/jazzband/wagtailmenus/issues/452), which were causing extra migrations on the id fields. + +3.1.7 (17.04.2023) +---------- + +* This is a dummy release to fix the publishing of the 3.1.6 release on PyPI. + +3.1.6 (17.04.2023) +---------- + +* Add "Python 3.11" to the list of PyPI classifiers. + +3.1.5 (21.02.2023) +---------- + +* This is a dummy release to fix the publishing of the 3.1.4 release on PyPI. + +3.1.4 (21.02.2023) ---------- * Update testing for Wagtail 4.1 and 4.2 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 731d2912..445847f3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -30,6 +30,9 @@ This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to * Abdulmajeed Isa (amajai) * Jon Parker (jnpkr) * Arnar Tumi Þorsteinsson (ArnarTumi) +* Rebecca Claire Murphy (rcmurphy) +* Gabriel Augendre (Crocmagnon) +* Bojan Mihelac (bmihelac) ## Translators diff --git a/docs/source/releases/3.1.8.rst b/docs/source/releases/3.1.8.rst new file mode 100644 index 00000000..3e4aeb95 --- /dev/null +++ b/docs/source/releases/3.1.8.rst @@ -0,0 +1,24 @@ +=============================================== +Wagtailmenus 3.1.8 release notes (13.05.2023) +=============================================== + +.. contents:: + :local: + :depth: 1 + + +What's new? +=========== + +There are no new major features in this release. + + +Minor changes & bug fixes +========================= + +* Fix bug that prevented the `show_menu_heading` from working on default flat menus. +* Fix `autopopulate_main_menus` instructions. +* Fix docs examples for registering hooks. +* Fix `#435 `_ and \ + `#452 `_, which were causing \ + extra migrations on the id fields. diff --git a/docs/source/releases/index.rst b/docs/source/releases/index.rst index 4e20eb09..1c62e827 100644 --- a/docs/source/releases/index.rst +++ b/docs/source/releases/index.rst @@ -5,6 +5,11 @@ Release notes .. toctree:: :maxdepth: 1 + 3.1.8 + 3.1.7 + 3.1.6 + 3.1.5 + 3.1.4 3.1.3 3.1.2 3.1.1 diff --git a/wagtailmenus/__init__.py b/wagtailmenus/__init__.py index 20108dc4..dd6321a9 100644 --- a/wagtailmenus/__init__.py +++ b/wagtailmenus/__init__.py @@ -2,7 +2,7 @@ # major.minor.patch.release.number # release must be one of alpha, beta, rc, or final -VERSION = (3, 1, 7, "final", 0) +VERSION = (3, 1, 8, "final", 0) __version__ = get_version(VERSION) stable_branch_name = get_stable_branch_name(VERSION)