Skip to content

Commit 3852949

Browse files
committed
Added information about 1.0.0
1 parent 5915dea commit 3852949

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## CHANGELOG
1+
# CHANGELOG
2+
3+
## 1.0.0 - 2016-04-19
4+
5+
- First stable release of QuickPay PHP Client for QuickPay api v10.
6+
- This release follows PSR2 standards and is not comptible with the previous version.
7+
- All methods are now in **camelCase** format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps).
8+
- In QuickPay\API\Response `as_raw` changed to `asRaw`, `as_object` changed to `asObject`, `as_array` changed to `asArray`, `http_status` changed to `httpStatus` and finally `is_success` changed to `isSuccess`.
9+
- Also QuickPay\QuickPay does not `require_once` for needed files anymore, so the file does **not have any side effects** (PSR1.Files.SideEffects.FoundWithSymbols).
10+
- You should use an autoloader, e.g. by utilizing `composer` for the files to be included correctly or simply `require_once` yourself.
11+
- See the [full list of changes](https://github.com/QuickPay/quickpay-php-client/commit/d59ca916843a4bd72b29b2b5fc1bfe918bfbc637)
212

313
## 0.1.0 - 2016-04-14
414

0 commit comments

Comments
 (0)