Skip to content

Version 2.2.12 🌈

Latest

Choose a tag to compare

@jonathanstegall jonathanstegall released this 03 Aug 23:49
· 2 commits to master since this release

🐛 Bug Fixes

  • 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.