Skip to content

Releases: soheilrt/laravel-adobe-connect-client

Laravel 8 Support

01 May 07:57
fd1e27a
Compare
Choose a tag to compare
Merge pull request #4 from mnaderian/patch-1

Add Laravel 8 Support

1.1.0

27 Mar 20:33
Compare
Choose a tag to compare

Add Laravel 7 Support

First Stable Release

30 Jan 10:16
Compare
Choose a tag to compare

we performed tests with our application and it works just fine. you can use this with confident

V0.5.0

31 Oct 06:26
Compare
Choose a tag to compare
  • Add entities constants to facades
  • Change laravel requirements to 6.*

V0.4.7

12 Oct 08:20
Compare
Choose a tag to compare
  • Add test for dashed values inside an array
  • Update Permission Facade Comments
  • Return Called Method name with Exception on propertycall not found exception

Fill method for entities

06 Oct 09:43
Compare
Choose a tag to compare
v0.4.6

Fix collisions with other traits on Fillable Trait

Rename Facades accessors

28 Sep 07:28
Compare
Choose a tag to compare

Rename facade accessors due to the Resolve failure on resolving facades

Facade accessors and client resolver

28 Sep 05:49
Compare
Choose a tag to compare
  • Facade Accessors: Change facade accessor keys to their own name instead of custom names;
  • Client Resolver: Client Class will be resolved with the bind method instead of singleton to prevent session falt in further resolving.
  • PHP docs: Update PHP docs in some files!

Fix setter trait for getter methods and Add Tests for setter

23 Sep 05:15
Compare
Choose a tag to compare
v0.4.3

Fix isset magic function for Getter method and add test for setter trait

update composer.json requirements

22 Sep 12:09
Compare
Choose a tag to compare
v0.4.2

Update .editorconfig file