Skip to content

Version 2.2.13 馃寛

Choose a tag to compare

@jonathanstegall jonathanstegall released this 12 Dec 23:22
· 6 commits to master since this release

馃悰 Bug Fixes

  • Thanks to @DAnn2012 for fixing a bug in which echo was missing from an esc_html__ call. (#555)

馃捇 For Developers

  • Add a object_sync_for_salesforce_wordpress_table_structure filter, which allows plugins to override or extend the database table structure, and the methods to work with it, of any mapped WordPress object with their own structures. Thanks to @phschmanau for the pull request (#557)
  • Document the new filter #558

馃О Maintenance

  • Test plugin in WordPress 6.9 and update compatibility.