Skip to content

Commit 5619950

Browse files
committed
2.4.1 - authors, changelog and version bump
1 parent b5a1358 commit 5619950

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Contributors (in alphabetical order):
144144
* Mark Rogers
145145
* Martin Bommeli
146146
* Martin Brochhaus
147+
* Martin Koistinen
147148
* Martin Kosír
148149
* martinkosir
149150
* mathijs

CHANGELOG.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
- Fixed page change form (jQuery and permissions)
119119
- Fixed placeholder field permission checks
120120

121-
==== 2.4.0 (1013-4-17)===
121+
==== 2.4.0 (2013-4-17)===
122122

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

@@ -138,3 +138,12 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
138138
- PlaceholderAdmin has now language tabs and has support for django-hvad
139139
- Added `cms.middleware.language.LanguageCookieMiddleware`
140140
- Added CMS_RAW_ID_USERS
141+
142+
143+
==== 2.4.1 (2013-4-22)===
144+
145+
- USE_I18N=False fixed
146+
- some frontend css stuff fixed
147+
- check_copy_relations fixed for abstract classes
148+
- non public frontend languages fixed
149+

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '2.4.0'
2+
__version__ = '2.4.1'
33

0 commit comments

Comments
 (0)