Skip to content

Releases: websmurf/laravel-exact-online

v0.7.1-beta

21 Mar 07:37
165ab19
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

What's Changed

  • Fix Exact online API Exception TooEarlyToRefreshTokens by @kirkita in #18

Full Changelog: v0.7.0-beta...v0.7.1-beta

v0.7.0-beta

17 Feb 19:48
ddedf4d
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

What's Changed

  • Update Lock into interface by @abrampl in #12
  • add ability to __construct Picqer\Financials\Exact\Model with attributes by @kirkita in #16
  • Added phpcs for style checks by @websmurf in #17

New Contributors

  • @abrampl made their first contribution in #12
  • @kirkita made their first contribution in #16

Full Changelog: v0.6.0...v0.7.0-alpha

v0.6.0

18 Nov 14:28
7b49a2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Jan 07:54
96f9682
Compare
Choose a tag to compare
  • Another attempt to avoid the pesky 401 error with better lock handling
  • Further improvements by using the Atomic Lock feature of Laravel in stead of custom implementation

v0.5.0-beta.2

21 Jan 09:27
96f9682
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

Further improvements by using the Atomic Lock feature of Laravel in stead of custom implementation

v0.5.0-beta.1

21 Jan 08:43
db723bb
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

Another attempt to avoid the pesky 401 error with better lock handling

v0.4.0

29 Sep 07:21
3ec7642
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

#1 Update form definition, change Bootstrap classes for TailwindCSS since this is more standard at the moment
#3 First attempt at an acquire lock mechanism

v0.3.0

28 Aug 20:13
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • added connection method to get the connection on the main class

v0.2.0

28 Aug 19:42
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • docblock additions for provided methods
  • readme updated with Dependency Injection usage

v0.1.1

28 Aug 18:58
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Changes to code style
  • Fixed issue in token updated callback namespace
  • added laravel/framework as dev-dependency