Skip to content

Commit daf5ef2

Browse files
Release notes
1 parent 13aaaa7 commit daf5ef2

3 files changed

Lines changed: 48 additions & 29 deletions

File tree

docs/versions/release-notes/v5-3.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,15 +1107,22 @@ Post-release
11071107

11081108
### 5.3.85 (2026-03-11) - maintenance revision {#version-5.3.85}
11091109

1110-
- Backported [from v6.3](v6-3#version-6.3.4) fixed cascade copy of multi-documents field
1111-
- Backported [from v6.3](v6-3#version-6.3.5) fix JSON body parsing to take into account explicit `null`s
1112-
- Backported [from v6.3](v6-3#version-6.3.5) addition of missing `com.simplicite.util.engine.DispositionInterface` in public classes
1113-
- Backported [from v6.3](v6-3#version-6.3.5) fix of potential _not found_ on API tester page depending
1110+
- Backported [from v6.3](v6-3#version-6.3.4) fixed cascade copy of multi-documents field.
1111+
- Backported [from v6.3](v6-3#version-6.3.5) fix JSON body parsing to take into account explicit `null`s.
1112+
- Backported [from v6.3](v6-3#version-6.3.5) addition of missing `com.simplicite.util.engine.DispositionInterface` in public classes.
1113+
- Backported [from v6.3](v6-3#version-6.3.5) fix of potential _not found_ on API tester page depending.
11141114
on the configuration of the `URI_MAPPINGS` system parameter.
11151115
- Backported [from v6.3](v6-3#version-6.3.6) fix of order on `select` objects' enum fields to be by code by default.
11161116
1117-
### 5.3.86 (UNRELEASED) - maintenance revision {#version-5.3.86}*
1117+
### 5.3.86 (UNRELEASED) - maintenance revision {#version-5.3.86}
11181118
1119-
- Backported [from v6.3](v6-3#version-6.3.7) fix on location of the `patches` directory
1120-
and fatal error if this directory is not present during platform upgrade
1121-
- Backported [from v6.3](v6-3#version-6.3.7) fix on refresh token credentials passing (client ID/client secret)
1119+
- Backported [from v6.3](v6-3#version-6.3.7) fix on location of the `patches` directory.
1120+
and fatal error if this directory is not present during platform upgrade.
1121+
- Backported [from v6.3](v6-3#version-6.3.7) fix on refresh token credentials passing (client ID/client secret).
1122+
- Backported [from v6.3](v6-3#version-6.3.7) fix on `JSONTool.jsonMetaObject` with explicit list of fields.
1123+
1124+
<!--
1125+
### 5.3.87 (UNRELEASED) - maintenance revision {#version-5.3.87}
1126+
1127+
- Nothing so far...
1128+
-->

docs/versions/release-notes/v6-2.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -658,25 +658,31 @@ Post-release
658658
659659
### 6.2.23 (2026-02-16) - maintenance revision {#version-6.2.23}
660660
661-
- Backported [from v6.3](v6-3#version-6.3.4) fix on missing context URL in I/O grant
662-
- Backported [from v6.3](v6-3#version-6.3.4) added `--legacy-peer-deps` option for `npm install` called from modules' `pom.xml`
663-
- Backported [from v6.3](v6-3#version-6.3.4) fix on cascade copy of multi-documents field
664-
- Backported [from v6.3](v6-3#version-6.3.4) fix inlined 0,1/1,1 objects cascade copy and parent data reloading
665-
- Backported [from v6.3](v6-3#version-6.3.4) fix empty form of home instance of a specific "select" object
661+
- Backported [from v6.3](v6-3#version-6.3.4) fix on missing context URL in I/O grant.
662+
- Backported [from v6.3](v6-3#version-6.3.4) added `--legacy-peer-deps` option for `npm install` called from modules' `pom.xml`.
663+
- Backported [from v6.3](v6-3#version-6.3.4) fix on cascade copy of multi-documents field.
664+
- Backported [from v6.3](v6-3#version-6.3.4) fix inlined 0,1/1,1 objects cascade copy and parent data reloading.
665+
- Backported [from v6.3](v6-3#version-6.3.4) fix empty form of home instance of a specific "select" object.
666666
667667
### 6.2.24 (2026-03-11) - maintenance revision {#version-6.2.24}
668668
669-
- Backported [from v6.3](v6-3#version-6.3.5) fix JSON body parsing to take into account explicit `null`s
670-
- Backported [from v7.0](v7-0#removed-libs) removal of the `xml-apis` lib (conflicting with JVM module)
671-
- Backported [from v6.3](v6-3#version-6.3.5) addition of missing `com.simplicite.util.engine.DispositionInterface` in public classes
672-
- Backported [from v7.0](v7-0#additional-libs-in-the-light-variant) inclusion of the _JClouds_ and _Tika_ libs in the "light" variant
669+
- Backported [from v6.3](v6-3#version-6.3.5) fix JSON body parsing to take into account explicit `null`s.
670+
- Backported [from v7.0](v7-0#removed-libs) removal of the `xml-apis` lib (conflicting with JVM module).
671+
- Backported [from v6.3](v6-3#version-6.3.5) addition of missing `com.simplicite.util.engine.DispositionInterface` in public classes.
672+
- Backported [from v7.0](v7-0#additional-libs-in-the-light-variant) inclusion of the _JClouds_ and _Tika_ libs in the "light" variant.
673673
- Backported [from v6.3](v6-3#version-6.3.5) fix of potential _not found_ on API tester page depending
674674
on the configuration of the `URI_MAPPINGS` system parameter.
675675
- Backported [from v6.3](v6-3#version-6.3.6) fix of order on `select` objects' enum fields to be by code by default.
676676
677677
### 6.2.25 (UNRELEASED) - maintenance revision {#version-6.2.25}
678678
679-
- Backported [from v6.3](v6-3#version-6.3.7) fix on location of the `patches` directory
680-
and fatal error if this directory is not present during platform upgrade
681-
- Backported [from v6.3](v6-3#version-6.3.7) fix on refresh token credentials passing (client ID/client secret)
682-
- Backported [from v6.3](v6-3#version-6.3.7) fix on `JSONTool.jsonMetaObject` with explicit list of fields
679+
- Backported [from v6.3](v6-3#version-6.3.7) fix on location of the `patches` directory.
680+
and fatal error if this directory is not present during platform upgrade.
681+
- Backported [from v6.3](v6-3#version-6.3.7) fix on refresh token credentials passing (client ID/client secret).
682+
- Backported [from v6.3](v6-3#version-6.3.7) fix on `JSONTool.jsonMetaObject` with explicit list of fields.
683+
684+
<!--
685+
### 6.2.26 (UNRELEASED) - maintenance revision {#version-6.2.26}
686+
687+
- Nothing so far...
688+
-->

docs/versions/release-notes/v6-3.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,12 +1234,18 @@ Post-release
12341234
- Fixed front read-only constraint on document/image.
12351235
- Backported [from v7.0](v7-0#new-hooks) `preMetadata` and `postMetadata` hooks.
12361236
- Fixed shortcut `Alt-T` to open the platform documentation.
1237-
- Fixed location of the `patches` directory and fatal error if this directory is not present during platform upgrade
1238-
- Fixed missing deletion of image document thumbnail file when handled by the `deleteDocument` platform hook
1239-
- Fixed missing physical deletion of previous file when updating a document field
1240-
- Fixed refresh token credentials passing (client ID/client secret)
1241-
- Fixed `Select2` multi-selection behavior with `Ctrl` key on list edit-cell
1242-
- Fixed avoid creation of inlined links in case of parent creation error
1243-
- Fixed misbehavior of platform hooks invocation and result aggregation when multiple platform hooks classes are present
1244-
- Fixed `JSONTool.jsonMetaObject` with explicit list of fields
1237+
- Fixed location of the `patches` directory and fatal error if this directory is not present during platform upgrade.
1238+
- Fixed missing deletion of image document thumbnail file when handled by the `deleteDocument` platform hook.
1239+
- Fixed missing physical deletion of previous file when updating a document field.
1240+
- Fixed refresh token credentials passing (client ID/client secret).
1241+
- Fixed `Select2` multi-selection behavior with `Ctrl` key on list edit-cell.
1242+
- Fixed avoid creation of inlined links in case of parent creation error.
1243+
- Fixed misbehavior of platform hooks invocation and result aggregation when multiple platform hooks classes are present.
1244+
- Fixed `JSONTool.jsonMetaObject` with explicit list of fields.
12451245
- Backported [from v7.0](v7-0#improved-modules-audit) improvements on modules audit.
1246+
1247+
<!--
1248+
### 6.3.8 (UNRELEASED) {#version-6.3.8}
1249+
1250+
- Nothing so far...
1251+
-->

0 commit comments

Comments
 (0)