- The API now validates
content-type
andaccept
headers for POST, PATCH and DELETE requests. Those headers were required for the API to work properly, so client should send them already. If you run into issues where LinkAce responds with415
HTTP errors, please make sure that your client properly sets the requiredcontent-type
andaccept
headers. Thanks to @prplecake for his awesome debugging and contribution. (#885) - Internal or private links are now properly displayed on tag and list pages. (#914)
- The setup handles database passwords with special characters now. (#927)
- Permissions for the
storage
directory were adjusted for Docker and PHP release packages. (#879) - Dependencies were updated.