Skip to content

Commit

Permalink
update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Dec 24, 2024
1 parent 8acaa3a commit 8a28902
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 1.3.3

- Update: This extension's name is now changed to RingCentral App Connect
- Fix: (for Clio and Insightly user only) Overriding phone number format missing issue
- Fix: Admin icon in dark theme
- Fix: Auto pop up log page after call setting not working
- Fix: Inbound call contact pop not working

## 1.3.2

- New: User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-unified-crm-extension-server",
"version": "1.3.2",
"version": "1.3.3",
"description": "RingCentral App Connect",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,5 +880,5 @@
}
}
},
"version": "1.3.2"
"version": "1.3.3"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
]
}
},
"version": "1.3.2"
"version": "1.3.3"
}
24 changes: 24 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
{
"1.3.3":{
"global":[
{
"type": "Update",
"description": "- This extension's name is now changed to RingCentral App Connect"
},
{
"type": "Fix",
"description": "- (for Clio and Insightly user only) Overriding phone number format missing issue"
},
{
"type": "Fix",
"description": "- Auto pop up log page after call setting not working"
},
{
"type": "Fix",
"description": "- Inbound call contact pop not working"
},
{
"type": "Fix",
"description": "- Admin icon in dark theme"
}
]
},
"1.3.2":{
"global": [
{
Expand Down

0 comments on commit 8a28902

Please sign in to comment.