瀏覽代碼

Release 0.20.0

Vince Salvino 4 年之前
父節點
當前提交
ea9489e4d7
共有 3 個文件被更改,包括 37 次插入1 次删除
  1. 1 1
      coderedcms/__init__.py
  2. 1 0
      docs/releases/index.rst
  3. 35 0
      docs/releases/v0.20.0.rst

+ 1 - 1
coderedcms/__init__.py

@@ -14,7 +14,7 @@ Maintains version of coderedcms.
 
 See: https://www.python.org/dev/peps/pep-0440/
 """
-release = ["0", "20", "0", "", "dev0"]
+release = ["0", "20", "0", "", ""]
 
 
 def _get_version() -> str:

+ 1 - 0
docs/releases/index.rst

@@ -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

+ 35 - 0
docs/releases/v0.20.0.rst

@@ -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>`_.