We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8b09f commit 3c99d66Copy full SHA for 3c99d66
CHANGES
@@ -1,6 +1,10 @@
1
django-simple-menu changelog
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
+Version 1.1.2 - Released November 21, 2015
5
+- Fix bug introduced in 1.1.1 surrounding child sorting #38
6
+- Improve tests
7
+
8
Version 1.1.1 - Released November 14, 2015
9
- Implement child menu sorting #34
10
- Fix bug: only display visible children #37
menu/__init__.py
@@ -1,4 +1,4 @@
from .menu import Menu, MenuItem
-__version__ = '1.1.1'
+__version__ = '1.1.2'
__url__ = 'https://github.com/borgstrom/django-simple-menu'
0 commit comments