Skip to content

Releases: MinnPost/object-sync-for-salesforce

Version 2.2.13 🌈

12 Dec 23:22

Choose a tag to compare

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

Version 2.2.12 🌈

03 Aug 23:49

Choose a tag to compare

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

Version 2.2.11 🌈

09 Oct 02:09

Choose a tag to compare

🐛 Bug Fixes

  • Fix offset calculation to avoid losing offset record updates. Thanks to @HyprCoder for the fix. (#542)

🧰 Maintenance

  • Update Action Scheduler to 3.8.2. This includes updating the supported WordPress version to 6.4. (#543)

Version 2.2.10 🌈

23 Jun 14:07
9e4535e

Choose a tag to compare

🧰 Maintenance

  • Update supported WordPress version to 6.3 and PHP version to 7.0 to match the updated system requirements for Action Scheduler (see version 3.8 of that library). Action Scheduler does not currently force 7.0 in its composer library, so this plugin will follow that convention. (#538)
  • Add a new filter to prevent new user notifications. Also prevents some possible errors that can happen when plugin options haven't been set. Thanks to @federicojacobi for the pull request. (#536)

Version 2.2.9 🌈

18 May 20:16

Choose a tag to compare

🐛 Bug Fixes

  • Prevent possible error on blank WordPress install caused by a string instead of an integer. Thanks to GitHub user @federicojacobi for the pull request. (#533)

🧰 Maintenance

  • Fix a couple of deprecated warnings that appear in logs in newer php versions (#535)
  • Update Action Scheduler dependency to 3.7.4, and its minimum version requirement for WordPress to 6.3 (#534)
  • Remove all uses of FILTER_SANITIZE_STRING, since it's deprecated in newer PHP versions. (#529)

Version 2.2.8 🌈

27 Jan 02:12

Choose a tag to compare

🧰 Maintenance

  • Maintenance: Update included version of Action Scheduler library to 3.7.1. There shouldn't be any major changes in this library, so this just keeps the plugin's dependency up to date. (#523)
  • Fix php 8.2 dynamic properties. Thanks to GitHub user @daveromsey for the submission. (#521)

Version 2.2.7 🌈

05 Feb 15:56

Choose a tag to compare

Plugin status: for the time being, this plugin doesn't have any official maintainers. I'll try to check in if anyone submits pull requests or major issues, and will give updates if/when that status changes.

🚀 Features

  • Added filter to short-circuit API calls to Salesforce. Thanks to GitHub user @verygoodplugins for the submission. (#512)

🧰 Maintenance

  • Update Action Scheduler to 3.5.4 (#513)

Version 2.2.6 🌈

28 Nov 14:29

Choose a tag to compare

🐛 Bug Fixes

  • While we wait for an update from the Action Scheduler library, this is a temporary fix to their bug that can cause PHP Fatal Error: Uncaught TypeError: DateTime::__construct() errors. Thanks to @phillamb168 and forum users for the report. (#508)

🧰 Maintenance

  • This release includes version 3.5.3 of Action Scheduler, although that release does not fix the above issue. (#505)
  • Test plugin in WordPress 6.1 and update compatibility.

Version 2.2.5 🌈

06 Oct 16:54

Choose a tag to compare

🚀 Features

  • Add links to edit the WordPress and/or Salesforce record on the Mapping Errors tab (#502)

🐛 Bug Fixes

  • Use the WordPress install's database prefix with the capabilities field. Thanks to WordPress user @dhartendorp for the report. (#501)
  • Add Multisite support for user data in WordPress. Thanks to @peter-tmann for the submission. (#496)

🧰 Maintenance

  • Update the Salesforce REST API version targeted by this plugin to 55.0 (their Summer '22 release). (#498)
  • Update installed version of Action Scheduler to 3.5.2. (#499)
  • Update installed version of Action Scheduler to 3.5.1. (#497)
  • Update included Action Scheduler library version to 3.5.0. (#492)

Version 2.2.4 🌈

09 Aug 14:40

Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • When creating a debug message for a Salesforce API call, include any parameters the plugin is sending to Salesforce. Thanks to WordPress forum user @MetricMedia. (#489)