File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
django-simple-menu was initially developed by Evan Borgstom.
2
2
3
- Developers [in alphabetical order]
4
- ~~~~~~~~~~
5
-
6
- Eduard Kracmar <
[email protected] > [Edke]
7
- Evan Borgstrom <
[email protected] > [borgstrom]
3
+ See https://github.com/borgstrom/django-simple-menu/graphs/contributors for the full list of
4
+ contributors to the code base.
Original file line number Diff line number Diff line change 1
1
django-simple-menu changelog
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
+ Version 1.1.1 - Released November 14, 2015
5
+ - Implement child menu sorting #34
6
+ - Fix bug: only display visible children #37
7
+ - Improve tests
8
+
4
9
Version 1.1.0 - Released May 25, 2015
5
10
- Transfer ownership to Evan Borgstrom
6
11
Original file line number Diff line number Diff line change 1
1
from .menu import Menu , MenuItem
2
2
3
- __version__ = '1.1.0 '
3
+ __version__ = '1.1.1 '
4
4
__url__ = 'https://github.com/borgstrom/django-simple-menu'
You can’t perform that action at this time.
0 commit comments