Releases: MinnPost/object-sync-for-salesforce
Releases · MinnPost/object-sync-for-salesforce
Version 2.2.11 🌈
🐛 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 🌈
🧰 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 🌈
🐛 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
Version 2.2.8 🌈
🧰 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 🌈
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 🌈
🐛 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 🌈
🚀 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
Version 2.2.4 🌈
🐛 Bug Fixes
- Fix the method that creates dates on new events for The Events Calendar. Thanks to WordPress users @adamsmm and @joelmcdwebworks. (#488)
🧰 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 🌈
🐛 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
Version 2.2.2 🌈
🐛 Bug Fixes
- Lower the Salesforce REST API version to 54.0 (#476)