Releases · techjoomla/com_api

v3.0.2

Joomla 4.X related bug fixes

v3.0.1

v3.0.0

Joomla 3.10.x and Joomla 4.x compatibility release

v2.5.2

v2.5.1

Merge pull request #110 from techjoomla/release-2.5.1

Merge `Release 2.5.1` into `master`

v2.5.0

(+) Features Added:

  • #100 Add new authentication method using JFBConnect

(-) Bug fixes:

  • #22 Unable to delete multiple logs

v2.4.0

  • Allows the calling user to impersonate another user by using the X-Impersonate header.

v2.3.1

  • Add support for JWT token based autologin (#85)
    • Add php-jwt library
    • Add authentication plugin
    • Add system plugin
  • Show user id on keys list view (#92)

API Version 2.3

v2.3 of com_api introduces CORS support.

API Version 2.2

This release adds

  • FEAT : Ability to use the Authorization header to send the token using the Bearer scheme
  • FIX : Output override path
  • FIX : Full URL wasn't saving in logs
  • IMP : Changed default log ordering to latest first