Skip to content

Commit ee8c8f0

Browse files
committed
Merge pull request django-cms#4187 from yakky/changelog_3014
[WiP] Update changelog for 3.0.14
2 parents f77cbc6 + 88ede37 commit ee8c8f0

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,19 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
364364
=== 3.0.14 (XXXX-XX-XX) ===
365365

366366
- Fixed an issue related to "Empty all" Placeholder feature
367+
- Fix issue with causes menu classes to be duplicated in advanced settings
368+
- Fix issue with breadcrumbs not showing
369+
- Fix issues with show_menu templatetags
370+
- Fix plugin sorting in py3
371+
- Fix search results number and items alignment in page changelist
372+
- Fix X-Frame-Options on top-level pages
373+
- Preserve information regarding the current view when applying the CMS decorator
374+
- Fix render_model template tag doesn't show correct change list
375+
- Fix language fallback for nested plugins
376+
- Fix order of which application urls are injected into urlpatterns
377+
- Fix delete non existing page language
378+
- Fix Scanning for placeholders fails on include tags with a variable as an argument
379+
- Minor documentation fixes
380+
- Pin South version to 1.0.2
381+
- Pin Html5lib version to 0.999 until a current bug is fixed
382+
- Fix language chooser template

docs/upgrade/3.0.14.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.

docs/upgrade/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
##########################################
1+
###################################
22
Release notes & upgrade information
3-
##########################################
3+
###################################
44

55
Some versions of django CMS present more complex upgrade paths than others, and some **require** you
66
to take action. It is strongly recommended to read the release notes carefully when upgrading.
@@ -11,6 +11,7 @@ makes changes to your database.
1111
.. toctree::
1212
:maxdepth: 1
1313

14+
3.0.14
1415
3.0.13
1516
3.0.12
1617
3.0.11

0 commit comments

Comments
 (0)