Skip to content

Commit

Permalink
Release 3.5.2 (#6331)
Browse files Browse the repository at this point in the history
* Updated css, icon and font files

* Bumped version to 3.5.2
  • Loading branch information
czpython committed Apr 11, 2018
1 parent 6042ce5 commit 5a84b08
Show file tree
Hide file tree
Showing 26 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 3.5.2 (unreleased) ===
=== 3.5.2 (2018-04-11) ===

* Fixed a bug where shortcuts menu entry would stop working after toolbar reload
* Fixed a race condition in frontend code that could lead to sideframe being
Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '3.5.2rc1'
__version__ = '3.5.2'

default_app_config = 'cms.apps.CMSConfig'
3 changes: 3 additions & 0 deletions cms/static/cms/css/3.5.2/cms.base.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.5.2/cms.pagetree.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.5.2/cms.welcome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
3 changes: 0 additions & 3 deletions cms/static/cms/css/3.5.2rc1/cms.base.css

This file was deleted.

3 changes: 0 additions & 3 deletions cms/static/cms/css/3.5.2rc1/cms.pagetree.css

This file was deleted.

3 changes: 0 additions & 3 deletions cms/static/cms/css/3.5.2rc1/cms.welcome.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cms/static/cms/js/dist/3.5.2/bundle.toolbar.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cms/static/cms/js/dist/3.5.2rc1/bundle.toolbar.min.js

This file was deleted.

12 changes: 6 additions & 6 deletions cms/static/cms/sass/components/_iconography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// default font file generated by gulp
@font-face {
font-family: "django-cms-iconfont";
src: url("../../fonts/3.5.2rc1/django-cms-iconfont.eot");
src: url("../../fonts/3.5.2rc1/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.5.2rc1/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.5.2rc1/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.5.2rc1/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.5.2rc1/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
src: url("../../fonts/3.5.2/django-cms-iconfont.eot");
src: url("../../fonts/3.5.2/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.5.2/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.5.2/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.5.2/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.5.2/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 5a84b08

Please sign in to comment.