We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f00e5d commit dcb439bCopy full SHA for dcb439b
CHANGELOG.rst
@@ -12,6 +12,8 @@ Next version
12
- Added ``usedforsecurity=False`` to our usage of ``hashlib.md5``.
13
- Bumped the minimum django-tree-queries version to 0.21 and used the
14
``TreeAdmin`` and ``AncestorFilter`` from there.
15
+- Added the ``referrerpolicy`` attribute to YouTube IFRAMEs, seems to solve
16
+ some of the embedding problems we have been seeing.
17
18
19
5.4 (2025-06-19)
feincms3/__init__.py
@@ -1 +1 @@
1
-__version__ = "5.4.2"
+__version__ = "5.4.3"
0 commit comments