MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

Figure out what to do about the Soap client #429

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

Is this update related to a problem? Please describe. As noted in this commit the Force.com PHP toolkit has been deprecated. We include this library for the Soap client. By default our only use for the Soap client is merges, which are still not supported by the REST API. But I don't think we can long term include a deprecated library in here.

Current version the plugin includes from force.com, the Force.com Toolkit for PHP 1.0@dev

Version to be included from messageagency, Force.com Toolkit for PHP 1.0.1

Have you tested this update? What happened? not yet, will make a branch