Skip to content

Releases: techjoomla/com_api

v3.0.2

12 Oct 13:14
05cea7a
Compare
Choose a tag to compare

Joomla 4.X related bug fixes

v3.0.1

20 Sep 13:54
Compare
Choose a tag to compare
V3.0.1 release

v3.0.0

14 Sep 05:56
39deabd
Compare
Choose a tag to compare

Joomla 3.10.x and Joomla 4.x compatibility release

v2.5.2

07 Feb 11:51
d4670f8
Compare
Choose a tag to compare
Update README.md

v2.5.1

22 Oct 11:45
e5b6f17
Compare
Choose a tag to compare
Merge pull request #110 from techjoomla/release-2.5.1

Merge `Release 2.5.1` into `master`

v2.5.0

02 Jul 08:41
Compare
Choose a tag to compare

(+) Features Added:

  • #100 Add new authentication method using JFBConnect

(-) Bug fixes:

  • #22 Unable to delete multiple logs

v2.4.0

13 Apr 09:42
46e4df3
Compare
Choose a tag to compare
  • Allows the calling user to impersonate another user by using the X-Impersonate header.

v2.3.1

10 Jan 14:04
bd149e2
Compare
Choose a tag to compare
  • 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

09 Oct 10:37
c018234
Compare
Choose a tag to compare

v2.3 of com_api introduces CORS support.

API Version 2.2

11 Aug 18:49
Compare
Choose a tag to compare

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