kopia lustrzana https://github.com/wagtail/wagtail
Release note for #11943 in 6.0.4
rodzic
40980bab9d
commit
4b7210dd51
|
@ -129,6 +129,12 @@ Changelog
|
||||||
* Maintenance: Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston)
|
* Maintenance: Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston)
|
||||||
|
|
||||||
|
|
||||||
|
6.0.4 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fix: Fix snippet copy view not prefilling form data (Sage Abdullah)
|
||||||
|
|
||||||
|
|
||||||
6.0.3 (01.05.2024)
|
6.0.3 (01.05.2024)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Wagtail 6.0.4 release notes - IN DEVELOPMENT
|
||||||
|
|
||||||
|
_Unreleased_
|
||||||
|
|
||||||
|
```{contents}
|
||||||
|
---
|
||||||
|
local:
|
||||||
|
depth: 1
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
## What's new
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* Fix snippet copy view not prefilling form data (Sage Abdullah)
|
|
@ -8,6 +8,7 @@ Release notes
|
||||||
6.2
|
6.2
|
||||||
6.1.1
|
6.1.1
|
||||||
6.1
|
6.1
|
||||||
|
6.0.4
|
||||||
6.0.3
|
6.0.3
|
||||||
6.0.2
|
6.0.2
|
||||||
6.0.1
|
6.0.1
|
||||||
|
|
Ładowanie…
Reference in New Issue