Skip to content

Version 1.9.0 🌈

Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Mar 23:39
· 599 commits to master since this release

🚀 Features

  • Hide admin menu items before authorizing with Salesforce. Thanks to WordPress user mgparisi for pointing this out. (#326)
  • If the WordPress field is wp_capabilities, we can treat it as WordPress expects it (#321)

🐛 Bug Fixes

  • Correctly handle empty values for fields coming from Salesforce. Thanks to everyone who pointed out this issue and eventually discovered the cause: @prowp on GitHub and WordPress users @RickyMortimer, @emilyb6116, @zumajoe. (#346)
  • When a Salesforce query has invalid fields, clear it from the plugin's storage. Thanks to WordPress users @nishithmistry, @zumajoe, @alexeympw, and @jesodoth. (#345)

🧰 Maintenance

  • For WordPress 5.3 compatibility, replace current_time( 'timestamp' ) with time() (#347)
  • Adding new fields to a fieldmap is faster and involves less code duplication. (#334)
  • Update Salesforce app setup instructions for Lightning (#333)