Skip to content

Commit

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

## 1.0.10

- Change: Unreolved tab is removed now. To check out unlogged calls, there's now a filter on call history page
- Fix: Numbers can now be copied from call page and call history page
- Fix: Click-to-dial now supports detecting phone numbers in input fields
- Fix: Click-to-dial now supports detecting extension numbers with format as eg. +13334445555#134

## 1.0.9

- New: Call history page now has a search bar with filters
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.0.9",
"version": "1.0.10",
"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 @@ -811,5 +811,5 @@
}
}
},
"version": "1.0.9"
"version": "1.0.10"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
}
}
},
"version": "1.0.9"
"version": "1.0.10"
}
20 changes: 20 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"1.0.10": {
"global": [
{
"type": "Change",
"description": "- Unreolved tab is removed now. To check out unlogged calls, there's now a filter on call history page"
},
{
"type": "Fix",
"description": "- Numbers can now be copied from call page and call history page"
},
{
"type": "Fix",
"description": "- Click-to-dial now supports detecting phone numbers in input fields"
},
{
"type": "Fix",
"description": "- Click-to-dial now supports detecting extension numbers with format as eg. +13334445555#134"
}
]
},
"1.0.9": {
"global": [
{
Expand Down

0 comments on commit 5fe33cf

Please sign in to comment.