Downloads
Download tar.gz
89.57 KB
MD5: ea30f3b2047f247e4cdc4d5df8fbb511
SHA-1: 7b7d9eb3f1bce23977e23a0bd18b8834062e9b72
SHA-256: c8d4c821bb6a0689d9def2534af8910d94ef72f4a08680836ad54349b8693285
Download zip
110.66 KB
MD5: f626856850295f16003ed7c75e3f404a
SHA-1: 124327da535d9e27be9c18c5d8b3285d02bfa787
SHA-256: 40412c2e21c2f74c2e7a88d0758b0f204e089f645ca00507a56bca94de52a1e4
Release notes
If you are using the Salesforce Import module, you may need to clear your cache after running this update. As always, please test on a development site before upgrading on production.
Changes since 6.x-2.0-alpha8:
- #1152246 by dpearceMN: Move sf_notifications IP access into sf_notifications_endpoint.
- #1197136 by brant: Import fails with single record.
- #1201442 by dpearceMN: Adding try and catch around getUpdated and getDeletd
- #1199124 by kostajh, dpearceMN: Run fieldset titles and values through t() in sf_import admin settings
- #1291242 by kostajh: Allow admin to determine if sf_import should get and process items on cron run
- #1291282 by kostajh: Break sf_import.module into multiple files.
- #1288934 by kostajh: Display remaining items in sf_import_queue on import admin page.
- #1215450 by kostajh: Add hook_salesforce_api_id_save_alter
- #1042272 by Sborsody: remove duplicate variable for hook_salesforce_api_pre_import()
- #1212956 by tayzlor: Allow salesforce_api module to connect to Salesforce via proxy.
- #1227794 by kostajh: Check for active Salesforce connection in hook_cron().
- #1184156 by anav: Save new WSDL directory in variable table.
- #1218016 by kostajh: Check the sf_user_skip_export value in the $edit array in hook_user.
- #1137760 by tayzlor: Allow exporting Salesforce fieldmaps to Features
- #1213044 by jcarlson34, EvanDonovan: Check connection to Salesforce before attempting to rebuild the Salesforce object cache on cron. Use $_SERVER['REQUEST_TIME'] like the D7 branch does.
- #1079682 by kmcnamee, aaronbauman: Column names should not be prefixed.
- #1213044 by jcarlson34, EvanDonovan: Check connection to Salesforce before attempting to rebuild the Salesforce object cache on cron.