You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix warning triggered in WordPress 6.7 and newer due to translation functions being called too early in the plugin lifecycle. Thanks to GitHub user @alessandrocarrera for the report and @richaber for additional context. (#549)
Check for createable attribute on Salesforce fields so that the mapping enables operations where there are createable fields but not updateable ones. Thanks to GitHub user @jose-dvm for the report. (#550)
Prevent errors that can occur when saving log settings and schedule settings on initial plugin setup. (#552)
🧰 Maintenance
Update installed version of Action Scheduler to 3.9.3. Also update supported PHP version to 7.2 and supported WordPress version to 6.5 to match system requirements for Action Scheduler. (#551)
Test plugin in WordPress 6.8 and update compatibility.