We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902e39 commit b7a4bacCopy full SHA for b7a4bac
CHANGELOG.md
@@ -1,6 +1,10 @@
1
All notable changes to this project will be documented in this file.
2
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
3
4
+## 2.13 2025-08-01
5
+
6
+- Add ability to configure sharing domain via Django settings (https://github.com/cfpb/wagtail-sharing/pull/78)
7
8
## 2.12.1 2024-01-09
9
10
- Fix deprecation warning in Wagtail 5.2 (https://github.com/cfpb/wagtail-sharing/pull/73)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "wagtail-sharing"
-version = "2.12.1"
+version = "2.13"
description = "Easier sharing of Wagtail drafts"
readme = "README.rst"
requires-python = ">=3.8"
0 commit comments