Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunorafaelrocha committed Dec 22, 2016
1 parent b4b7816 commit 16a93d3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog

## [4.3.1](https://github.com/seegno/uphold-sdk-php/tree/4.3.1)
## [5.0.0](https://github.com/seegno/uphold-sdk-php/tree/5.0.0)

[Full Changelog](https://github.com/seegno/uphold-sdk-php/compare/4.3.1...5.0.0)

**Merged pull requests:**

- Add tests section to README [\#148](https://github.com/seegno/uphold-sdk-php/pull/148) ([joaonice](https://github.com/joaonice))
- Add authorizeUser example to README [\#147](https://github.com/seegno/uphold-sdk-php/pull/147) ([joaonice](https://github.com/joaonice))
- Update travis scripts to disable xdebug in composer [\#146](https://github.com/seegno/uphold-sdk-php/pull/146) ([joaonice](https://github.com/joaonice))
- Update rate limit headers [\#145](https://github.com/seegno/uphold-sdk-php/pull/145) ([joaonice](https://github.com/joaonice))
- Update OTP header [\#144](https://github.com/seegno/uphold-sdk-php/pull/144) ([joaonice](https://github.com/joaonice))
- Fix handling of user authorize response [\#143](https://github.com/seegno/uphold-sdk-php/pull/143) ([joaonice](https://github.com/joaonice))
- Update code climate encrypted repo token [\#142](https://github.com/seegno/uphold-sdk-php/pull/142) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add php configuration file for travis [\#141](https://github.com/seegno/uphold-sdk-php/pull/141) ([nunorafaelrocha](https://github.com/nunorafaelrocha))

## [4.3.1](https://github.com/seegno/uphold-sdk-php/tree/4.3.1) (2016-09-02)
[Full Changelog](https://github.com/seegno/uphold-sdk-php/compare/4.3.0...4.3.1)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Require the library package as a dependency:
```json
{
"require": {
"seegno/uphold-sdk-php": "~4.0"
"seegno/uphold-sdk-php": "~5.0"
}
}
```
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": "seegno/uphold-sdk-php",
"description": "Uphold SDK PHP for the Uphold API",
"version": "4.3.1",
"version": "5.0.0",
"keywords": ["uphold", "sdk", "php"],
"homepage": "https://github.com/seegno/uphold-sdk-php",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/Uphold/UpholdClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class UpholdClient
'sandbox' => false,
'timeout' => 10,
'user_agent' => 'uphold-sdk-php {version} (https://github.com/seegno/uphold-sdk-php)',
'version' => '4.3.0',
'version' => '5.0.0',
);

/**
Expand Down

0 comments on commit 16a93d3

Please sign in to comment.