Skip to content

v2.1.4

Latest
Compare
Choose a tag to compare
@Kovah Kovah released this 26 Feb 08:35
· 5 commits to 2.x since this release
  • The API now validates content-type and accept 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 with 415 HTTP errors, please make sure that your client properly sets the required content-type and accept 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.