File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.4 (2024-02-13)
5+ ~~~~~~~~~~~~~~~~
6+
7+ * Added support for Wagtail 6.0 (prevent draft edits made after an experiment goes live from showing on the front-end)
8+ * Added support for Django 5.0
9+ * Dropped support for Wagtail <5.2 and Django <4.2
10+ * Fix: Prevent potential incorrect ordering of alternatives on PostgreSQL
11+ * Fix: Add missing migration for changes to meta options
12+
13+
4140.3.1 (2023-11-06)
515~~~~~~~~~~~~~~~~~~
616
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'wagtail-experiments' ,
7- version = '0.3.1 ' ,
7+ version = '0.4 ' ,
88 description = "A/B testing for Wagtail" ,
99 author = 'Matthew Westcott' ,
1010 author_email = 'matthew.westcott@torchbox.com' ,
You can’t perform that action at this time.
0 commit comments