Skip to content

Commit

Permalink
2.4.1 - authors, changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Apr 22, 2013
1 parent b5a1358 commit 5619950
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Contributors (in alphabetical order):
* Mark Rogers
* Martin Bommeli
* Martin Brochhaus
* Martin Koistinen
* Martin Kosír
* martinkosir
* mathijs
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
- Fixed page change form (jQuery and permissions)
- Fixed placeholder field permission checks

==== 2.4.0 (1013-4-17)===
==== 2.4.0 (2013-4-17)===

Please see Install/2.4 release notes *before* attempting to upgrade to version 2.4.

Expand All @@ -138,3 +138,12 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
- PlaceholderAdmin has now language tabs and has support for django-hvad
- Added `cms.middleware.language.LanguageCookieMiddleware`
- Added CMS_RAW_ID_USERS


==== 2.4.1 (2013-4-22)===

- USE_I18N=False fixed
- some frontend css stuff fixed
- check_copy_relations fixed for abstract classes
- non public frontend languages fixed

2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '2.4.0'
__version__ = '2.4.1'

0 comments on commit 5619950

Please sign in to comment.