Skip to content

Commit

Permalink
Update release notes for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 11, 2020
1 parent 303b50c commit c3bee17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.2 (xxxx-xx-xx)
0.2 (2020-12-11)
----------------

* Added compatibility with Wagtail 2.9 - 2.11 (Matt Westcott)
* Logged-in users are now redirected back to the Wagtail admin after submitting a review (Maylon Pedroso)
* Fix: CSRF token is now set correctly when the 'respond to review' view is the user's first request (Matt Westcott)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ An extension for Wagtail allowing pages to be submitted for review (including to

## Requirements

Django 2.2 or higher
Wagtail 2.5 or higher
* Django 2.2 or higher
* Wagtail 2.5 or higher

## Installation

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
license='BSD',
long_description="An extension for Wagtail allowing pages to be submitted for review (including to non-Wagtail users) prior to publication",
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand All @@ -30,6 +30,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Framework :: Django',
'Framework :: Wagtail',
'Framework :: Wagtail :: 2',
Expand Down

0 comments on commit c3bee17

Please sign in to comment.