Skip to content

Commit

Permalink
go ahead and update it
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Aug 29, 2018
1 parent 413ba1e commit 1f338a2
Show file tree
Hide file tree
Showing 47 changed files with 636 additions and 412 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.4.2 (2018-08-29)
* Bug fix: ensure the queue functionality is present when activating the plugin.

* 1.4.1 (2018-08-29)
* Bug fix: in some plugin update scenarios, the database version number checker was not running. It runs all the time, now.

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
=========

* 1.4.2 (2018-08-29)
* Bug fix: ensure the queue functionality is present when activating the plugin.

* 1.4.1 (2018-08-29)
* Bug fix: in some plugin update scenarios, the database version number checker was not running. It runs all the time, now.

* 1.4.0 (2018-08-29)
* New: this plugin now uses the [Action Scheduler](https://github.com/Prospress/action-scheduler) library for scheduling tasks and queueing data in a more performant and scalable way. This removes the need for some of the administrative settings, but as long as you **resave from the plugin's Schedule tab**, it should not break any existing functionality.
* Bug fix: this release also stores composer library files in its Git repository. This *should* fix a deployment bug with some web hosts, such as Pantheon.
Expand Down
22 changes: 16 additions & 6 deletions docs/code/classes/Object_Sync_Salesforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">189</span>
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">191</span>
</a>
</li>
<li>
Expand Down Expand Up @@ -136,10 +136,10 @@
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-112042573"></a>
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1327211350"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-112042573" class="accordion-body collapse in">
<div id="namespace-1327211350" class="accordion-body collapse in">
<div class="accordion-inner">


Expand Down Expand Up @@ -1123,7 +1123,7 @@ <h2>Tags</h2>
<article class="method">
<h3 class="private ">activate()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">activate(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix</span>, array <span class="argument">$schedulable_classes</span>) : object</pre>
<pre class="signature" style="margin-right: 54px;">activate(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix</span>, array <span class="argument">$schedulable_classes</span>, object <span class="argument">$queue</span>) : object</pre>
<p><em>What to do upon activation of the plugin</em></p>


Expand Down Expand Up @@ -1153,6 +1153,11 @@ <h4>Parameters</h4>
<td>array</td>
<td>$schedulable_classes </td>
<td></td>
</tr>
<tr>
<td>object</td>
<td>$queue </td>
<td></td>
</tr>
</table>

Expand Down Expand Up @@ -1180,7 +1185,7 @@ <h2>Tags</h2>
<article class="method">
<h3 class="private ">deactivate()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">deactivate(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix</span>, array <span class="argument">$schedulable_classes</span>) : object</pre>
<pre class="signature" style="margin-right: 54px;">deactivate(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix</span>, array <span class="argument">$schedulable_classes</span>, object <span class="argument">$queue</span>) : object</pre>
<p><em>What to do upon deactivation of the plugin</em></p>


Expand Down Expand Up @@ -1210,6 +1215,11 @@ <h4>Parameters</h4>
<td>array</td>
<td>$schedulable_classes </td>
<td></td>
</tr>
<tr>
<td>object</td>
<td>$queue </td>
<td></td>
</tr>
</table>

Expand Down Expand Up @@ -1583,7 +1593,7 @@ <h1><i class="icon-pushpin"></i></h1>
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on August 29th, 2018 at 16:58.
on August 29th, 2018 at 17:19.
</section>
</section>
</section>
Expand Down
40 changes: 35 additions & 5 deletions docs/code/classes/Object_Sync_Sf_Activate.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">189</span>
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">191</span>
</a>
</li>
<li>
Expand Down Expand Up @@ -136,10 +136,10 @@
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-130683193"></a>
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-299221483"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-130683193" class="accordion-body collapse in">
<div id="namespace-299221483" class="accordion-body collapse in">
<div class="accordion-inner">


Expand Down Expand Up @@ -222,6 +222,7 @@ <h2>Summary</h2>
<a href="../classes/Object_Sync_Sf_Activate.html#property_slug" class="">$slug</a><br />
<a href="../classes/Object_Sync_Sf_Activate.html#property_option_prefix" class="">$option_prefix</a><br />
<a href="../classes/Object_Sync_Sf_Activate.html#property_schedulable_classes" class="">$schedulable_classes</a><br />
<a href="../classes/Object_Sync_Sf_Activate.html#property_queue" class="">$queue</a><br />
</section>
<section class="span4">
<em>N/A</em>
Expand Down Expand Up @@ -379,6 +380,30 @@ <h3 class="protected ">$schedulable_classes</h3>
<p><em></em></p>


<h4>Type</h4>

</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>

<div class="row-fluid">
<div class="span8 content class">
<a id="property_queue" name="property_queue" class="anchor"></a>
<article class="property">
<h3 class="protected ">$queue</h3>
<pre class="signature">$queue : </pre>
<p><em></em></p>


<h4>Type</h4>

</article>
Expand Down Expand Up @@ -431,7 +456,7 @@ <h2>Tags</h2>
<article class="method">
<h3 class="public ">__construct()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">__construct(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix = &#039;&#039;</span>, array <span class="argument">$schedulable_classes = array()</span>) </pre>
<pre class="signature" style="margin-right: 54px;">__construct(object <span class="argument">$wpdb</span>, string <span class="argument">$version</span>, string <span class="argument">$slug</span>, string <span class="argument">$option_prefix = &#039;&#039;</span>, array <span class="argument">$schedulable_classes = array()</span>, object <span class="argument">$queue = &#039;&#039;</span>) </pre>
<p><em>Constructor which sets up activate hooks</em></p>


Expand Down Expand Up @@ -461,6 +486,11 @@ <h4>Parameters</h4>
<td>array</td>
<td>$schedulable_classes </td>
<td></td>
</tr>
<tr>
<td>object</td>
<td>$queue </td>
<td></td>
</tr>
</table>

Expand Down Expand Up @@ -700,7 +730,7 @@ <h1><i class="icon-pushpin"></i></h1>
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on August 29th, 2018 at 16:58.
on August 29th, 2018 at 17:19.
</section>
</section>
</section>
Expand Down
8 changes: 4 additions & 4 deletions docs/code/classes/Object_Sync_Sf_Admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">189</span>
<i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">191</span>
</a>
</li>
<li>
Expand Down Expand Up @@ -136,10 +136,10 @@
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1044805329"></a>
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-707715233"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1044805329" class="accordion-body collapse in">
<div id="namespace-707715233" class="accordion-body collapse in">
<div class="accordion-inner">


Expand Down Expand Up @@ -2433,7 +2433,7 @@ <h1><i class="icon-pushpin"></i></h1>
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on August 29th, 2018 at 16:58.
on August 29th, 2018 at 17:19.
</section>
</section>
</section>
Expand Down
Loading

0 comments on commit 1f338a2

Please sign in to comment.