We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c600b commit 30f3684Copy full SHA for 30f3684
CHANGELOG.txt
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
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
14
0.3.1 (2023-11-06)
15
~~~~~~~~~~~~~~~~~~
16
setup.py
@@ -4,7 +4,7 @@
setup(
name='wagtail-experiments',
- version='0.3.1',
+ version='0.4',
description="A/B testing for Wagtail",
author='Matthew Westcott',
author_email='[email protected]',
0 commit comments