Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 30ce418

Browse files
committed
Merge branch 'dev'
2 parents e902917 + 487659d commit 30ce418

17 files changed

+1421
-1127
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# bitrix24-php-sdk change log
2+
## 0.4.0 (16.07.2016)
3+
* remove all exceptions in namespace `\Exceptions` see issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46)
4+
* add class `Bitrix24\Exceptions\Bitrix24Exception`
5+
* add class `Bitrix24\Exceptions\Bitrix24IoException`
6+
* add class `Bitrix24\Exceptions\Bitrix24EmptyResponseException`
7+
* add class `Bitrix24\Exceptions\Bitrix24ApiException`
8+
* add class `Bitrix24\Exceptions\Bitrix24WrongClientException`
9+
* add class `Bitrix24\Exceptions\Bitrix24MethodNotFoundException`
10+
* add class `Bitrix24\Exceptions\Bitrix24TokenIsInvalidException`
11+
* add class `Bitrix24\Exceptions\Bitrix24TokenIsExpiredException`
12+
* add class `Bitrix24\Exceptions\Bitrix24PortalDeletedException`
13+
* add class `Bitrix24\Exceptions\Bitrix24PaymentRequiredException`
14+
* add class `Bitrix24\Exceptions\Bitrix24SecurityException`
15+
* updated class `Bitrix24\Bitrix24Exception` mark as **deprecated**
16+
* updated class `Bitrix24\Bitrix24IoException` mark as **deprecated**
17+
* updated class `Bitrix24\Bitrix24EmptyResponseException` mark as **deprecated**
18+
* updated class `Bitrix24\Bitrix24ApiException` mark as **deprecated**
19+
* updated class `Bitrix24\Bitrix24WrongClientException` mark as **deprecated**
20+
* updated class `Bitrix24\Bitrix24MethodNotFoundException` mark as **deprecated**
21+
* updated class `Bitrix24\Bitrix24TokenIsInvalid` mark as **deprecated**
22+
* updated class `Bitrix24\Bitrix24TokenIsExpired` mark as **deprecated**
23+
* updated class `Bitrix24\Bitrix24PortalDeleted` mark as **deprecated**
24+
* updated class `Bitrix24\Bitrix24SecurityException` mark as **deprecated**
25+
226
## 0.3.4 (06.06.2016)
327
* add exception class `Bitrix24EmptyResponseException`
428
* in class `Bitrix24` add debug information for some error types

0 commit comments

Comments
 (0)