Commit 9c76b21
committed
Merge tag 'v1.8.0' into develop
Changes:
- Added: Add Python 3.14 support (@marteinn)
- Added: Add Django 6.0 support (@marteinn)
- Added: Add Wagtail 7.3 support (@marteinn)
- Fixed: Fix potential xss vulnerability in PolyfillColorInputWidget by escaping field id (@marteinn)
- Fixed: Remove dead code for Wagtail < 6.0 support (@marteinn)
- Fixed: Pin all GitHub Actions to commit SHAs and upgrade psf/black from 22.3.0 to 26.3.1 (@marteinn)
- Fixed: Add top-level read-only permissions to GitHub Actions workflow (@marteinn)
- Fixed: Require environment approval for PyPI publish in GitHub Actions workflow (@marteinn)
- Fixed: Restrict GitHub Actions push trigger to main branches and release tags (@marteinn)
- Fixed: Pin isort to specific version in CI (@marteinn)
- Fixed: Fix broken jQuery selector in PolyfillColorInputWidget caused by missing # prefix after XSS fix (@marteinn)
- Fixed: Only run publish job in CI on tag pushes (@marteinn)
- Fixed: Update actions/checkout and actions/setup-python actions to latest version (@marteinn)
- Fixed: Cache pip dependencies in CI test job (@marteinn)
- Removed: Drop support for EOL python 3.9 (@marteinn)
- Removed: Drop Django 5.1 support (@marteinn)
- Removed: Drop Wagtail 7.1 support (@marteinn)3 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments