diff --git a/VERSION_CW b/VERSION_CW index fd2a01863..bea438e9a 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -3.1.0 +3.3.1 diff --git a/VERSION_CWCTL b/VERSION_CWCTL index e70b4523a..24ba9a38d 100644 --- a/VERSION_CWCTL +++ b/VERSION_CWCTL @@ -1 +1 @@ -2.6.0 +2.7.0 diff --git a/app/javascript/dashboard/assets/images/typing.gif b/app/javascript/dashboard/assets/images/typing.gif index dd9b1ca2b..b288d2559 100644 Binary files a/app/javascript/dashboard/assets/images/typing.gif and b/app/javascript/dashboard/assets/images/typing.gif differ diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 81cc294b3..4199be673 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -497,7 +497,11 @@ export default { return `draft-${this.conversationIdByRoute}-${this.replyType}`; }, audioRecordFormat() { - if (this.isAWhatsAppChannel || this.isAPIInbox) { + if ( + this.isAWhatsAppChannel || + this.isAPIInbox || + this.isATelegramChannel + ) { return AUDIO_FORMATS.OGG; } return AUDIO_FORMATS.WAV; diff --git a/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue b/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue index 8a28c5710..48f9fbd37 100644 --- a/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue +++ b/app/javascript/dashboard/components/widgets/conversation/components/GalleryView.vue @@ -46,9 +46,25 @@
+ +
-

You are currently on the <%= ChatwootHub.pricing_plan %> edition plan.

+

<%= SuperAdmin::FeaturesHelper.plan_details.html_safe %>

Installation Identifier

<%= ChatwootHub.installation_identifier %> @@ -31,15 +31,25 @@

Current plan

-

You are currently on the <%= ChatwootHub.pricing_plan %> edition plan.

+

<%= SuperAdmin::FeaturesHelper.plan_details.html_safe %>

- +
+ + <% if ChatwootHub.pricing_plan != 'community' && User.count > ChatwootHub.pricing_plan_quantity %> +
+
+

You have <%= User.count %> agents. Please add more licenses.

+
+
+ <% end %> + +

Need help?

@@ -72,7 +82,7 @@
<% if !attrs[:enabled] %>