kopia lustrzana https://github.com/wagtail/wagtail
Add release notes for 3.0.3
rodzic
6fa216883b
commit
40c9d07b24
|
|
@ -208,6 +208,13 @@ Changelog
|
||||||
* Fix: Remove outdated reference to Image.LoaderError (Matt Westcott)
|
* Fix: Remove outdated reference to Image.LoaderError (Matt Westcott)
|
||||||
|
|
||||||
|
|
||||||
|
3.0.3 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fix: On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
|
||||||
|
* Fix: Prevent JavaScript error when using StreamField on views without commenting support, such as snippets (Jacob Topp-Mugglestone)
|
||||||
|
|
||||||
|
|
||||||
3.0.2 (30.08.2022)
|
3.0.2 (30.08.2022)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Wagtail 3.0.3 release notes - IN DEVELOPMENT
|
||||||
|
|
||||||
|
_Unreleased_
|
||||||
|
|
||||||
|
```{contents}
|
||||||
|
---
|
||||||
|
local:
|
||||||
|
depth: 1
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
## What's new
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer
|
||||||
|
* Prevent JavaScript error when using StreamField on views without commenting support, such as snippets (Jacob Topp-Mugglestone)
|
||||||
|
|
@ -8,6 +8,7 @@ Release notes
|
||||||
4.1
|
4.1
|
||||||
4.0.1
|
4.0.1
|
||||||
4.0
|
4.0
|
||||||
|
3.0.3
|
||||||
3.0.2
|
3.0.2
|
||||||
3.0.1
|
3.0.1
|
||||||
3.0
|
3.0
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue