Skip to content

Releases: Sebiworld/AppApi

v1.4.5

28 Feb 23:44

Choose a tag to compare

  • Fixed pattern matching problem in replaceRootLinksInText. Link-Tags with single quotes syntax are recognised correctly now and escaped links are handled better.

Full Changelog: v1.4.4...v1.4.5

v1.4.4

28 Feb 22:31

Choose a tag to compare

  • Fixed a sql error when creating a new default application (Thank you @esszett for your PR)
  • Updated firebase/php-jwt to the newest 7x version

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

13 Feb 23:33

Choose a tag to compare

  • Make AppApi::clearOutputBuffer() public. If your apis do not use AppApi::sendResponse() to output data, you need to call clearOutputBuffer() manually.

Full Changelog: v1.4.2...v1.4.3

v1.4.2

29 Jan 16:54

Choose a tag to compare

  • Add PHP 8.4 compatibility (Thank you @nloyola for the PR)
  • Suppress PHP warnings when outputting api responses

Full Changelog: v1.4.1...v1.4.2

v1.4.1

04 Nov 11:47

Choose a tag to compare

  • Bugfix for some server configurations where the apikey-header could not be read correctly

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 Nov 21:58

Choose a tag to compare

  • Add compatibility for ProcessWire instances installed in a subdirectory (Thank you @saerus for mentioning this issue)
  • Add helper functions that can manipulate subdirectory links. -> Can be very handy for using ProcessWire as a headless CMS for your JavaScript applications (See FAQ for more information)
  • Add config param to disable automatic adding access control headers (Thank you @gerritvanaaken for the ticket)
  • Fix an issue where adding trailing slashes automatically lead to problems with route parameters (Thank you @gingebaker for the ticket)

Full Changelog: v1.3.7...v1.4.0

v1.3.7

05 Apr 21:03

Choose a tag to compare

Changes in 1.3.7 (2025-04-05)

Added secure flag to file objects if the file is part of a secured page.

Full Changelog: v1.3.6...v1.3.7

v1.3.6

31 Mar 22:01

Choose a tag to compare

Changes in 1.3.6 (2025-04-01)

Improved fallback logic where the authorization token can be sent as a GET-parameter

Full Changelog: v1.3.5...v1.3.6

v1.3.5

30 Mar 14:37

Choose a tag to compare

Changes in 1.3.5 (2025-03-30)

  • Add image caption handling to getAjaxOf()

Full Changelog: v1.3.4...v1.3.5

v1.3.4

04 Oct 22:01

Choose a tag to compare

Changes in 1.3.4 (2024-10-04)

  • Extended getAjaxOf() to handle PHP arrays and StdClass objects

Full Changelog: v1.3.3...v1.3.4