|
| 1 | +.. _upgrade-to-3.0.14: |
| 2 | + |
| 3 | +#################### |
| 4 | +3.0.14 release notes |
| 5 | +#################### |
| 6 | + |
| 7 | +******************** |
| 8 | +What's new in 3.0.14 |
| 9 | +******************** |
| 10 | + |
| 11 | +Bug Fixes |
| 12 | +========= |
| 13 | + |
| 14 | +* Fix issue with causes menu classes to be duplicated in advanced settings |
| 15 | +* Fix issue with breadcrumbs not showing |
| 16 | +* Fix issues with show_menu templatetags |
| 17 | +* Minor documentation fixes |
| 18 | +* Fix an issue related to "Empty all" Placeholder feature |
| 19 | +* Fix plugin sorting in py3 |
| 20 | +* Fix search results number and items alignment in page changelist |
| 21 | +* Preserve information regarding the current view when applying the CMS decorator |
| 22 | +* Fix X-Frame-Options on top-level pages |
| 23 | +* Fix order of which application urls are injected into urlpatterns |
| 24 | +* Fix delete non existing page language |
| 25 | +* Fix language fallback for nested plugins |
| 26 | +* Fix render_model template tag doesn't show correct change list |
| 27 | +* Fix Scanning for placeholders fails on include tags with a variable as an argument |
| 28 | +* Pin South version to 1.0.2 |
| 29 | +* Pin Html5lib version to 0.999 until a current bug is fixed |
| 30 | +* Fix language chooser template |
| 31 | + |
| 32 | + |
| 33 | +Potentially backward incompatibile changes |
| 34 | +========================================== |
| 35 | + |
| 36 | +The order in which the applications are injected is now based on the page depth, if you |
| 37 | +use nested apphooks, you might want to check that this does not change the behavior |
| 38 | +of your applications depending on applications urlconf greediness. |
| 39 | + |
| 40 | + |
| 41 | +Thanks |
| 42 | +====== |
| 43 | + |
| 44 | + |
| 45 | +Many thanks community members who have submitted issue reports and especially to |
| 46 | +these GitHub users who have also submitted pull requests: douwevandermeij, furiousdave, |
| 47 | +nikolas, olarcheveque, sephii, vstoykov. |
0 commit comments