Skip to content

Commit

Permalink
Bumped version to 3.3.3rc1 (#5708)
Browse files Browse the repository at this point in the history
* Added 3.3.3 upgrade notes

* Updated css files

* Updated icons

* Updated Authors file

* Bumped version to 3.3.3rc1
  • Loading branch information
czpython committed Sep 27, 2016
1 parent 095ad95 commit df3b67c
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 5 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Contributors (based on gitlog, 490 unique authors):
* Darryl Woods
* Dave Bell
* Dave Hall
* David D Lowe
* David Grant
* David Jean Louis
* David Lam
Expand Down Expand Up @@ -230,7 +231,7 @@ Contributors (based on gitlog, 490 unique authors):
* Jason Jenkins
* Jason Robinson
* Jeffrey Goettsch
* JensDiemer
* Jens Diemer
* Jeroen Noten
* Jessica Tallon
* Jimmy Lam
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.3.2'
__version__ = '3.3.3rc1'

default_app_config = 'cms.apps.CMSConfig'
2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.pagetree.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.welcome.css

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

Binary file modified cms/static/cms/fonts/django-cms-iconfont.eot
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.ttf
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.woff
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.woff2
Binary file not shown.
29 changes: 29 additions & 0 deletions docs/upgrade/3.3.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.. _upgrade-to-3.3.3:

###################
3.3.3 release notes
###################

*******************
What's new in 3.3.3
*******************

Bug Fixes
=========

* Fixed a bug where where the plugin picker would display the plugin names
translated in the request language instead of the user's language.
* Fixed a bug which raised an exception when the ``AdvancedSettingsForm``
failed validation on certain fields.
* Fixed a bug with widgets not initialising correctly sometimes
* Fixed a tree corruption when moving a published page under a published one.
* Fixed a tree corruption caused by ``fix-tree`` when an unpublished page is parent
to a published page.
* Fixed an error when publishing a page that has an unpublished child page who is
parent to a published page.
* Fixed a bug where moving a published page under a page marked as pending publishing
is left as published instead of being marked as pending publishing.
* Fixed AttributeError when using ``create_page`` in management command
* Fixed a bug in getting the language from current request which can cause error 500
* API functions are now atomic by design (use the @atomic decorator)
* Fixed a bug where a ``Page`` was created with it's languages field set to ``None``.
1 change: 1 addition & 0 deletions docs/upgrade/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ makes changes to your database.
.. toctree::
:maxdepth: 1

3.3.3
3.3.2
3.3.1
3.3
Expand Down

0 comments on commit df3b67c

Please sign in to comment.