Skip to content

Commit ce369cd

Browse files
committed
Release notes and version for 3.0.0
1 parent 33c4e38 commit ce369cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/releases.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ Release Notes
66

77
**This release contains breaking changes!**
88

9+
* NEW: Search engine and social media previews in the preview pane!
10+
11+
* Officially support Python 3.13, and drop support for Python 3.8 and Wagtail 3.
12+
913
* Move Organization fields from individual pages (``SeoMixin``) to Site settings (``SeoSettings``).
1014

11-
* Organization fields (``struct_org_*``) and metadata fields (e.g. ``og_image``) have been split out into mixins: ``SeoOrgFields`` and ``SeoMetaFields``. This enables more customized use on models, snippets, pages, settings, etc.
15+
* Organization fields (``struct_org_*``) and metadata fields (e.g. ``og_image``) have been split out into mixins: ``SeoOrgFields`` and ``SeoMetaFields``. This enables more customized use on models, snippets, pages, settings, etc.
1216

1317
See :doc:`/getting-started/migration-3`.
1418

wagtailseo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release = ["2", "5", "0"]
1+
release = ["3", "0", "0"]
22
__version__ = "{0}.{1}.{2}".format(release[0], release[1], release[2])
33
__shortversion__ = "{0}.{1}".format(release[0], release[1])

0 commit comments

Comments
 (0)