Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
/ elabdoc Public archive

Commit 71de0fe

Browse files
committed
5.2.5
1 parent a6169a3 commit 71de0fe

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

doc/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
Changelog
44
=========
55

6+
Version 5.2.5
7+
-------------
8+
9+
Another iteration with bugfixes for the 5.2 branch. Warning: this version requires a database schema update (`bin/console db:update`). Note that you can also declare `AUTO_DB_UPDATE=true` as en ENV var for eLabFTW container so it does this automatically upon container startup.
10+
11+
* bug/medium: restore anonymous sharing feature. fix #5722
12+
* bug/minor: api: return null if no exclusive edit mode is present. fix #5724
13+
* bug/minor: api: fix category on creating items. fix #5725
14+
* bug/minor: events: fix link on view mode. closes #5726
15+
* bug/minor: scheduler: add scope for events (#5719) fix #5706
16+
* bug/minor: permissions immutability: also prevent changing on concrete entities
17+
* bug/minor: enforce immutable permissions on the backend
18+
* bug/minor: templates: add missing rating column in select sql
19+
* bug/minor: add missing compounds field to experiment object in openapi (#5712)
20+
* ux: compounds: prevent soft-deletion of linked compound
21+
* ux: improve handling of incorrect metadata
22+
23+
624
Version 5.2.4
725
-------------
826

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '5.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '5.2.4'
65+
release = '5.2.5'
6666

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

0 commit comments

Comments
 (0)