Skip to content

Commit

Permalink
Merge branch 'django-cms:release/3.10.x' into release/3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 27, 2022
2 parents e84de57 + 446e39d commit 58ad645
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 22 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -2,11 +2,15 @@
Changelog
=========

3.10.1rc1 (2022-06-02)
3.10.1 (2022-06-02)
======================

Bug Fixes:
----------
* Changelog titles for 3.10.x (#7347) (31f399535) -- Mark Walker
* Request missing from test rendering (#7346) (eff54b0fd) -- Mark Walker
* Changelog title for 3.10.1rc1 (#7345) (966a90fd2) -- Mark Walker
* Revert change to the toolbar sites menu to use ``http`` protocol (#7332) (caddfe7f4) -- Mark Walker
* Fixed ``AttributeError`` (#7288) when the current toolbar object doesn't define ``get_draft_url()`` (#7289) -- Marco Bonetti
* Fix for django 2.2 in middleware [#7290] (#7293) -- Mark Walker
* Update release script to start bringing support for macOS (#7294) -- Mark Walker
Expand All @@ -16,12 +20,12 @@ Bug Fixes:
Statistics:
-----------

This release includes 8 pull requests, and was created with the help of the following contributors (in alphabetical order):
This release includes 12 pull requests, and was created with the help of the following contributors (in alphabetical order):

* Conrad (3 pull requests)
* Florian Delizy (1 pull request)
* Marco Bonetti (1 pull request)
* Mark Walker (4 pull requests)
* Mark Walker (7 pull requests)

Thanks to all contributors for their efforts!

Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
@@ -1,6 +1,6 @@
import django

__version__ = '3.10.1rc1'
__version__ = '3.10.1'

if django.VERSION < (3, 2):
default_app_config = 'cms.apps.CMSConfig'
3 changes: 3 additions & 0 deletions cms/static/cms/css/3.10.1/cms.base.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.10.1/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.10.1rc1/cms.base.css

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions cms/static/cms/css/3.10.1rc1/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.10.1/bundle.toolbar.min.js

Large diffs are not rendered by default.

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

This file was deleted.

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

0 comments on commit 58ad645

Please sign in to comment.