Skip to content

Releases: mcorrigan/salesforce-rest-api-php-wrapper

Smarter Batch Methods

14 Sep 23:29
Compare
Choose a tag to compare

Added:

  • Made batch API methods smarter to accommodate if the an instance or ID is passed.

Batch Support Added

12 Sep 22:35
Compare
Choose a tag to compare

New:

  • Batch support has been added.

Fixed SSL Version Issue

14 Apr 21:16
Compare
Choose a tag to compare
Update SalesforceAPI.php

Remove the explicit CURLOPT_SSLVERSION so it will detect and use the best possible option.