Skip to content

Commit

Permalink
prepare for plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Aug 10, 2018
1 parent 645f4c3 commit 131ea14
Show file tree
Hide file tree
Showing 12 changed files with 1,068 additions and 1,112 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

* 1.3.9 (2018-08-10)
* Bug fix: when Salesforce Key was selected on a fieldmap's field, it was incorrectly being ignored when saving a record's data in WordPress after a Salesforce pull. Thanks to WordPress user @ken-nguyen for reporting this.

* 1.3.8 (2018-08-03)
* New: basic support for the Ultimate Member plugin. Users created by its registration form can be pushed to Salesforce. Thanks to @atomicjack for the report and assistance testing.

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

* 1.3.9 (2018-08-10)
* Bug fix: when Salesforce Key was selected on a fieldmap's field, it was incorrectly being ignored when saving a record's data in WordPress after a Salesforce pull. Thanks to WordPress user @ken-nguyen for reporting this.

* 1.3.8 (2018-08-03)
* New: basic support for the Ultimate Member plugin. Users created by its registration form can be pushed to Salesforce. Thanks to @atomicjack for the report and assistance testing.

Expand Down
10 changes: 5 additions & 5 deletions docs/code/class-Object_Sync_Sf_Mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1>Class Object_Sync_Sf_Mapping</h1>



<b>Located at</b> <a href="source-class-Object_Sync_Sf_Mapping.html#12-931" title="Go to source code">salesforce_mapping.php</a>
<b>Located at</b> <a href="source-class-Object_Sync_Sf_Mapping.html#12-916" title="Go to source code">salesforce_mapping.php</a>
<br>
</div>

Expand Down Expand Up @@ -815,7 +815,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_map_params">#</a>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#669-870" title="Go to source code">map_params</a>( <span>array <var>$mapping</var></span>, <span>array <var>$object</var></span>, <span>array <var>$trigger</var></span>, <span>boolean <var>$use_soap</var> = <span class="php-keyword1">false</span></span>, <span>boolean <var>$is_new</var> = <span class="php-keyword1">true</span> </span> )</code>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#669-855" title="Go to source code">map_params</a>( <span>array <var>$mapping</var></span>, <span>array <var>$object</var></span>, <span>array <var>$trigger</var></span>, <span>boolean <var>$use_soap</var> = <span class="php-keyword1">false</span></span>, <span>boolean <var>$is_new</var> = <span class="php-keyword1">true</span> </span> )</code>

<div class="description short">
<p>Map values between WordPress and Salesforce objects.</p>
Expand Down Expand Up @@ -862,7 +862,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_prepare_fieldmap_data">#</a>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#872-893" title="Go to source code">prepare_fieldmap_data</a>( <span>array <var>$mappings</var></span>, <span>string <var>$record_type</var> = <span class="php-quote">''</span> </span> )</code>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#857-878" title="Go to source code">prepare_fieldmap_data</a>( <span>array <var>$mappings</var></span>, <span>string <var>$record_type</var> = <span class="php-quote">''</span> </span> )</code>

<div class="description short">
<p>Prepare field map data for use</p>
Expand Down Expand Up @@ -903,7 +903,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_get_failed_object_maps">#</a>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#895-912" title="Go to source code">get_failed_object_maps</a>( )</code>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#880-897" title="Go to source code">get_failed_object_maps</a>( )</code>

<div class="description short">
<p>Check object map table to see if there have been any failed object map create attempts</p>
Expand Down Expand Up @@ -937,7 +937,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_get_failed_object_map">#</a>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#914-929" title="Go to source code">get_failed_object_map</a>( <span>integer <var>$id</var></span> )</code>
<code><a href="source-class-Object_Sync_Sf_Mapping.html#899-914" title="Go to source code">get_failed_object_map</a>( <span>integer <var>$id</var></span> )</code>

<div class="description short">
<p>Check object map table to see if there have been any failed object map create attempts</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/code/class-Object_Sync_Sf_Salesforce_Pull.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1>Class Object_Sync_Sf_Salesforce_Pull</h1>



<b>Located at</b> <a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#12-1317" title="Go to source code">salesforce_pull.php</a>
<b>Located at</b> <a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#12-1301" title="Go to source code">salesforce_pull.php</a>
<br>
</div>

Expand Down Expand Up @@ -498,7 +498,7 @@ <h4>Parameters</h4>

<td class="name"><div>
<a class="anchor" href="#_salesforce_pull_process_records">#</a>
<code><a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#540-1282" title="Go to source code">salesforce_pull_process_records</a>( <span>string <var>$object_type</var></span>, <span>object <var>$object</var></span>, <span>object <var>$mapping</var></span>, <span>integer <var>$sf_sync_trigger</var></span> )</code>
<code><a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#540-1266" title="Go to source code">salesforce_pull_process_records</a>( <span>string <var>$object_type</var></span>, <span>object <var>$object</var></span>, <span>object <var>$mapping</var></span>, <span>integer <var>$sf_sync_trigger</var></span> )</code>

<div class="description short">
<p>Sync WordPress objects and Salesforce objects from the queue using the REST API.</p>
Expand Down Expand Up @@ -543,7 +543,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_create_object_map">#</a>
<code><a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#1284-1315" title="Go to source code">create_object_map</a>( <span>array <var>$salesforce_object</var></span>, <span>string <var>$wordpress_id</var></span>, <span>array <var>$field_mapping</var></span> )</code>
<code><a href="source-class-Object_Sync_Sf_Salesforce_Pull.html#1268-1299" title="Go to source code">create_object_map</a>( <span>array <var>$salesforce_object</var></span>, <span>string <var>$wordpress_id</var></span>, <span>array <var>$field_mapping</var></span> )</code>

<div class="description short">
<p>Create an object map between a Salesforce object and a WordPress object</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/code/source-class-Object_Sync_Salesforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>Exceptions</h3>
</span><span id="2" class="l"><span class="php-comment">/*
</span></span><span id="3" class="l"><span class="php-comment">Plugin Name: Object Sync for Salesforce
</span></span><span id="4" class="l"><span class="php-comment">Description: Object Sync for Salesforce maps and syncs data between Salesforce objects and WordPress objects.
</span></span><span id="5" class="l"><span class="php-comment">Version: 1.3.8
</span></span><span id="5" class="l"><span class="php-comment">Version: 1.3.9
</span></span><span id="6" class="l"><span class="php-comment">Author: MinnPost
</span></span><span id="7" class="l"><span class="php-comment">Author URI: https://code.minnpost.com
</span></span><span id="8" class="l"><span class="php-comment">License: GPL2+
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3>Exceptions</h3>
</span><span id="119" class="l"> <span class="php-keyword1">global</span> <span class="php-var">$wpdb</span>;
</span><span id="120" class="l">
</span><span id="121" class="l"> <span class="php-var">$this</span>-&gt;wpdb = <span class="php-var">$wpdb</span>;
</span><span id="122" class="l"> <span class="php-var">$this</span>-&gt;version = <span class="php-quote">'1.3.8'</span>;
</span><span id="122" class="l"> <span class="php-var">$this</span>-&gt;version = <span class="php-quote">'1.3.9'</span>;
</span><span id="123" class="l"> <span class="php-var">$this</span>-&gt;login_credentials = <span class="php-var">$this</span>-&gt;get_login_credentials();
</span><span id="124" class="l"> <span class="php-var">$this</span>-&gt;slug = <span class="php-quote">'object-sync-for-salesforce'</span>;
</span><span id="125" class="l">
Expand Down
225 changes: 105 additions & 120 deletions docs/code/source-class-Object_Sync_Sf_Mapping.html

Large diffs are not rendered by default.

986 changes: 485 additions & 501 deletions docs/code/source-class-Object_Sync_Sf_Salesforce_Pull.html

Large diffs are not rendered by default.

Loading

0 comments on commit 131ea14

Please sign in to comment.