@app-connect/core 1.5.8 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.test +5 -5
- package/README.md +434 -434
- package/adapter/mock.js +76 -76
- package/adapter/registry.js +247 -247
- package/handlers/admin.js +62 -60
- package/handlers/auth.js +205 -156
- package/handlers/contact.js +274 -274
- package/handlers/disposition.js +193 -193
- package/handlers/log.js +612 -587
- package/handlers/user.js +101 -101
- package/index.js +1302 -1204
- package/jest.config.js +56 -56
- package/lib/analytics.js +52 -52
- package/lib/callLogComposer.js +550 -485
- package/lib/constants.js +8 -8
- package/lib/encode.js +30 -30
- package/lib/generalErrorMessage.js +41 -41
- package/lib/jwt.js +16 -16
- package/lib/oauth.js +34 -21
- package/lib/util.js +43 -40
- package/models/adminConfigModel.js +17 -17
- package/models/cacheModel.js +23 -23
- package/models/callLogModel.js +27 -27
- package/models/dynamo/lockSchema.js +24 -24
- package/models/dynamo/noteCacheSchema.js +30 -0
- package/models/messageLogModel.js +25 -25
- package/models/sequelize.js +16 -16
- package/models/userModel.js +38 -38
- package/package.json +67 -64
- package/releaseNotes.json +701 -605
- package/test/adapter/registry.test.js +270 -270
- package/test/handlers/auth.test.js +230 -230
- package/test/lib/jwt.test.js +161 -161
- package/test/setup.js +176 -176
package/releaseNotes.json
CHANGED
|
@@ -1,606 +1,702 @@
|
|
|
1
|
-
{
|
|
2
|
-
"1.
|
|
3
|
-
"global": [
|
|
4
|
-
{
|
|
5
|
-
"type": "
|
|
6
|
-
"description": "-
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"type": "
|
|
10
|
-
"description": "-
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"type": "Better",
|
|
14
|
-
"description": "-
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"type": "
|
|
18
|
-
"description": "-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
{
|
|
25
|
-
"type": "
|
|
26
|
-
"description": "-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
{
|
|
33
|
-
"type": "
|
|
34
|
-
"description": "-
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"type": "
|
|
38
|
-
"description": "-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
{
|
|
49
|
-
"type": "
|
|
50
|
-
"description": "-
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"type": "Fix",
|
|
54
|
-
"description": "-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
{
|
|
65
|
-
"type": "New",
|
|
66
|
-
"description": "-
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "
|
|
70
|
-
"description": "-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
{
|
|
77
|
-
"type": "
|
|
78
|
-
"description": "-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
{
|
|
85
|
-
"type": "
|
|
86
|
-
"description": "-
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"type": "
|
|
90
|
-
"description": "-
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "Fix",
|
|
94
|
-
"description": "-
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
"1.5.
|
|
99
|
-
"global": [
|
|
100
|
-
{
|
|
101
|
-
"type": "
|
|
102
|
-
"description": "-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
{
|
|
109
|
-
"type": "
|
|
110
|
-
"description": "-
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"type": "
|
|
114
|
-
"description": "-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
{
|
|
121
|
-
"type": "
|
|
122
|
-
"description": "-
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
{
|
|
129
|
-
"type": "Fix",
|
|
130
|
-
"description": "-
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"type": "
|
|
134
|
-
"description": "-
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
|
-
"1.5.
|
|
139
|
-
"global": [
|
|
140
|
-
{
|
|
141
|
-
"type": "New",
|
|
142
|
-
"description": "-
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"type": "
|
|
146
|
-
"description": "-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
{
|
|
157
|
-
"type": "
|
|
158
|
-
"description": "-
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
{
|
|
165
|
-
"type": "
|
|
166
|
-
"description": "-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
{
|
|
173
|
-
"type": "
|
|
174
|
-
"description": "-
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"type": "
|
|
178
|
-
"description": "-
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
{
|
|
185
|
-
"type": "
|
|
186
|
-
"description": "-
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"type": "
|
|
190
|
-
"description": "-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
{
|
|
197
|
-
"type": "New",
|
|
198
|
-
"description": "-
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
{
|
|
205
|
-
"type": "New",
|
|
206
|
-
"description": "-
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"type": "
|
|
210
|
-
"description": "-
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
{
|
|
221
|
-
"type": "Fix",
|
|
222
|
-
"description": "-
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"type": "Fix",
|
|
226
|
-
"description": "-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
{
|
|
237
|
-
"type": "
|
|
238
|
-
"description": "-
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"type": "
|
|
242
|
-
"description": "-
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
{
|
|
249
|
-
"type": "Fix",
|
|
250
|
-
"description": "-
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"type": "Fix",
|
|
254
|
-
"description": "-
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
{
|
|
265
|
-
"type": "
|
|
266
|
-
"description": "-
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"type": "
|
|
270
|
-
"description": "-
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
{
|
|
281
|
-
"type": "
|
|
282
|
-
"description": "-
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"type": "New",
|
|
286
|
-
"description": "-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
{
|
|
293
|
-
"type": "
|
|
294
|
-
"description": "-
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"type": "
|
|
298
|
-
"description": "-
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"type": "
|
|
302
|
-
"description": "-
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"type": "
|
|
306
|
-
"description": "-
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
{
|
|
321
|
-
"type": "
|
|
322
|
-
"description": "
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
{
|
|
329
|
-
"type": "New",
|
|
330
|
-
"description": "
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "
|
|
334
|
-
"description": "
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
{
|
|
341
|
-
"type": "
|
|
342
|
-
"description": "-
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"type": "Fix",
|
|
346
|
-
"description": "-
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"type": "Fix",
|
|
350
|
-
"description": "-
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"type": "Fix",
|
|
354
|
-
"description": "-
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
{
|
|
365
|
-
"type": "
|
|
366
|
-
"description": "-
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
{
|
|
373
|
-
"type": "Fix",
|
|
374
|
-
"description": "-
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
{
|
|
381
|
-
"type": "New",
|
|
382
|
-
"description": "-
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
{
|
|
393
|
-
"type": "
|
|
394
|
-
"description": "-
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"type": "
|
|
398
|
-
"description": "-
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
{
|
|
409
|
-
"type": "
|
|
410
|
-
"description": "
|
|
411
|
-
}
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
"1.
|
|
415
|
-
"global": [
|
|
416
|
-
{
|
|
417
|
-
"type": "
|
|
418
|
-
"description": "
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
{
|
|
425
|
-
"type": "
|
|
426
|
-
"description": "
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
{
|
|
437
|
-
"type": "
|
|
438
|
-
"description": "-
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"type": "
|
|
442
|
-
"description": "-
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
{
|
|
449
|
-
"type": "
|
|
450
|
-
"description": "-
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "
|
|
454
|
-
"description": "-
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
{
|
|
461
|
-
"type": "
|
|
462
|
-
"description": "-
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"type": "Fix",
|
|
466
|
-
"description": "-
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
{
|
|
477
|
-
"type": "New",
|
|
478
|
-
"description": "-
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"type": "
|
|
482
|
-
"description": "-
|
|
483
|
-
}
|
|
484
|
-
]
|
|
485
|
-
},
|
|
486
|
-
"1.0
|
|
487
|
-
"global": [
|
|
488
|
-
{
|
|
489
|
-
"type": "
|
|
490
|
-
"description": "-
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
{
|
|
505
|
-
"type": "
|
|
506
|
-
"description": "- User
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
{
|
|
513
|
-
"type": "
|
|
514
|
-
"description": "-
|
|
515
|
-
}
|
|
516
|
-
]
|
|
517
|
-
},
|
|
518
|
-
"1.
|
|
519
|
-
"global": [
|
|
520
|
-
{
|
|
521
|
-
"type": "Fix",
|
|
522
|
-
"description": "- SMS
|
|
523
|
-
}
|
|
524
|
-
]
|
|
525
|
-
},
|
|
526
|
-
"1.0
|
|
527
|
-
"global": [
|
|
528
|
-
{
|
|
529
|
-
"type": "New",
|
|
530
|
-
"description": "-
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"type": "Better",
|
|
534
|
-
"description": "-
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"type": "Better",
|
|
538
|
-
"description": "-
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
},
|
|
542
|
-
"1.0.
|
|
543
|
-
"global": [
|
|
544
|
-
{
|
|
545
|
-
"type": "
|
|
546
|
-
"description": "-
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"type": "
|
|
550
|
-
"description": "-
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
{
|
|
557
|
-
"type": "Fix",
|
|
558
|
-
"description": "-
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"type": "
|
|
562
|
-
"description": "-
|
|
563
|
-
}
|
|
564
|
-
]
|
|
565
|
-
},
|
|
566
|
-
"1.0.
|
|
567
|
-
"global": [
|
|
568
|
-
{
|
|
569
|
-
"type": "
|
|
570
|
-
"description": "-
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "
|
|
574
|
-
"description": "-
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
{
|
|
585
|
-
"type": "New",
|
|
586
|
-
"description": "-
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
{
|
|
593
|
-
"type": "
|
|
594
|
-
"description": "-
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
{
|
|
601
|
-
"type": "
|
|
602
|
-
"description": "
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
|
|
1
|
+
{
|
|
2
|
+
"1.6.4": {
|
|
3
|
+
"global": [
|
|
4
|
+
{
|
|
5
|
+
"type": "New",
|
|
6
|
+
"description": "- RingCentral user name and phone number in call details settings"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"type": "Better",
|
|
10
|
+
"description": "- Server-side call logging can now upload agent notes from the Chrome extension immediately after the call"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"type": "Better",
|
|
14
|
+
"description": "- More intuitive date time user setting format"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"type": "Fix",
|
|
18
|
+
"description": "- Return error message if server-side call logging is already created"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"1.6.3": {
|
|
23
|
+
"global": [
|
|
24
|
+
{
|
|
25
|
+
"type": "New",
|
|
26
|
+
"description": "- Date time format in call details settings"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "Better",
|
|
30
|
+
"description": "- When doing server-side call logging, agent notes input from Chrome extension won't be overwritten by system"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "Better",
|
|
34
|
+
"description": "- When doing server-side call logging, agent notes won't be overwritten by system"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "Fix",
|
|
38
|
+
"description": "- User report tab can now be toggled ON/OFF"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "Fix",
|
|
42
|
+
"description": "- Time format now follows operating system setting"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"1.6.2": {
|
|
47
|
+
"global": [
|
|
48
|
+
{
|
|
49
|
+
"type": "Fix",
|
|
50
|
+
"description": "- User session auth button now shows correct state"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": "Fix",
|
|
54
|
+
"description": "- Auto log is not disabled by admin-only server side logging anymore"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"type": "Fix",
|
|
58
|
+
"description": "- Playload too large issue"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"1.6.1": {
|
|
63
|
+
"global": [
|
|
64
|
+
{
|
|
65
|
+
"type": "New",
|
|
66
|
+
"description": "- Support to logging AI notes for no admin users in server side logging"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "Fix",
|
|
70
|
+
"description": "- User report not showing number under dark theme"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "Fix",
|
|
74
|
+
"description": "- User setting shows '(admin)' for all users"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "Fix",
|
|
78
|
+
"description": "- User session refresh issue"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"1.6.0": {
|
|
83
|
+
"global": [
|
|
84
|
+
{
|
|
85
|
+
"type": "New",
|
|
86
|
+
"description": "- License status is shown in user settings"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "New",
|
|
90
|
+
"description": "- User report tab to see calls and SMS messages made within selected date range"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "Fix",
|
|
94
|
+
"description": "- Server side logging call duration stuck in 'pending' state"
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"1.5.8": {
|
|
99
|
+
"global": [
|
|
100
|
+
{
|
|
101
|
+
"type": "Fix",
|
|
102
|
+
"description": "- Error on showing a window-size warning message"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "Fix",
|
|
106
|
+
"description": "- Disconnected users shown as connected"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "Better",
|
|
110
|
+
"description": "- Every 5min, retroatively check recording links at pending state and update them to existing call logs"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "Better",
|
|
114
|
+
"description": "- More stable user session"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "Better",
|
|
118
|
+
"description": "- User settings sync message suppressed"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"type": "Better",
|
|
122
|
+
"description": "- Webpage embed (Click-to-dial and Quick-access-button) urls setting is renamed to 'Enabled domains' under General -> Appearance"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"1.5.7": {
|
|
127
|
+
"global": [
|
|
128
|
+
{
|
|
129
|
+
"type": "Fix",
|
|
130
|
+
"description": "- wrong alert message when user click enter button in contact searching page"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "Better",
|
|
134
|
+
"description": "- Message logs within the CRM are now consistently displayed in chronological order"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"1.5.6": {
|
|
139
|
+
"global": [
|
|
140
|
+
{
|
|
141
|
+
"type": "New",
|
|
142
|
+
"description": "- Ringtone can now be set up in Audio settings"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "Better",
|
|
146
|
+
"description": "- Improve user settings presentation"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "Fix",
|
|
150
|
+
"description": "- AI notes are now attached when doing retroactive call logging"
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"1.5.5": {
|
|
155
|
+
"global": [
|
|
156
|
+
{
|
|
157
|
+
"type": "New",
|
|
158
|
+
"description": "- Freskdesk and Gohighlevel are now supported"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"type": "New",
|
|
162
|
+
"description": "- Insightly has new setting in Insightly options to input custom phone field names"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "Better",
|
|
166
|
+
"description": "- Click-to-dial enablement is now controled by user settings with 4 modes. (previous whitelist is deprecated)"
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"1.5.4": {
|
|
171
|
+
"global": [
|
|
172
|
+
{
|
|
173
|
+
"type": "New",
|
|
174
|
+
"description": "- Notification-level setting to control what types of notification would be shown"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "Better",
|
|
178
|
+
"description": "- DisableRetroCallLogging in user setting is changed to EnableRetroCallLogging"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"type": "Better",
|
|
182
|
+
"description": "- Contacts are shown with source icon"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"type": "Fix",
|
|
186
|
+
"description": "- An issue when opening contact page"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "Fix",
|
|
190
|
+
"description": "- An issue when getting user settings"
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"1.5.3": {
|
|
195
|
+
"global": [
|
|
196
|
+
{
|
|
197
|
+
"type": "New",
|
|
198
|
+
"description": "- Quick access button and click-to-dial can be configured to be shown on other pages rather than CRM page. Set it up in user settings -> general -> allowed pages"
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"1.5.2": {
|
|
203
|
+
"global": [
|
|
204
|
+
{
|
|
205
|
+
"type": "New",
|
|
206
|
+
"description": "- Contact search in call/message log page to add contact searched by name"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type": "New",
|
|
210
|
+
"description": "- Include tab visibility control in Admin settings"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"1.5.1": {
|
|
215
|
+
"global": [
|
|
216
|
+
{
|
|
217
|
+
"type": "New",
|
|
218
|
+
"description": "- Call session id can now be included in call log notes. This can be turned ON/OFF in user settings"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"type": "Fix",
|
|
222
|
+
"description": "- Developer mode can be turned ON before connecting to CRM"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"type": "Fix",
|
|
226
|
+
"description": "- User setting now shows correct connect status right after open"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"type": "Fix",
|
|
230
|
+
"description": "- Call queue calls cannot be logged in a few cases"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"1.5.0": {
|
|
235
|
+
"global": [
|
|
236
|
+
{
|
|
237
|
+
"type": "New",
|
|
238
|
+
"description": "- Fax log support"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "New",
|
|
242
|
+
"description": "- If user is admin, '(Admin)' will be shown after user name on user setting page"
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"1.4.2": {
|
|
247
|
+
"global": [
|
|
248
|
+
{
|
|
249
|
+
"type": "Fix",
|
|
250
|
+
"description": "- Show 'Cannot find call log' and 'Cannot find contact' even when contact is known"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "Fix",
|
|
254
|
+
"description": "- Contact call-pop for known contact"
|
|
255
|
+
}
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
"1.4.1": {
|
|
259
|
+
"global": [
|
|
260
|
+
{
|
|
261
|
+
"type": "New",
|
|
262
|
+
"description": "- Server-side call logging support using user credentials if possible"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"type": "New",
|
|
266
|
+
"description": "- Server-side call logging new selection for logging by Agent/User (if possible) OR Admin"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"type": "Change",
|
|
270
|
+
"description": "- 'Tabs' setting is renamed as 'Customize tabs' and is moved under 'General' setting"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"type": "Fix",
|
|
274
|
+
"description": "- Call queue not answered cannot be logged"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
"1.4.0": {
|
|
279
|
+
"global": [
|
|
280
|
+
{
|
|
281
|
+
"type": "New",
|
|
282
|
+
"description": "- Server side call logging for all platforms"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "New",
|
|
286
|
+
"description": "- One-time log in user setting to reduce Rate Limit issue and make logging more stable"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"type": "New",
|
|
290
|
+
"description": "- Hide or show tabs in user settings"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "New",
|
|
294
|
+
"description": "- Call queue presence setting"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "New",
|
|
298
|
+
"description": "- Display voicemail transcript"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "New",
|
|
302
|
+
"description": "- Google Sheets is now supported"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"type": "Better",
|
|
306
|
+
"description": "- Auto-logging happens right after call is connected (unless one-time log is ON)"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"type": "Better",
|
|
310
|
+
"description": "- Multiple matched contact handling"
|
|
311
|
+
}
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"1.3.10": {
|
|
315
|
+
"global": [
|
|
316
|
+
{
|
|
317
|
+
"type": "Fix",
|
|
318
|
+
"description": "- New users cannot save auto log setting"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"type": "Fix",
|
|
322
|
+
"description": "- Randomly dial previous number"
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
},
|
|
326
|
+
"1.3.9": {
|
|
327
|
+
"global": [
|
|
328
|
+
{
|
|
329
|
+
"type": "New",
|
|
330
|
+
"description": "- User settings for ai related features (applicable accounts only)"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "Better",
|
|
334
|
+
"description": "- User settings are kept after logout and auto-loaded after re-connect"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"type": "Better",
|
|
338
|
+
"description": "- Token refresh lock to reduce issues of invalid authorization"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"type": "Better",
|
|
342
|
+
"description": "- Clearer sign on case where auto call log setting disabled by Server Side Call Logging"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"type": "Fix",
|
|
346
|
+
"description": "- Agent note title inserted in log description when there's no note"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "Fix",
|
|
350
|
+
"description": "- Fix spamming of contact not found warning notification"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "Fix",
|
|
354
|
+
"description": "- Fix contact match issue on multiple contact case"
|
|
355
|
+
}
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
"1.3.8": {
|
|
359
|
+
"global": [
|
|
360
|
+
{
|
|
361
|
+
"type": "Fix",
|
|
362
|
+
"description": "- Contact match timeout issue"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "Fix",
|
|
366
|
+
"description": "- Auto log in user setting isn't set unless reloaded"
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
"1.3.7": {
|
|
371
|
+
"global": [
|
|
372
|
+
{
|
|
373
|
+
"type": "Fix",
|
|
374
|
+
"description": "- Timeout issue (mostly affecting call logging)"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"type": "Fix",
|
|
378
|
+
"description": "- Admin users now get admin setting right after login"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"type": "New",
|
|
382
|
+
"description": "- A new setting to turn ON/OFF retroactive call logging"
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
"1.3.6": {
|
|
387
|
+
"global": [
|
|
388
|
+
{
|
|
389
|
+
"type": "Fix",
|
|
390
|
+
"description": "- Retro call logging now has recording link if applicable, instead of showing '(pending...)'"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"type": "Better",
|
|
394
|
+
"description": "- User settings are synced more frequently and stably"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"type": "Better",
|
|
398
|
+
"description": "- Some settings now have additional explanations of how it works"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"type": "Change",
|
|
402
|
+
"description": "- 'Call log details' setting is now under 'Call and SMS logging'"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"1.3.5": {
|
|
407
|
+
"global": [
|
|
408
|
+
{
|
|
409
|
+
"type": "Upgrade",
|
|
410
|
+
"description": "Error messages are more accurate"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
"1.3.4": {
|
|
415
|
+
"global": [
|
|
416
|
+
{
|
|
417
|
+
"type": "Upgrade",
|
|
418
|
+
"description": "More accurate call info, including better tracking on call recording link save status"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"type": "New",
|
|
422
|
+
"description": "Call info details can be selectively logged based on new toggles in user settings"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"type": "New",
|
|
426
|
+
"description": "(RingCentral AI license only) Smart Notes to be enabled in user advanced settings"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"type": "Fix",
|
|
430
|
+
"description": "Admin users can see admin tab on first login now"
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
"1.3.3": {
|
|
435
|
+
"global": [
|
|
436
|
+
{
|
|
437
|
+
"type": "Update",
|
|
438
|
+
"description": "- This extension's name is now changed to RingCentral App Connect"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"type": "Fix",
|
|
442
|
+
"description": "- (for Clio and Insightly user only) Overriding phone number format missing issue"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"type": "Fix",
|
|
446
|
+
"description": "- Auto pop up log page after call setting not working"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"type": "Fix",
|
|
450
|
+
"description": "- Inbound call contact pop not working"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"type": "Fix",
|
|
454
|
+
"description": "- Admin icon in dark theme"
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"1.3.2": {
|
|
459
|
+
"global": [
|
|
460
|
+
{
|
|
461
|
+
"type": "New",
|
|
462
|
+
"description": "- User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select)"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"type": "Fix",
|
|
466
|
+
"description": "- SMS logging issue"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"type": "Fix",
|
|
470
|
+
"description": "- Auto open extension now only opens when main page is opened"
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"1.3.1": {
|
|
475
|
+
"global": [
|
|
476
|
+
{
|
|
477
|
+
"type": "New",
|
|
478
|
+
"description": "- (Only for admin users) Admin tools. Admins have an extra tab in the extension to control end users' settings"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"type": "Fix",
|
|
482
|
+
"description": "- SMS logging date format"
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"1.2.0": {
|
|
487
|
+
"global": [
|
|
488
|
+
{
|
|
489
|
+
"type": "Fix",
|
|
490
|
+
"description": "- SMS log issue"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"type": "Fix",
|
|
494
|
+
"description": "- Missing recording link when doing retroactive auto call logging"
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"1.1.4": {
|
|
499
|
+
"global": [
|
|
500
|
+
{
|
|
501
|
+
"type": "Fix",
|
|
502
|
+
"description": "- Auto log association"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"type": "New",
|
|
506
|
+
"description": "- User setting in advanced features to turn on 'Auto open extension' to open itself when opening a CRM page"
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"1.1.2": {
|
|
511
|
+
"global": [
|
|
512
|
+
{
|
|
513
|
+
"type": "Change",
|
|
514
|
+
"description": "- Auto pop up log page is not dependent on auto log setting anymore"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
"1.1.1": {
|
|
519
|
+
"global": [
|
|
520
|
+
{
|
|
521
|
+
"type": "Fix",
|
|
522
|
+
"description": "- Call/SMS logging issue"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
},
|
|
526
|
+
"1.1.0": {
|
|
527
|
+
"global": [
|
|
528
|
+
{
|
|
529
|
+
"type": "New",
|
|
530
|
+
"description": "- Show error page when CRM initialization fails"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": "Better",
|
|
534
|
+
"description": "- Use local cached contact info to avoid rate limit issue"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"type": "Better",
|
|
538
|
+
"description": "- Auto call log now supports retrospectively logging up to 100 unlogged records upon extension open"
|
|
539
|
+
}
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"1.0.10": {
|
|
543
|
+
"global": [
|
|
544
|
+
{
|
|
545
|
+
"type": "Change",
|
|
546
|
+
"description": "- Unreolved tab is removed now. To check out unlogged calls, there's now a filter on call history page"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": "Change",
|
|
550
|
+
"description": "- Updated notification UI"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "Fix",
|
|
554
|
+
"description": "- Numbers can now be copied from call page and call history page"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"type": "Fix",
|
|
558
|
+
"description": "- Click-to-dial now supports detecting phone numbers in input fields"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"type": "Fix",
|
|
562
|
+
"description": "- Click-to-dial now supports detecting extension numbers with format as eg. +13334445555#134"
|
|
563
|
+
}
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"1.0.9": {
|
|
567
|
+
"global": [
|
|
568
|
+
{
|
|
569
|
+
"type": "New",
|
|
570
|
+
"description": "- Call history page now has a search bar with filters"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"type": "New",
|
|
574
|
+
"description": "- Contact pop settings now support both inbound and outbound calls on different timings"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"type": "New",
|
|
578
|
+
"description": "- RingCentral team message is added as a new tab (might get delayed to show up)"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
"1.0.8": {
|
|
583
|
+
"global": [
|
|
584
|
+
{
|
|
585
|
+
"type": "New",
|
|
586
|
+
"description": "- More historical call records can be viewed from call history page with 'Load more' button"
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
"1.0.7": {
|
|
591
|
+
"global": [
|
|
592
|
+
{
|
|
593
|
+
"type": "Fix",
|
|
594
|
+
"description": "- Incoming call pop contact page fixed"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
"1.0.6": {
|
|
599
|
+
"global": [
|
|
600
|
+
{
|
|
601
|
+
"type": "Better",
|
|
602
|
+
"description": "- User settings are organized in a better way"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"type": "New",
|
|
606
|
+
"description": "- Support page is added to user settings"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"type": "New",
|
|
610
|
+
"description": "- Community forum is created, can be accessed via support page -> 'Get support'"
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
"1.0.5": {
|
|
615
|
+
"global": [
|
|
616
|
+
{
|
|
617
|
+
"type": "Fix",
|
|
618
|
+
"description": "- SMS template remembers orders after close"
|
|
619
|
+
}
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
"1.0.4": {
|
|
623
|
+
"global": [
|
|
624
|
+
{
|
|
625
|
+
"type": "New",
|
|
626
|
+
"description": "- An About page in user settings to show info and helper links"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"type": "Better",
|
|
630
|
+
"description": "- Factor reset now also cleans up unresolved conflicts"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "Better",
|
|
634
|
+
"description": "- SMS template supports drag and drop to arrange item orders"
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
"1.0.3": {
|
|
639
|
+
"global": [
|
|
640
|
+
{
|
|
641
|
+
"type": "Better",
|
|
642
|
+
"description": "- Use SMS template that syncs with RingCentral App's SMS template"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"type": "New",
|
|
646
|
+
"description": "- Show notification when a call recording link is uploaded"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
"1.0.2": {
|
|
651
|
+
"global": [
|
|
652
|
+
{
|
|
653
|
+
"type": "Fix",
|
|
654
|
+
"description": "- SMS template cannot apply issue"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"type": "New",
|
|
658
|
+
"description": "- Factory Reset button in user settings"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
"1.0.1": {
|
|
663
|
+
"global": [
|
|
664
|
+
{
|
|
665
|
+
"type": "Fix",
|
|
666
|
+
"description": "- RingCentral sign in issue where pop up sign in window is stuck at loading screen"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"type": "Better",
|
|
670
|
+
"description": "- Auto log conflict messages now contain more meaningful info"
|
|
671
|
+
}
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
"1.0.0": {
|
|
675
|
+
"global": [
|
|
676
|
+
{
|
|
677
|
+
"type": "New",
|
|
678
|
+
"description": "- Auto log with conflict resolver"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"type": "New",
|
|
682
|
+
"description": "- Manual refersh contact info with button"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"type": "New",
|
|
686
|
+
"description": "- Audio volume controls"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"type": "Better",
|
|
690
|
+
"description": "- SMS messages are now logged as in conversations per day"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"type": "Better",
|
|
694
|
+
"description": "- New UIs"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"type": "Full list and video demo",
|
|
698
|
+
"description": "https://ringcentral.github.io/rc-unified-crm-extension/release-notes/"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
}
|
|
606
702
|
}
|