Skip to content

Releases: dcodegroup/laravel-xero-oauth

Fake tenant config

02 Nov 01:26
Compare
Choose a tag to compare

In order to detect if a tenant is a fake id set a virtual config key app.xero_fake_tenant'

Compatility with Laravel 10.x

16 Aug 09:16
Compare
Choose a tag to compare

Compatility with Laravel 10.x

Use larave pint

11 Jul 07:05
Compare
Choose a tag to compare
  • Use Laravel pint
  • Allow Model to use Factories

Bump the version of calcini/xero-php used

17 Mar 06:12
Compare
Choose a tag to compare

Bump the version of calcini/xero-php used

No need to have the css and js included twice

21 Jan 06:38
Compare
Choose a tag to compare

No need to have the css and js included twice

Request type fix

21 Jan 01:14
Compare
Choose a tag to compare

Ensure the header injection only is checked on html responses and not file uploads or ajax requests

Show pages in app layout

20 Jan 07:37
Compare
Choose a tag to compare

This release allows the oauth pages the ability to show within the apps own layout.

eg.
LARAVEL_XERO_OAUTH_APP_LAYOUT=layouts.admin

If this is not set it will show as it did before.

Revert back to the original package

12 Jan 06:37
Compare
Choose a tag to compare

The calcinai/xero-php released 2.4.1 with my PR so I now do not need to rely on my fork

Remove the schema check

04 Nov 09:13
Compare
Choose a tag to compare

Remove the schema check in the service provider because it just causes another issue in the service provider when the database does not exist.

Fixing the Fix

04 Nov 08:44
Compare
Choose a tag to compare

Refactor more into the try catch so both database calls are caught.