Skip to content

Tags: rapkis/laravel-controld

Tags

v1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix DeviceFactory stats property (#37)

* Fix DeviceFactory stats property
- Passing a null value to an enums "tryFrom" method is deprecated
- Default "stats" property to DeviceAnalytics::OFF if "stats" is not set in data. This is the default ControlD behaviour

* Fix styling

---------

Co-authored-by: rapkis <rapkis@users.noreply.github.com>

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make all arguments nullable for modifyOrganization method in Organiza…

…tions resource (#34)

- The endpoint allows any value to be null
- The changes better reflect the endpoint's functionality
- Modified the test case to cover all or no arguments

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix statsEndpoint property in OrganizationFactory.php. It can be empty (

#33)

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md and add CONTRIBUTING.md (thanks Spatie for the templ…

…ate) (#32)