Skip to content

Commit 19562af

Browse files
committed
Merge branch 'hotfix/1.8.2'
2 parents 4f10784 + 99470be commit 19562af

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [1.8.1] - 2025-02-06
1111

12+
- Add 'application/ld+json' as allowed format
13+
14+
## [1.8.1] - 2025-02-06
15+
1216
- Increase memory for supervisor container
1317

1418
## [1.8.0] - 2025-02-06

config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api_platform:
22
mapping:
33
paths: ['%kernel.project_dir%/src/Entity']
44
formats:
5-
json: ['application/json']
5+
json: ['application/json', 'application/ld+json']
66
patch_formats:
77
json: ['application/merge-patch+json']
88

0 commit comments

Comments
 (0)