Skip to content

Commit

Permalink
tweaks to the deploy remove stuff. i think it's as good as it can be,…
Browse files Browse the repository at this point in the history
… now.
  • Loading branch information
jonathanstegall committed Jun 12, 2017
1 parent 43ec084 commit aa4d6c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 9 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,13 @@ Supported constant names are:

Set them in `wp-config.php` like this:

```
define('OBJECT_SYNC_SF_SALESFORCE_CONSUMER_KEY', 'valuefromsalesforce');
define('OBJECT_SYNC_SF_SALESFORCE_CONSUMER_SECRET', 'valuefromsalesforce');
define('OBJECT_SYNC_SF_SALESFORCE_CALLBACK_URL', 'https://<your site>/wp-admin/options-general.php?page=object-sync-salesforce-admin&tab=authorize');
define('OBJECT_SYNC_SF_SALESFORCE_LOGIN_BASE_URL', 'https://test.salesforce.com');
define('OBJECT_SYNC_SF_SALESFORCE_API_VERSION', '38.0');
define('OBJECT_SYNC_SF_SALESFORCE_AUTHORIZE_URL_PATH', '/services/oauth2/authorize');
define('OBJECT_SYNC_SF_SALESFORCE_TOKEN_URL_PATH', '/services/oauth2/token');
```
`define('OBJECT_SYNC_SF_SALESFORCE_CONSUMER_KEY', 'valuefromsalesforce');`
`define('OBJECT_SYNC_SF_SALESFORCE_CONSUMER_SECRET', 'valuefromsalesforce');`
`define('OBJECT_SYNC_SF_SALESFORCE_CALLBACK_URL', 'https://<your site>/wp-admin/options-general.php?page=object-sync-salesforce-admin&tab=authorize');`
`define('OBJECT_SYNC_SF_SALESFORCE_LOGIN_BASE_URL', 'https://test.salesforce.com');`
`define('OBJECT_SYNC_SF_SALESFORCE_API_VERSION', '40.0');`
`define('OBJECT_SYNC_SF_SALESFORCE_AUTHORIZE_URL_PATH', '/services/oauth2/authorize');`
`define('OBJECT_SYNC_SF_SALESFORCE_TOKEN_URL_PATH', '/services/oauth2/token');`

For any value that is already defined in `wp-config.php`, the Settings screen will display "Defined in wp-config.php" in place of the text field.

Expand All @@ -126,9 +124,9 @@ There is extensive documentation of the plugin, including its developer hooks, [

== Changelog ==

* 1.0.3 (2015-06-09)
* 1.0.3 (2015-06-12)

* Update the deploy file so it keeps .git, .gitignore, etc. items out of the deployed plugin
* Update the deploy file so it keeps more unneeded items, especially from Composer libraries, out of the deployed plugin

* 1.0.2 (2015-06-09)

Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ release.sh
release/\*
*test/\*
*tests/\*
*travis.yml
*unit_test/\*
_sourcefiles/\*
);
Expand Down

0 comments on commit aa4d6c5

Please sign in to comment.