Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jan 25, 2021
1 parent 9b89a6d commit ea9489e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coderedcms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See: https://www.python.org/dev/peps/pep-0440/
"""
release = ["0", "20", "0", "", "dev0"]
release = ["0", "20", "0", "", ""]


def _get_version() -> str:
Expand Down
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CodeRed CMS follows the ``[major].[minor].[maintenance]`` versioning scheme.
.. toctree::
:maxdepth: 1

v0.20.0
v0.19.1
v0.19.0
v0.18.2
Expand Down
35 changes: 35 additions & 0 deletions docs/releases/v0.20.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
v0.20.0 release notes
=====================


Bug fixes
---------

* Fix rich text toolbar in Wagtail admin when scrolling long blocks of text.

* Always create valid element IDs in templates when random generation is
required (i.e. modal blocks).

* Fix rendering of modal button to be valid HTML.


New features
------------

* Upgraded to Wagtail 2.11

* Upgraded to Bootstrap 4.6.0


Upgrade considerations
----------------------

* You may need to alter your initial ``website`` migration if you run into any
issues after updating. See `Wagtail 2.11 release notes
<https://docs.wagtail.io/en/stable/releases/2.11.html#run-before-declaration-needed-in-initial-homepage-migration>`_.


Thank you!
----------

Thanks to everyone who contributed to `0.20.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/27?closed=1>`_.

0 comments on commit ea9489e

Please sign in to comment.