Skip to content

Commit

Permalink
### 3.4.7 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 25, 2024
1 parent f696e08 commit 44c2755
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# chat21-ionic ver 3.0

### 3.4.7 in PROD

### 3.4.7-rc.2
- minior fix

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.4.7-rc.2",
"version": "3.4.7",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/chat21-core/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ function getMimeTypeFromExtension(extension: string): string {
'.txt': 'text/plain',
'.doc': 'application/msword',
'.docx': 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'.wav' : 'audio/wav'
// Aggiungi altri tipi MIME se necessario
};
return mimeTypes[extension] || '';
Expand Down

0 comments on commit 44c2755

Please sign in to comment.