Skip to content

Commit 495d554

Browse files
committed
Add 2.0.0 release notes
1 parent fbff588 commit 495d554

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Wagtail CRX (previously CodeRed CMS) follows the
1515
.. toctree::
1616
:maxdepth: 1
1717

18+
v2.0.0
1819
v1.0.3
1920
v1.0.2
2021
v1.0.1

docs/releases/v2.0.0.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
v2.0.0 release notes
2+
====================
3+
4+
5+
New features
6+
------------
7+
8+
* CRX no longer pins the minor version of Wagtail. 2.x series will work with any version of Wagtail 4.
9+
10+
* Support Wagtail 4.0, 4.1, and 4.2.
11+
12+
13+
Upgrade considerations
14+
----------------------
15+
16+
While there are no functional changes in CRX, there are many changes in Wagtail 4. Most CRX sites should not be impacted, however if your site implements custom functionality beyond what CRX provides, review the `Wagtail 4 release notes and upgrade considerations <https://docs.wagtail.org/en/stable/releases/4.0.html>`.
17+
18+
If you are upgrading from an older version of CRX (0.x series) it is highly recommended to upgrade to 1.0 before attempting to upgrade to 2.0.
19+
20+
As always, be sure to make and apply migrations after upgrading:
21+
22+
.. code-block:: text
23+
24+
python manage.py makemigrations
25+
python manage.py migrate
26+
27+
28+
Thank you!
29+
----------
30+
31+
Thanks to everyone who contributed to `2.0.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/45?closed=1>`_.

0 commit comments

Comments
 (0)