File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ Contributors (in alphabetical order):
144
144
* Mark Rogers
145
145
* Martin Bommeli
146
146
* Martin Brochhaus
147
+ * Martin Koistinen
147
148
* Martin Kosír
148
149
* martinkosir
149
150
* mathijs
Original file line number Diff line number Diff line change 118
118
- Fixed page change form (jQuery and permissions)
119
119
- Fixed placeholder field permission checks
120
120
121
- ==== 2.4.0 (1013 -4-17)===
121
+ ==== 2.4.0 (2013 -4-17)===
122
122
123
123
Please see Install/2.4 release notes *before* attempting to upgrade to version 2.4.
124
124
@@ -138,3 +138,12 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
138
138
- PlaceholderAdmin has now language tabs and has support for django-hvad
139
139
- Added `cms.middleware.language.LanguageCookieMiddleware`
140
140
- 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
+
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '2.4.0 '
2
+ __version__ = '2.4.1 '
3
3
You can’t perform that action at this time.
0 commit comments