Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d527662

Browse files
Merge pull request #6206 from open-formulieren/chore/3.3-eol
Mark 3.3.x as end of life
2 parents e33009f + 9cce1eb commit d527662

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Changelog
1414
`latest <https://open-forms.readthedocs.io/en/latest/changelog.html>`_ docs
1515
version.
1616

17+
3.3.16 (2026-04-21)
18+
===================
19+
20+
Final bugfix release in the ``3.3.x`` series.
21+
22+
* [:backend:`5924`] Fixed validation messages being linked to the wrong (non-applicable)
23+
steps, causing confusing error mesages in the public frontend.
24+
* [:backend:`6171`] Fixed missing required XML-attributes in StUF-ZDS messages.
25+
* Applied latest available security patches of the libraries that we use.
26+
1727
3.5.0 "Kjeld" (2026-04-15)
1828
==========================
1929

docker/ci/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"hasExtensionsVariant": true
77
},
88
{
9-
"gitRef": "stable/3.4.x",
9+
"gitRef": "stable/3.5.x",
1010
"tag": null,
1111
"hasExtensionsVariant": true
1212
},
1313
{
14-
"gitRef": "stable/3.3.x",
14+
"gitRef": "stable/3.4.x",
1515
"tag": null,
1616
"hasExtensionsVariant": true
1717
}

0 commit comments

Comments
 (0)