Skip to content

Commit 30f3684

Browse files
committed
Version bump to 0.4
1 parent 73c600b commit 30f3684

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
0.3.1 (2023-11-06)
515
~~~~~~~~~~~~~~~~~~
616

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
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='[email protected]',

0 commit comments

Comments
 (0)