Skip to content

Commit ecdf64e

Browse files
committed
Merge tag 'v1.7.0' into develop
Changes: - Added: Add support for Wagtail 7.2 (@marteinn) - Added: Add support for Wagtail 7.1 (@nickmoreton, @tombreit) - Added: Add support for Wagtail 7.0 (@nickmoreton) - Changed: Add CI testing for 7.0 (@nickmoreton) - Changed: Add CI testing for Django 5.2 (@nickmoreton) - Changed: Add test page model for polyfill field (@marteinn) - Changed: Add docker environment for local development (@marteinn) - Fixed: Fix incorrect WAGTAIL_SITE_NAME in settings (@marteinn) - Fixed: Add WAGTAILADMIN_BASE_URL in settings (@marteinn) - Fixed: Ignore local sqlite files (@marteinn) - Fixed: Fix STATIC_ROOT warning when running local dev (@marteinn) - Fixed: Ignore staticfils dir (@marteinn) - Fixed: Ignore local claude config (@marteinn) - Removed: Drop support for EOL Wagtail 5.2 (@marteinn) - Removed: Drop support for EOL Wagtail 6.4 (@marteinn) - Removed: Drop Wagtail testing for 5.0 (@nickmoreton) - Removed: Drop Django testing for 5.0 (@nickmoreton)
2 parents 56dab15 + 0d88eb1 commit ecdf64e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [1.7.0] - 2025-11-22
14+
### Added
915
- Add support for Wagtail 7.2 (@marteinn)
1016
- Add support for Wagtail 7.1 (@nickmoreton, @tombreit)
1117
- Add support for Wagtail 7.0 (@nickmoreton)

wagtail_color_panel/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "wagtail_color_panel"
2-
__version__ = "1.6.0"
3-
__build__ = 10
2+
__version__ = "1.7.0"
3+
__build__ = 11
44
__author__ = "Martin Sandström"
55
__license__ = "MIT"
66
__copyright__ = "Copyright 2020-present Martin Sandström"

0 commit comments

Comments
 (0)