Skip to content

Commit

Permalink
Merge pull request #454 from jazzband/release-prep/3.1.8
Browse files Browse the repository at this point in the history
🚀 RELEASE: v3.1.8
  • Loading branch information
MrCordeiro authored May 13, 2023
2 parents ef68ef3 + 6b7e962 commit a55f52e
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 6 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/source/releases/2.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
21 changes: 21 additions & 0 deletions docs/source/releases/3.1.4.rst
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions docs/source/releases/3.1.5.rst
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 19 additions & 0 deletions docs/source/releases/3.1.6.rst
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions docs/source/releases/3.1.7.rst
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 24 additions & 0 deletions docs/source/releases/3.1.8.rst
Original file line number Diff line number Diff line change
@@ -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 <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.
5 changes: 5 additions & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ embeddable
frontend
GitHub
Github
html
init
inline
Jazzband
Expand All @@ -34,6 +35,7 @@ performant
pre
prefetch
prepopulated
py
QuerySet
queryset
refactor
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a55f52e

Please sign in to comment.