Skip to content

Releases: MinnPost/object-sync-for-salesforce

Version 2.2.11 🌈

09 Oct 02:09
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Version 2.2.3 🌈

18 Jul 16:56
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix undefined WP_Query method preventing prematch on attachments. (#486)
  • Fix undefined WP_Query method preventing prematch on posts. Thanks to @MannyAdumbire for this fix. (#485)

🧰 Maintenance

  • Update Action Scheduler to 3.4.2 (#480)
  • Update Action Scheduler to 3.4.1 (#478)

Version 2.2.2 🌈

23 May 14:03
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Lower the Salesforce REST API version to 54.0 (#476)