Skip to content

Commit 3c14f61

Browse files
committed
Version bump 12.1
1 parent cc20964 commit 3c14f61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## Version 0.12.1 (18/10/2024)
4+
5+
- Fix converting external to internal links when wagtail urls are not served at the root
6+
7+
## Version 0.12.1 (4/4/2024)
8+
9+
- Wagtail 6 compatibility
10+
311
## Version 0.11.0 (6/11/2023)
412

513
- Add support for Wagtail 5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="wagtail_content_import",
22-
version="0.12.0",
22+
version="0.12.1",
2323
description="A module for Wagtail that provides functionality for importing page content from third-party sources.",
2424
author="Samir Shah, Jacob Topp-Mugglestone, Karl Hobley, Matthew Westcott",
2525
author_email="jacobtm@torchbox.com",

0 commit comments

Comments
 (0)