Skip to content

Commit 4e2ac3e

Browse files
authored
Bumped version to 3.4.0 (django-cms#5682)
* Updated CHANGELOG * Updated css, icon and font files * Bumped version to 3.4.0
1 parent 3b43f39 commit 4e2ac3e

24 files changed

+17
-17
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 3.4.0 (unreleased) ===
1+
=== 3.4.0 (2016-09-14) ===
22

33
* Changed the way CMS plugins are rendered. The div with `cms-plugin` class is
44
no longer rendered around every CMS plugin, instead a combination of `template`

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '3.4.0rc3'
3+
__version__ = '3.4.0'
44

55
default_app_config = 'cms.apps.CMSConfig'

cms/static/cms/css/3.4.0/cms.base.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/3.4.0/cms.pagetree.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/3.4.0/cms.welcome.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/3.4.0rc3/cms.base.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

cms/static/cms/css/3.4.0rc3/cms.pagetree.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

cms/static/cms/css/3.4.0rc3/cms.welcome.css

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

cms/static/cms/sass/components/_iconography.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
// default font file generated by gulp
55
@font-face {
66
font-family: "django-cms-iconfont";
7-
src: url("../../fonts/3.4.0rc3/django-cms-iconfont.eot");
8-
src: url("../../fonts/3.4.0rc3/django-cms-iconfont.eot#iefix") format("eot"),
9-
url("../../fonts/3.4.0rc3/django-cms-iconfont.woff2") format("woff2"),
10-
url("../../fonts/3.4.0rc3/django-cms-iconfont.woff") format("woff"),
11-
url("../../fonts/3.4.0rc3/django-cms-iconfont.ttf") format("truetype"),
12-
url("../../fonts/3.4.0rc3/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
7+
src: url("../../fonts/3.4.0/django-cms-iconfont.eot");
8+
src: url("../../fonts/3.4.0/django-cms-iconfont.eot#iefix") format("eot"),
9+
url("../../fonts/3.4.0/django-cms-iconfont.woff2") format("woff2"),
10+
url("../../fonts/3.4.0/django-cms-iconfont.woff") format("woff"),
11+
url("../../fonts/3.4.0/django-cms-iconfont.ttf") format("truetype"),
12+
url("../../fonts/3.4.0/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
1313
font-weight: normal;
1414
font-style: normal;
1515
}

0 commit comments

Comments
 (0)