Releases: IsraelOrtuno/pipedrive
Releases · IsraelOrtuno/pipedrive
Add deprecation notice to find method
2.5.2 Merge branch 'master' of https://github.com/IsraelOrtuno/pipedrive
Added searches endpoint
Merge pull request #84 from iammichiel/master WIP - Adding a Search trait closes #82
2.4.2
2.4..1
2.4.0
Support for Laravel minor versions
2.3.0
Compatibility with Laravel 6.0
2.2.0
2.1.2
Added MIT license file to make it more explicit
2.1.1
Added support for Webhooks endpoint
$pipedrive->webhooks->all();
$pipedrive->webhooks->create([
'subscription_url' => 'https://web.com',
'event_action' => 'updated',
'event_object' => 'activity'
]);
$pipedrive->webhooks->delete(123);
2.1.0
Support for Laravel 5.8