Skip to content

Commit 52d0d3e

Browse files
committed
Changelog formatting changes
1 parent 898f787 commit 52d0d3e

File tree

1 file changed

+109
-109
lines changed

1 file changed

+109
-109
lines changed

CHANGELOG.md

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,126 @@
1-
0.16.1
2-
=================
1+
# CHANGELOG
2+
3+
## 0.16.1
4+
35
- Upgrade to Wagtail 5.1
46
- Replace wagtailfontawesome with wagtail-font-awesome-svg
57

6-
0.16.0
7-
=================
8+
## 0.16.0
9+
810
- Upgrade to Wagtail 5.0, drop support for Wagtail < 4.1
911
- Add Django 4.2 support, drop support for Django 4.0
1012
- Add Python 3.11 support, drop support for Python 3.7
1113

12-
0.15.3
13-
=================
14+
## 0.15.3
15+
1416
- Add wagtail >= 2.15 support with get_context_data override instead of get_context
1517

16-
0.15.2
17-
=================
18+
## 0.15.2
19+
1820
- Replace staticfiles tag with static
1921

20-
0.15.1
21-
=================
22+
## 0.15.1
23+
2224
- Remove old versions from test matrix
2325
- Fix button support in wagtail admin for newer wagtail versions
2426

25-
0.15.0
26-
=================
27-
- Fix is_authenticated 'bool' object is not callable error
28-
- Add wagtail <=2.11 support
29-
- Use Github Actions to test package instead of Travis CI
30-
31-
0.14.0
32-
=================
33-
- Fix 'bool' object is not callable error
34-
- Fix deleting descendants with variants when deleting a page
35-
- Add wagtail 2.6 support
36-
37-
0.13.0
38-
=================
39-
- Merged Praekelt fork
40-
- Add custom javascript to segment forms
41-
- bugfix:exclude variant returns queryset when params is queryset
42-
- Added RulePanel, a subclass of InlinePanel, for Rules
43-
- Upgrade to Wagtail > 2.0, drop support for Wagtail < 2
44-
45-
0.12.0
46-
==================
47-
- Fix Django version classifier in setup.py
48-
49-
0.12.0
50-
==================
51-
- Merged forks of Torchbox and Praekelt
52-
- Wagtail 2 compatibility
53-
- Makefile adjustments for portability
54-
- Adds simple segment forcing for superusers
55-
- Fix excluding pages without variant
56-
- Fix bug on visiting a segment page in the admin
57-
- Use Wagtail's logic in the page count in the dash
58-
- Prevent corrected summary item from counting the root page
59-
- Delete variants of a page that is being deleted
60-
- Add end user and developer documentation
61-
- Add an option to show a personalised block to everyone
62-
- Add origin country rule (#190)
63-
- Return 404 if variant page is accessed directly (#188)
64-
- Do not generate sitemap entries for variants (#187)
65-
- Remove restrictive wagtail dependency version constraint (#192)
66-
67-
0.11.3
68-
==================
69-
- Bugfix: Handle errors when testing an invalid visit count rule
70-
71-
0.11.2
72-
==================
73-
- Bugfix: Stop populating static segments when the count is reached
74-
75-
0.11.1
76-
==================
77-
- Populate entirely static segments from registered Users not active Sessions
78-
79-
0.11.0
80-
==================
81-
- Bug Fix: Query rule should not be static
82-
- Enable retrieval of user data for static rules through csv download
83-
84-
0.10.9
85-
==================
86-
- Bug Fix: Display the number of users in a static segment on dashboard
87-
88-
0.10.8
89-
==================
90-
- Don't add users to exclude list for dynamic segments
91-
- Store segments a user is excluded from in the session
92-
93-
0.10.7
94-
==================
95-
- Bug Fix: Ensure static segment members are show the survey immediately
96-
- Records users excluded by randomisation on the segment
97-
- Don't re-check excluded users
98-
99-
0.10.6
100-
==================
101-
- Accepts and stores randomisation percentage for segment
102-
- Adds users to segment based on random number relative to percentage
103-
104-
0.10.5
105-
==================
106-
- Count how many users match a segments rules before saving the segment
107-
- Stores count on the segment and displays in the dashboard
108-
- Enables testing users against rules if there isn't an active request
109-
110-
0.10.0
111-
==================
112-
- Adds static and dynamic segments
113-
114-
0.9.1 (tbd)
115-
==================
116-
117-
- Fixes import for reverse resolver for older Django versions (<1.10)
118-
- Bases migrations off of older wagtail dependencies
119-
- Adds more dashboard panels and fixes exclude variants function
120-
121-
122-
0.9.0 (2017-06-02)
123-
==================
27+
## 0.15.0
28+
29+
- Fix is_authenticated 'bool' object is not callable error
30+
- Add wagtail <=2.11 support
31+
- Use Github Actions to test package instead of Travis CI
32+
33+
## 0.14.0
34+
35+
- Fix 'bool' object is not callable error
36+
- Fix deleting descendants with variants when deleting a page
37+
- Add wagtail 2.6 support
38+
39+
## 0.13.0
40+
41+
- Merged Praekelt fork
42+
- Add custom javascript to segment forms
43+
- bugfix:exclude variant returns queryset when params is queryset
44+
- Added RulePanel, a subclass of InlinePanel, for Rules
45+
- Upgrade to Wagtail > 2.0, drop support for Wagtail < 2
46+
47+
## 0.12.0
48+
49+
- Fix Django version classifier in setup.py
50+
51+
## 0.12.0
52+
53+
- Merged forks of Torchbox and Praekelt
54+
- Wagtail 2 compatibility
55+
- Makefile adjustments for portability
56+
- Adds simple segment forcing for superusers
57+
- Fix excluding pages without variant
58+
- Fix bug on visiting a segment page in the admin
59+
- Use Wagtail's logic in the page count in the dash
60+
- Prevent corrected summary item from counting the root page
61+
- Delete variants of a page that is being deleted
62+
- Add end user and developer documentation
63+
- Add an option to show a personalised block to everyone
64+
- Add origin country rule (#190)
65+
- Return 404 if variant page is accessed directly (#188)
66+
- Do not generate sitemap entries for variants (#187)
67+
- Remove restrictive wagtail dependency version constraint (#192)
68+
69+
## 0.11.3
70+
71+
- Bugfix: Handle errors when testing an invalid visit count rule
72+
73+
## 0.11.2
74+
75+
- Bugfix: Stop populating static segments when the count is reached
76+
77+
## 0.11.1
78+
79+
- Populate entirely static segments from registered Users not active Sessions
80+
81+
## 0.11.0
82+
83+
- Bug Fix: Query rule should not be static
84+
- Enable retrieval of user data for static rules through csv download
85+
86+
## 0.10.9
87+
88+
- Bug Fix: Display the number of users in a static segment on dashboard
89+
90+
## 0.10.8
91+
92+
- Don't add users to exclude list for dynamic segments
93+
- Store segments a user is excluded from in the session
94+
95+
## 0.10.7
96+
97+
- Bug Fix: Ensure static segment members are show the survey immediately
98+
- Records users excluded by randomisation on the segment
99+
- Don't re-check excluded users
100+
101+
## 0.10.6
102+
103+
- Accepts and stores randomisation percentage for segment
104+
- Adds users to segment based on random number relative to percentage
105+
106+
## 0.10.5
107+
108+
- Count how many users match a segments rules before saving the segment
109+
- Stores count on the segment and displays in the dashboard
110+
- Enables testing users against rules if there isn't an active request
111+
112+
## 0.10.0
113+
114+
- Adds static and dynamic segments
115+
116+
## 0.9.1 (tbd)
117+
118+
- Fixes import for reverse resolver for older Django versions (<1.10)
119+
- Bases migrations off of older wagtail dependencies
120+
- Adds more dashboard panels and fixes exclude variants function
121+
122+
123+
## 0.9.0 (2017-06-02)
124124

125125
Initial release of wagtail-personalisation. This Wagtail module provides basic
126126
personalisation based on pre-defined rules in the backend.

0 commit comments

Comments
 (0)