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

0.4.0 (16.07.2016)

Compare
Choose a tag to compare
@mesilov mesilov released this 16 Jul 13:09
· 755 commits to master since this release

0.4.0 (16.07.2016)

  • add dev branch in GitHub repo
  • remove all exceptions in namespace \Exceptions see issue Move all exceptions in namespace «Exceptions» #46
  • add class Bitrix24\Exceptions\Bitrix24Exception
  • add class Bitrix24\Exceptions\Bitrix24IoException
  • add class Bitrix24\Exceptions\Bitrix24EmptyResponseException
  • add class Bitrix24\Exceptions\Bitrix24ApiException
  • add class Bitrix24\Exceptions\Bitrix24WrongClientException
  • add class Bitrix24\Exceptions\Bitrix24MethodNotFoundException
  • add class Bitrix24\Exceptions\Bitrix24TokenIsInvalidException
  • add class Bitrix24\Exceptions\Bitrix24TokenIsExpiredException
  • add class Bitrix24\Exceptions\Bitrix24PortalDeletedException
  • add class Bitrix24\Exceptions\Bitrix24PaymentRequiredException
  • add class Bitrix24\Exceptions\Bitrix24SecurityException
  • add class Bitrix24\Im\Attach\Item\Message class implements work with string messages in attach item
  • add interface Bitrix24\Presets\Im\iChatColor with chat color presets
  • add phpUnit tests for items:
    • Bitrix24\Im\Attach\Item\Delimiter
    • Bitrix24\Im\Attach\Item\File
    • Bitrix24\Im\Attach\Item\Grid
    • Bitrix24\Im\Attach\Item\Image
    • Bitrix24\Im\Attach\Item\Link
    • Bitrix24\Im\Attach\Item\Message
    • Bitrix24\Im\Attach\Item\User
  • updated class Bitrix24\Bitrix24Exception mark as deprecated
  • updated class Bitrix24\Bitrix24IoException mark as deprecated
  • updated class Bitrix24\Bitrix24EmptyResponseException mark as deprecated
  • updated class Bitrix24\Bitrix24ApiException mark as deprecated
  • updated class Bitrix24\Bitrix24WrongClientException mark as deprecated
  • updated class Bitrix24\Bitrix24MethodNotFoundException mark as deprecated
  • updated class Bitrix24\Bitrix24TokenIsInvalid mark as deprecated
  • updated class Bitrix24\Bitrix24TokenIsExpired mark as deprecated
  • updated class Bitrix24\Bitrix24PortalDeleted mark as deprecated
  • updated class Bitrix24\Bitrix24SecurityException mark as deprecated
  • updated class Bitrix24 add debug information for some error types
  • temporary remove calls to oauth.bitrix.info for methods app.info and app.stat see issue Fix errors after change REST API to support self hosted version #43
  • fixed bug in class Bitrix24 see issue Fix errors after change REST API to support self hosted version #43
  • fixed bug in class Bitrix24\Im\Notify see issue ATTACH_ERROR for calls method im.notify for empty attach #42
  • fixed bug in class Bitrix24\Im\Attach\Attach, method Attach::getAttachItems() already return array
  • fixed bug in class Bitrix24\Im\Attach\Attach