Skip to content

Commit

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

## 1.3.2

- New: User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select)
- Fix: SMS logging issue
- Fix: Auto open extension now only opens when main page is opened

## 1.3.1

- New: (Only for admin users) Admin tools. Admins have an extra tab in the extension to control end users' settings
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.1",
"version": "1.3.2",
"description": "RingCentral Unified CRM Extension",
"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.1"
"version": "1.3.2"
}
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.1"
"version": "1.3.2"
}
16 changes: 16 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"1.3.2":{
"global": [
{
"type": "New",
"description": "- User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select)"
},
{
"type": "Fix",
"description": "- SMS logging issue"
},
{
"type": "Fix",
"description": "- Auto open extension now only opens when main page is opened"
}
]
},
"1.3.1":{
"global": [
{
Expand Down

0 comments on commit b739d9b

Please sign in to comment.