diff --git a/CHANGELOG.md b/CHANGELOG.md index fb50d4e..cef0e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## CHANGELOG +### v1.3.2 (2018-04-11) + +**Features and Improvements** + * Support for resources: Deal Unqualified Reason, Lead Unqualified Reason + ### v1.3.1 (2017-12-22) **Features and Improvements** * Fixed issue where could not update deal without passing value - + ### v1.3.0 (2017-08-28) **Features and Improvements** @@ -47,7 +52,7 @@ **Features and Improvements** -* `\BaseCRM\HttpClient` methods accept additional `$options` +* `\BaseCRM\HttpClient` methods accept additional `$options` * Sync API support * New low-level`\BaseCRM\SyncService` * High-level `\BaseCRM\Sync` wrapper diff --git a/lib/Configuration.php b/lib/Configuration.php index e1f5372..b095a2f 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -3,8 +3,8 @@ class Configuration { - // @version 1.3.1 Current stable version. - const VERSION = "1.3.1"; + // @version 1.3.2 Current stable version. + const VERSION = "1.3.2"; const PRODUCTION_URL = "https://api.getbase.com"; const URL_REGEXP = "/\b(?:(?:https?|http):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]/i"; @@ -14,16 +14,16 @@ class Configuration // @var string Base url for the api. public $baseUrl; - + // @var string Client user agent. public $userAgent; - + // @var integer Request timeout. public $timeout; - + // @var boolean Whether to verify ssl or not. public $verifySSL; - + // @var boolean Verbose/debug mode. public $verbose; @@ -75,7 +75,7 @@ public function isValid() . 'as it contains disallowed characters. ' . 'Please double-check your access token.'; throw new Errors\ConfigurationError($msg); - } + } if (strlen($this->accessToken) != 64) { @@ -105,6 +105,6 @@ protected function _accessTokenIsMissing() $msg = 'No access token provided. ' . 'Set your access token during client initialization using: ' . '"new \\BaseCRM\\Client([\'accessToken\' => \'