Skip to content

Releases: techjoomla/com_api

v3.0.2

Choose a tag to compare

@ankush-maherwal ankush-maherwal released this 12 Oct 13:14
05cea7a

Joomla 4.X related bug fixes

v3.0.1

Choose a tag to compare

@ankush-maherwal ankush-maherwal released this 20 Sep 13:54
V3.0.1 release

v3.0.0

Choose a tag to compare

@ankush-maherwal ankush-maherwal released this 14 Sep 05:56
39deabd

Joomla 3.10.x and Joomla 4.x compatibility release

v2.5.2

Choose a tag to compare

@manojLondhe manojLondhe released this 07 Feb 11:51
d4670f8
Update README.md

v2.5.1

Choose a tag to compare

@manojLondhe manojLondhe released this 22 Oct 11:45
e5b6f17
Merge pull request #110 from techjoomla/release-2.5.1

Merge `Release 2.5.1` into `master`

v2.5.0

Choose a tag to compare

@manojLondhe manojLondhe released this 02 Jul 08:41

(+) Features Added:

  • #100 Add new authentication method using JFBConnect

(-) Bug fixes:

  • #22 Unable to delete multiple logs

v2.4.0

Choose a tag to compare

@coolbung coolbung released this 13 Apr 09:42
46e4df3
  • Allows the calling user to impersonate another user by using the X-Impersonate header.

v2.3.1

Choose a tag to compare

@manojLondhe manojLondhe released this 10 Jan 14:04
bd149e2
  • 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

Choose a tag to compare

@coolbung coolbung released this 09 Oct 10:37
c018234

v2.3 of com_api introduces CORS support.

API Version 2.2

Choose a tag to compare

@coolbung coolbung released this 11 Aug 18:49

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