|
1 | 1 | # bitrix24-php-sdk change log
|
2 | 2 |
|
| 3 | +## 1.2.0 (15.01.2022) |
| 4 | + |
| 5 | +* add callback function for PortalRenamed |
| 6 | + event [Добавить callback-функцию при переименовании портала для ветки 1.x](https://github.com/mesilov/bitrix24-php-sdk/issues/249) |
| 7 | +* bump minimum php version for 5.4.* |
| 8 | +* disable default CURLOPT_FOLLOWLOCATION |
| 9 | + |
3 | 10 | ## 1.1.0 (26.12.2021)
|
4 |
| -* add class `Bitrix24\Exceptions\Bitrix24RestApiUnavailableOnFreeTariffException` |
5 | 11 |
|
| 12 | +* add class `Bitrix24\Exceptions\Bitrix24RestApiUnavailableOnFreeTariffException` |
6 | 13 |
|
7 | 14 | ## 0.7.0 (11.07.2020)
|
| 15 | + |
8 | 16 | * add arguments in method `Bitrix24\Bizproc\Robot::add` for return results support
|
9 | 17 |
|
10 | 18 | ## 0.6.2 (12.09.2019)
|
| 19 | + |
11 | 20 | * remove in method, `processBatchCalls` remove call `handleBitrix24APILevelErrors`
|
12 | 21 | * remove php 5.x branch in travis config
|
13 | 22 |
|
14 | 23 | ## 0.6.1 (20.03.2019)
|
| 24 | + |
15 | 25 | * add `offset` parameter to entity `CRM\Status\Status` in method `getList`
|
16 | 26 | * add `offset` parameter to entity `User\User` in method `getList`
|
17 | 27 | * add method `messageAdd` to entity `Bitrix24\Bitrix24`
|
|
24 | 34 | * fix log level in method `Bitrix24::handleBitrix24APILevelErrors`
|
25 | 35 |
|
26 | 36 | ## 0.6.0 (18.02.2018)
|
| 37 | + |
27 | 38 | * add support for `FaceTracker` entity
|
28 |
| -* add presets for request timing information |
| 39 | +* add presets for request timing information |
29 | 40 | * add all methods for sonetgroup
|
30 | 41 | * add method `crm.contact.userfield.update`
|
31 | 42 | * add activities methods
|
|
42 | 53 | * add new placement presets for detail page
|
43 | 54 |
|
44 | 55 | ## 0.5.4 (8.07.2017)
|
| 56 | + |
45 | 57 | * add Callback for expired token. Fix pullrequest#63 by valga
|
46 | 58 | * add method `update` in class `Bitrix24\CRM\Product`
|
47 | 59 | * increased curl time out
|
48 | 60 | * add new scope `placement` in class `Bitrix24\Presets\Scope`
|
49 | 61 | * add batch calls method to bitrix24 api client interface
|
50 | 62 |
|
51 | 63 | ## 0.5.3 (20.05.2017)
|
| 64 | + |
52 | 65 | * add class `Bitrix24\Placement\Placement`
|
53 | 66 | * add preset `Bitrix24\Presets\Placement\Placement` with placement codes
|
54 | 67 | * add preset `Bitrix24\Presets\Placement\Fields` with placement fields
|
55 | 68 |
|
56 | 69 | ## 0.5.2 (11.05.2017)
|
| 70 | + |
57 | 71 | * add preset `Bitrix24\Presets\CRM\Product\ProductRowFields`
|
58 | 72 | * updated preset `Bitrix24\Presets\CRM\Contact\Fields`
|
59 | 73 | * updated preset `Bitrix24\Presets\CRM\Deal\Fields`
|
60 | 74 | * updated preset `Bitrix24\Presets\CRM\Lead\Fields`
|
61 | 75 |
|
62 | 76 | ## 0.5.1 (30.04.2017)
|
| 77 | + |
63 | 78 | * add preset `Bitrix24\Presets\CRM\Product\Fields`
|
64 | 79 | * add method `add` in class `Bitrix24\CRM\Product`
|
65 | 80 |
|
66 | 81 | ## 0.5.0 (4.09.2016)
|
| 82 | + |
67 | 83 | * add class `Bitrix24\CRM\Quote` see pr [Added support for Quote API calls](https://github.com/mesilov/bitrix24-php-sdk/pull/53/)
|
68 |
| -* add support http status 301 moved permanently in class `Bitrix24` see issue [301 Moved Permanently #49](https://github.com/mesilov/bitrix24-php-sdk/issues/49) |
| 84 | +* add support http status 301 moved permanently in class `Bitrix24` see |
| 85 | + issue [301 Moved Permanently #49](https://github.com/mesilov/bitrix24-php-sdk/issues/49) |
69 | 86 | * fixed bug in class `Bitrix24` see pr [Issue in the isAccessTokenExpire method](https://github.com/mesilov/bitrix24-php-sdk/pull/54)
|
70 | 87 |
|
71 | 88 | ## 0.4.1 (4.08.2016)
|
72 |
| -* add new events in class `Bitrix24\Presets\Event\Event` see issue [Add new bitrix24 events #44](https://github.com/mesilov/bitrix24-php-sdk/issues/44) |
73 |
| -* add new scope in class `Bitrix24\Presets\Scope` see issue [Update scope presets class #47](https://github.com/mesilov/bitrix24-php-sdk/issues/47) |
74 |
| -* remove file with old deprecated exceptions see issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46) |
| 89 | + |
| 90 | +* add new events in class `Bitrix24\Presets\Event\Event` see |
| 91 | + issue [Add new bitrix24 events #44](https://github.com/mesilov/bitrix24-php-sdk/issues/44) |
| 92 | +* add new scope in class `Bitrix24\Presets\Scope` see |
| 93 | + issue [Update scope presets class #47](https://github.com/mesilov/bitrix24-php-sdk/issues/47) |
| 94 | +* remove file with old deprecated exceptions see |
| 95 | + issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46) |
75 | 96 |
|
76 | 97 | ## 0.4.0 (16.07.2016)
|
77 |
| -* remove all exceptions in namespace `\Exceptions` see issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46) |
| 98 | + |
| 99 | +* remove all exceptions in namespace `\Exceptions` see |
| 100 | + issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46) |
78 | 101 | * add class `Bitrix24\Exceptions\Bitrix24Exception`
|
79 | 102 | * add class `Bitrix24\Exceptions\Bitrix24IoException`
|
80 | 103 | * add class `Bitrix24\Exceptions\Bitrix24EmptyResponseException`
|
|
98 | 121 | * updated class `Bitrix24\Bitrix24SecurityException` mark as **deprecated**
|
99 | 122 |
|
100 | 123 | ## 0.3.4 (06.06.2016)
|
| 124 | + |
101 | 125 | * add exception class `Bitrix24EmptyResponseException`
|
102 | 126 | * in class `Bitrix24` add debug information for some error types
|
103 |
| -* 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](https://github.com/mesilov/bitrix24-php-sdk/issues/43) |
| 127 | +* temporary remove calls to oauth.bitrix.info for methods `app.info` and `app.stat` see |
| 128 | + issue [Fix errors after change REST API to support self hosted version #43](https://github.com/mesilov/bitrix24-php-sdk/issues/43) |
104 | 129 |
|
105 | 130 | ## 0.3.3 (28.05.2016)
|
106 |
| -* fixed bug in class `Bitrix24` see issue [Fix errors after change REST API to support self hosted version #43](https://github.com/mesilov/bitrix24-php-sdk/issues/43) |
| 131 | + |
| 132 | +* fixed bug in class `Bitrix24` see |
| 133 | + issue [Fix errors after change REST API to support self hosted version #43](https://github.com/mesilov/bitrix24-php-sdk/issues/43) |
107 | 134 |
|
108 | 135 | ## 0.3.2 (07.05.2016)
|
109 |
| -* fixed bug in class `Bitrix24\Im\Notify` see issue [ATTACH_ERROR for calls method im.notify for empty attach #42](https://github.com/mesilov/bitrix24-php-sdk/issues/42) |
110 |
| - |
| 136 | + |
| 137 | +* fixed bug in class `Bitrix24\Im\Notify` see |
| 138 | + issue [ATTACH_ERROR for calls method im.notify for empty attach #42](https://github.com/mesilov/bitrix24-php-sdk/issues/42) |
| 139 | + |
111 | 140 | ## 0.3.1 (04.05.2016)
|
| 141 | + |
112 | 142 | * add `dev` branch in GitHub repo
|
113 | 143 | * fixed bug in class `Bitrix24\Im\Attach\Attach`, method `Attach::getAttachItems()` already return array
|
114 | 144 |
|
115 | 145 | ## 0.3.0 (04.05.2016)
|
| 146 | + |
116 | 147 | * add class `Bitrix24\Im\Attach\Item\Message` class implements work with string messages in attach item
|
117 |
| -* add interface `Bitrix24\Presets\Im\iChatColor` with chat color presets |
| 148 | +* add interface `Bitrix24\Presets\Im\iChatColor` with chat color presets |
118 | 149 | * add phpUnit tests for items:
|
119 |
| - * `Bitrix24\Im\Attach\Item\Delimiter` |
120 |
| - * `Bitrix24\Im\Attach\Item\File` |
121 |
| - * `Bitrix24\Im\Attach\Item\Grid` |
122 |
| - * `Bitrix24\Im\Attach\Item\Image` |
123 |
| - * `Bitrix24\Im\Attach\Item\Link` |
124 |
| - * `Bitrix24\Im\Attach\Item\Message` |
125 |
| - * `Bitrix24\Im\Attach\Item\User` |
126 |
| -* fixed bug in class `Bitrix24\Im\Attach\Attach` |
| 150 | + * `Bitrix24\Im\Attach\Item\Delimiter` |
| 151 | + * `Bitrix24\Im\Attach\Item\File` |
| 152 | + * `Bitrix24\Im\Attach\Item\Grid` |
| 153 | + * `Bitrix24\Im\Attach\Item\Image` |
| 154 | + * `Bitrix24\Im\Attach\Item\Link` |
| 155 | + * `Bitrix24\Im\Attach\Item\Message` |
| 156 | + * `Bitrix24\Im\Attach\Item\User` |
| 157 | +* fixed bug in class `Bitrix24\Im\Attach\Attach` |
127 | 158 |
|
128 | 159 | ## 0.2.1 (27.04.2016)
|
129 |
| -* add exception class `Bitrix24PortalDeleted` and handle Bitrix24 portal deleted event. See issue [Add support for deleted portals #40](https://github.com/mesilov/bitrix24-php-sdk/issues/40) |
| 160 | + |
| 161 | +* add exception class `Bitrix24PortalDeleted` and handle Bitrix24 portal deleted event. See |
| 162 | + issue [Add support for deleted portals #40](https://github.com/mesilov/bitrix24-php-sdk/issues/40) |
130 | 163 |
|
131 | 164 | ## 0.2.0 (24.06.2015)
|
| 165 | + |
132 | 166 | * add class `Deal`
|
133 | 167 | * add class `LiveFeedMessage`
|
134 | 168 | * add task fields presets
|
|
147 | 181 | * remove class `Bitrix24\Task\TaskItem`
|
148 | 182 |
|
149 | 183 | ## 0.1.4 (18.04.2015)
|
| 184 | + |
150 | 185 | * add presets for user fields data type structure
|
151 | 186 | * add method `Update` and predefined constants in class `Invoice`
|
152 | 187 | * add protected method `handleBitrix24APILevelErrors` in a base class
|
|
161 | 196 | * fixed bug in Fix method isAccessTokenExpire
|
162 | 197 |
|
163 | 198 | ## 0.1.3 (24.08.2014)
|
| 199 | + |
164 | 200 | * add const `TOTAL` and `RESULT` for class `Bitrix24\Presets\Main`
|
165 | 201 | * add class `Bitrix24\Presets\Users\Fields` for Bitrix24 users fields
|
166 | 202 | * add class `Bitrix24\Departments\Department`
|
|
176 | 212 | * fixed bug in __construct in abstract class `Bitrix24Entity`
|
177 | 213 |
|
178 | 214 | ## 0.1.2 (22.01.2014)
|
| 215 | + |
179 | 216 | * add security sign support in api-call
|
180 | 217 | * add class `User`
|
181 | 218 | * add method «admin» — Check is current user admin
|
|
184 | 221 | * add MIT-LICENSE
|
185 | 222 |
|
186 | 223 | ## 0.1.1 (9.10.2013)
|
| 224 | + |
187 | 225 | * add namespace support
|
188 | 226 | * add classes of Bitrix24 parts: tasks, sonet
|
189 | 227 | * add base class `Bitrix24Entity`
|
190 | 228 |
|
191 | 229 | ## 0.1.0 (26.10.2013)
|
| 230 | + |
192 | 231 | * Initial release
|
0 commit comments