Skip to content

Commit

Permalink
update version number, readme, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Jan 27, 2024
1 parent 90f8b58 commit 2500c0b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Contributors: minnpost, inn_nerds, jonathanstegall, benlk, rclations, harmoney
Donate link: https://www.minnpost.com/support/?campaign=7010G0000012fXGQAY
Tags: salesforce, sync, crm
Requires at least: 5.2
Tested up to: 6.1
Stable tag: 2.2.7
Tested up to: 6.4
Stable tag: 2.2.8
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

* 2.2.8 (2024-01-26)
* Plugin status: as before, 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.
* 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.
* Maintenance: Fix php 8.2 dynamic properties. Thanks to GitHub user @daveromsey for the submission.
* Maintenance: Test plugin in WordPress 6.4 and update compatibility.

* 2.2.7 (2023-02-05)
* 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.
* Feature: Added filter to short-circuit API calls to Salesforce. Thanks to GitHub user @verygoodplugins for the submission.
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

* 2.2.8 (2024-01-26)
* Plugin status: as before, 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.
* 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.
* Maintenance: Fix php 8.2 dynamic properties. Thanks to GitHub user @daveromsey for the submission.
* Maintenance: Test plugin in WordPress 6.4 and update compatibility.

* 2.2.7 (2023-02-05)
* 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.
* Feature: Added filter to short-circuit API calls to Salesforce. Thanks to GitHub user @verygoodplugins for the submission.
Expand Down
4 changes: 2 additions & 2 deletions object-sync-for-salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Object Sync for Salesforce
* Description: Object Sync for Salesforce maps and syncs data between Salesforce objects and WordPress objects.
* Version: 2.2.7
* Version: 2.2.8
* Author: MinnPost
* Author URI: https://code.minnpost.com
* License: GPL2+
Expand Down Expand Up @@ -35,7 +35,7 @@
* @since 2.0.0
* @var string
*/
define( 'OBJECT_SYNC_SF_VERSION', '2.2.7' );
define( 'OBJECT_SYNC_SF_VERSION', '2.2.8' );

/**
* The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: minnpost, inn_nerds, jonathanstegall, benlk, rclations, harmoney
Donate link: https://www.minnpost.com/support/?campaign=7010G0000012fXGQAY
Tags: salesforce, sync, crm
Requires at least: 5.2
Tested up to: 6.1
Stable tag: 2.2.7
Tested up to: 6.4
Stable tag: 2.2.8
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 2500c0b

Please sign in to comment.