@chat21/chat21-web-widget 5.0.92 → 5.0.93

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/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.0.93
10
+ - **changed**: disabled sound on chatbot-panel.html
11
+
9
12
  # 5.0.92
10
13
  - **added**: displayOnDesktop and displayOnMobile parameters in test mode with true value
11
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.0.92",
4
+ "version": "5.0.93",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -470,7 +470,8 @@
470
470
  isLogEnabled:true,
471
471
  customAttributes: { sound: false },
472
472
  displayOnDesktop: true,
473
- displayOnMobile: true
473
+ displayOnMobile: true,
474
+ soundEnabled: false
474
475
  // autostart: false
475
476
 
476
477
  };