Skip to content

Commit

Permalink
changelog for 5.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 18, 2024
1 parent 1babe92 commit b957ee1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Changelog
=========

Version 5.1.12
--------------

* bug/medium: eln import: fix issue with resources categories import. fix #5356
* bug/minor: eln import: honor userid setting. fix #5382
* bug/minor: teamgroups: fix issue with comma in username. fix #5406
* bug/minor: templates: fix steps not being duplicated. fix #5404
* bug/minor: extra fields builder: fix number type field missing units (fix #5398)
* bug/minor: extra fields: fix issue with incorrect groups definition. fix #5369
* feat: minor: mask colon (:) for autocomplete searches (PR #5383 by Marcel Bolten) fix #5376
* chore: composer: upgrade league/commonmark. fix vuln https://github.com/elabftw/elabftw/security/dependabot/64
* chore: set min cross-spawn version to 7.0.5. fix for CVE-2024-21538


Version 5.1.11
--------------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '5.1'
# The full version, including alpha/beta/rc tags.
release = '5.1.11'
release = '5.1.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b957ee1

Please sign in to comment.