Skip to content

Commit 9fe1f79

Browse files
committed
Release 3.0.10
1 parent 8947a2e commit 9fe1f79

File tree

313 files changed

+20578
-21976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+20578
-21976
lines changed

AUTHORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ Contributors (based on gitlog) (440):
302302
* mrlundis
303303
* mvaerle
304304
* MW
305+
* Nelson Brochado
305306
* neoprolog
306307
* Nick Jones
307308
* Nickolay V. Shmyrev
@@ -460,4 +461,4 @@ Contributors (based on gitlog) (440):
460461
* zundoya
461462
* Óscar M. Lage
462463
* Øyvind Saltvik
463-
* Антон Евжаков
464+
* Антон Евжаков

CHANGELOG.txt

+12
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,15 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
311311
- Fix an error in a translated phrase
312312
- Fix error when moving items in the page tree
313313

314+
=== 3.0.10 (2015-02-14) ===
315+
- Improved Py3 compatibility
316+
- Improved the behavior when changing the operator's language
317+
- Numerous documentation updates
318+
- Revert a change that caused an issue with saving plugins in some browsers
319+
- Fix an issue where urls were not refreshed when a page slug changes
320+
- Fix an issue with FR translations
321+
- Fixed an issue preventing the correct rendering of custom contextual menu items for plugins
322+
- Fixed an issue relating to recovering deleted pages
323+
- Fixed an issue that caused the uncached placeholder tag to display cached content
324+
- Fixed an issue where extra slashed would appear in apphooked URLs when APPEND_SLASH=False
325+
- Fixed issues relating to the logout function

cms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '3.0.10.dev1'
2+
__version__ = '3.0.10'
33

44
default_app_config = 'cms.apps.CMSConfig'

cms/locale/af/LC_MESSAGES/django.mo

-77 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)