Skip to content

Commit

Permalink
Merge pull request #4698 from open-formulieren/release/2.7.7
Browse files Browse the repository at this point in the history
🔖 Bump version to 2.7.7 and update changelog
  • Loading branch information
sergei-maertens authored Sep 23, 2024
2 parents 7185dd1 + 497b4cc commit e483dbc
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 8 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 = 2.7.6
current_version = 2.7.7
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
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
=========

2.7.7 (2024-09-23)
==================

Periodic bugfix release

* [:backend:`4653`] Fixed the missing paragraph/headings style options in WYSIWYG
editors.
* [:backend:`4602`] Fixed missing Dutch translation for minimum required checked items
error message in the selectboxes component.
* [:backend:`4680`] Fixed a crash that can occur with certain Formio broken
configurations when upgrading from 2.6 to 2.7.
* [:backend:`4656`] Fixed a crash during validation when you have file upload components
inside repeating groups.
* [:backend:`4658`] Fixed certain variants of ZIP files not passing validation on
Windows.
* [:backend:`4652`] Fixed misaligned validation errors in the form designer UI.
* Fixed a misconfiguration for automated end-to-end testing in CI.

2.7.6 (2024-09-05)
==================

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: 2.7.6
:Version: 2.7.7
: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: 2.7.6
:Version: 2.7.7
: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": "2.7.6",
"version": "2.7.7",
"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: 2.7.6
softwareVersion: 2.7.7
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__ = "2.7.6"
__version__ = "2.7.7"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-formulieren/open-forms"

0 comments on commit e483dbc

Please sign in to comment.