Skip to content

Commit

Permalink
Public release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Fedasz committed Feb 18, 2019
1 parent 5b0c270 commit 4dce65d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## CHANGELOG

### v1.4.1 (2019-02-18)

**Bug Fixes**
* Fixed HTTP Client, now proper uppercased HTTP method names are generated
* Avoid casting/unwrapping responses when $options['raw'] is used
* SourcesService - fixed incorrect param list

**Features and Improvements**
* Support for adding deal without value
* Adds $option parameter (default array[]) to all the transitive callers of \BaseCRM\HttpClient::request() in Service classes

### v1.4.0 (2018-10-08)

**Bug Fixes**
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

class Configuration
{
// @version 1.4.0 Current stable version.
const VERSION = "1.4.0";
// @version 1.4.1 Current stable version.
const VERSION = "1.4.1";

const PRODUCTION_URL = "https://api.getbase.com";
const URL_REGEXP = "/\b(?:(?:https?|http):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]/i";
Expand Down

0 comments on commit 4dce65d

Please sign in to comment.