From 10f03ee0137b16b841729036ddd183c1388ce727 Mon Sep 17 00:00:00 2001 From: Nicola Lanzilotto Date: Thu, 18 Apr 2024 12:05:45 +0200 Subject: [PATCH] Updates version --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c9e261c4aa..a0a33f7a072f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # tiledesk-dashboard +### 2.6.12 +- Deploys in production +- Adds an alert on the app store page to explain that some apps have been moved to the integrations page +- Adds the ability to manage the visibility of menu item chatbot and the home chatbot section via DB +- Handles chatbot limit of zero +- Moves email ticketing features to "Custom" plan +- Adds the ability to manage the number of chatbots and the number of Knowledge Base contents via DB +- Adds the ability to manage the visibility of menu items widget unbranding, SMTP settings and Knowledge Bases via DB + ### 2.6.12-rc2 - Adds an alert on the app store page to explain that some apps have been moved to the integrations page diff --git a/package-lock.json b/package-lock.json index 39a921c48fd7..0b488ba65cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.6.12-rc2", + "version": "2.6.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f05bc8f1e380..189ce6960108 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.6.12-rc2", + "version": "2.6.12", "scripts": { "ng": "ng", "start": "ng serve --aot",