Skip to content

Commit

Permalink
1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jul 6, 2018
1 parent 276cfe7 commit e78df87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.0-rc.4 - 2018-07-06
### Added
- Contact batch support
- Raw sync methods
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/craft-hubspot",
"description": "HubSpot integration for Craft CMS",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"type": "craft-plugin",
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
3 changes: 0 additions & 3 deletions src/services/resources/Contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use flipbox\hubspot\criteria\ContactCriteria;
use flipbox\hubspot\criteria\ObjectCriteriaInterface;
use flipbox\hubspot\fields\Objects;
use flipbox\hubspot\helpers\CacheHelper;
use flipbox\hubspot\helpers\ConnectionHelper;
use flipbox\hubspot\HubSpot;
use flipbox\hubspot\pipeline\Resource;
Expand All @@ -33,7 +32,6 @@
use Flipbox\Relay\HubSpot\Builder\Resources\Contact\Delete;
use Flipbox\Relay\HubSpot\Builder\Resources\Contact\ReadById;
use Flipbox\Relay\HubSpot\Builder\Resources\Contact\Update;
use League\Pipeline\PipelineBuilderInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\SimpleCache\CacheInterface;
use yii\base\Component;
Expand Down Expand Up @@ -205,7 +203,6 @@ function () use ($httpResponse) {
*******************************************/



/**
* @param ContactBatchBuilderInterface $batch
* @param ConnectionInterface $connection = null
Expand Down

0 comments on commit e78df87

Please sign in to comment.