Skip to content

Commit

Permalink
### 3.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Feb 8, 2024
1 parent 3c89e6f commit 986d1ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# chat21-ionic ver 3.0

### 3.1.0-rc1
- added: INFO_MESSAGE_TYPE enum added to manage info message keys into message.attributes object
- changed: route to main page ('/conversation-detail') when a conversation is closed or abandoned
- bug-fixed: if agent abandoned a chat, detail still remain visible and can send message

### 3.0.109 in PROD

### 3.0.109-rc.1
Expand Down
3 changes: 1 addition & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
<splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" />
</platform>
<platform name="browser">
<!-- Rimuovi completamente la sezione dello splash screen -->
<preference name="ShowSplashScreen" value="false"/>
<preference name="ShowSplashScreen" value="false" />
</platform>
<engine name="browser" spec="^5.0.4" />
<plugin name="cordova-android-support-gradle-release" spec="^3.0.1">
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.0.109",
"version": "3.1.0-rc1",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down

0 comments on commit 986d1ef

Please sign in to comment.