Skip to content

Commit

Permalink
🔖 Bump version to 3.0.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Jan 30, 2025
1 parent 3e6fd8d commit 13c92e7
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 3.0.0
current_version = 3.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{pre}.{build}
Expand Down
39 changes: 26 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ Changelog
=========

.. note::

The Dutch version of this changelog can be found :ref:`here <changelog-nl>`.

3.0.2 (2025-01-30)
==================

Regular bugfix release.

* [:backend:`4689`] Fixed file uploads in repeating groups not being processed correctly.
* [:backend:`5034`] Fixed Objects API registration plugin expecting an authentication
attribute when "update existing object" is turned off.
* [:backend:`5035`] Fixed duplicate values send by legacy Objects API registration
plugin.
* [:backend:`5021`] Fixed Objects API registration plugin variables not available in
variable mappings.

3.0.1 (2025-01-10)
==================

Expand All @@ -21,7 +34,7 @@ Open Forms 3.0.0 is a feature release.
.. epigraph::

Until the 19th century, the countryside of North and South Holland was divided into
hundreds of small legal-administrative units, the 'lordships' (Heerlijkheid). The current
hundreds of small legal-administrative units, the 'lordships' (Heerlijkheid). The current
municipalities can be considered as a kind of successors of the former lordships. The release
name reflects the influence of various large and smaller municipalities on this release.
This is also a "lordly" release with many features, improvements and clean-ups.
Expand All @@ -43,7 +56,7 @@ To upgrade to 3.0, please:
* ⚠️ Please review the instructions in the documentation under **Installation** >
**Upgrade details to Open Forms 3.0.0** before and during upgrading. You can find
details for the deprecated code and how this might affect you.

Where possible, we have included upgrade checks that can you inform about detected problems before
any database changes are made. We will add (some) of these checks to the next 2.8.x patch release
to so you can run them to explore possible impact.
Expand All @@ -66,7 +79,7 @@ An example is defined in :ref:`Prefill examples <examples_objects_prefill>`.
We now provide a much more intuitive user experience to have someone cosign a form submission - users need
to click less and in general we removed a lot of friction for this process.

On top of that, the new configuration options for cosign allow you to tweak the content of emails and screens
On top of that, the new configuration options for cosign allow you to tweak the content of emails and screens
when cosigning is enabled in a form - from inviting someone to cosign to the confirmation page they get.

**💳 More powerful price calculations**
Expand Down Expand Up @@ -135,7 +148,7 @@ Detailed changes
- Moved the introduction page configuration to clarify the difference with the introduction text fields.
* Registration plugins:

* [:backend:`4686`] All the registration plugin configuration options are now consistently managed in a
* [:backend:`4686`] All the registration plugin configuration options are now consistently managed in a
modal with better UX.

* Email:
Expand Down Expand Up @@ -214,7 +227,7 @@ Detailed changes
- Updated translations of improved texts.
* [:backend:`4815`] The minimum submission removal limit is now 0 days, allowing submissions to be deleted on the
same day they were created.
* [:backend:`4717`] Improved accessibility for site logo, error message element and PDF documents.
* [:backend:`4717`] Improved accessibility for site logo, error message element and PDF documents.
* [:backend:`4719`] Improved accessibility in postcode fields.
* [:backend:`4707`] You can now resize the Json-Logic widgets.
* [:backend:`4720`] Improved accessibility for the skiplink and the PDF report.
Expand Down Expand Up @@ -256,7 +269,7 @@ Detailed changes
* Fixed long words taking a lot of place and pushing icons.
* Fixed markup of checkboxes with help text.
* Fixed migration for update summary tag.
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
still requires cosigning.
* Fixed variables mapping by applying fallback for missing form values.
* [:backend:`4862`] Fixed unintended hashing of identifying attributes when the cosigner
Expand Down Expand Up @@ -398,7 +411,7 @@ Detailed changes
(i.e. on the same day).
* [:backend:`4717`] Improved accessibility for site logo, error message element and PDF documents.
* [:backend:`4707`] You can now resize the Json-Logic widgets.
* [:backend:`4686`} All the registration plugin configuration options are now consistently managed in a
* [:backend:`4686`} All the registration plugin configuration options are now consistently managed in a
modal with better UX.
* [:backend:`4720`] Improved accessibility for the skiplink and the PDF report.
* [:backend:`4719`] Improved accessibility in postcode fields.
Expand Down Expand Up @@ -441,7 +454,7 @@ Detailed changes
Regular bugfix release

.. warning:: Manual intervention required

We fixed a bug that would mess with the default values of selectboxes components.
A script is included to fix the forms that are affected - you need to run this
after deploying the patch release.
Expand All @@ -465,7 +478,7 @@ Regular bugfix release
filename.
* [:backend:`4727`] Fixed crash when a user defined variable was changed to an array
datatype.
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
still requires cosigning.

2.7.10 (2024-11-25)
Expand All @@ -474,7 +487,7 @@ Regular bugfix release
Periodic bugfix release

.. warning:: Manual intervention required

We fixed a bug that would mess with the default values of selectboxes components.
A script is included to fix the forms that are affected - you need to run this
after deploying the patch release.
Expand All @@ -483,7 +496,7 @@ Periodic bugfix release
# in the container via ``docker exec`` or ``kubectl exec``:
python src/manage.py /app/bin/fix_selectboxes_component_default_values.py
Alternatively, you can also manually open and save all the affected forms in the
admin interface.

Expand All @@ -495,7 +508,7 @@ Periodic bugfix release
in a step that's being skipped. See the instructions below on how to patch existing forms.
* [:backend:`4823`] Fixed uploading files with leading or trailing whitespace in the
filename.
* [:backend:`4727`] Fixed a crash in the form designer UI when a user defined variable was
* [:backend:`4727`] Fixed a crash in the form designer UI when a user defined variable was
changed to an array datatype.

2.8.1 (2024-10-29)
Expand Down
2 changes: 1 addition & 1 deletion README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Formulieren
================

:Version: 3.0.0
:Version: 3.0.2
:Source: https://github.com/open-formulieren/open-forms
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Forms
==========

:Version: 3.0.0
:Version: 3.0.2
:Source: https://github.com/open-formulieren/open-forms
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openforms",
"version": "3.0.0",
"version": "3.0.2",
"description": "Open Forms",
"main": "src/static/openforms/js/openforms.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Open Forms Builder and API
url: 'http://github.com/open-formulieren/open-forms.git'
softwareType: standalone/backend
softwareVersion: 3.0.0
softwareVersion: 3.0.2
releaseDate: '2022-03-10'
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/openforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .celery import app as celery_app

__all__ = ("celery_app",)
__version__ = "3.0.0"
__version__ = "3.0.2"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-formulieren/open-forms"

0 comments on commit 13c92e7

Please sign in to comment.