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

Remove deprecated methods from prior to version 2.0.0. #403

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

What does this Pull Request do?

removed methods

edited deprecation

get_object_maps from the Object_Sync_Sf_Mapping class was previously deprecated, but was still being called in various places. It no longer is.

This closes #336.

How do I test this Pull Request?