Skip to content

Commit

Permalink
Merge pull request #498 from MinnPost/495-update-salesforce-api
Browse files Browse the repository at this point in the history
Update the Salesforce REST API version targeted by this plugin to 55.0 (their Summer '22 release).
  • Loading branch information
jonathanstegall authored Sep 20, 2022
2 parents 4ed7392 + 5038aeb commit fa25777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

* 2.2.5
* Maintenance: Update included Action Scheduler library version to 3.5.1.
* Maintenance: Update the Salesforce REST API version targeted by this plugin to 55.0 (their Summer '22 release).

* 2.2.4 (2022-08-09)
* Bug fix: Fix the method that creates dates on new events for The Events Calendar. Thanks to WordPress users @adamsmm and @joelmcdwebworks.
Expand Down
2 changes: 1 addition & 1 deletion object-sync-for-salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @since 2.0.0
* @var string
*/
define( 'OBJECT_SYNC_SF_DEFAULT_API_VERSION', '54.0' );
define( 'OBJECT_SYNC_SF_DEFAULT_API_VERSION', '55.0' );

// Load the autoloader.
require_once 'lib/autoloader.php';
Expand Down

0 comments on commit fa25777

Please sign in to comment.