Skip to content

Commit 70cebcf

Browse files
Merge pull request #121 from CurrencyCloud/release/3.0.0
Release/3.0.0
2 parents 5b4f6a8 + 64eeccc commit 70cebcf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

HALL_OF_FAME.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Many people have helped us along the way and we are sincerely grateful to all of
1212
|Steve Rhodes (elasticsteve)|https://github.com/elasticsteve|
1313
|Valdas Barakauskas (bilikaz)|https://github.com/bilikaz|
1414
|mo6709|https://github.com/mo6709|
15+
|Mark Unsworth (markunsworth)|https://github.com/markunsworth|
1516

1617
In our book, they have reached [**honorificabilitudinitatibus**][sesqui] :-)
1718

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2019 Currency Cloud
3+
Copyright (c) 2015-2021 Currency Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-php.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-php)
22

33
# Currencycloud API v2 PHP client
4-
## Version: 2.2.1
4+
## Version: 3.0.0
55

66
This is the official PHP SDK for the Currencycloud API. Additional documentation
77
for each API endpoint can be found at [developer.currencycloud.com](https://developer.currencycloud.com/documentation/getting-started/introduction/).
@@ -205,7 +205,7 @@ Once a feature has been marked as deprecated, we no longer develop the code or i
205205
We actively support the latest version of the SDK. We support the immediate previous version on best-efforts basis. All other versions are no longer supported nor maintained.
206206
207207
# Copyright
208-
Copyright (c) 2015-2019 Currencycloud. See [LICENSE][license] for details.
208+
Copyright (c) 2015-2021 Currencycloud. See [LICENSE][license] for details.
209209
210210
[license]: LICENSE.md
211211
[contr]: CONTRIBUTING.md

src/CurrencyCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class CurrencyCloud
9898
*/
9999
private $vansEntryPoint;
100100

101-
public static $SDK_VERSION = "2.2.1";
101+
public static $SDK_VERSION = "3.0.0";
102102

103103
/**
104104
* @param Session $session

0 commit comments

Comments
 (0)