Skip to content

Commit

Permalink
update: docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Sep 18, 2024
1 parent a04e99a commit b054cdc
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## 1.0.8

- New: More historical call records can be viewed from call history page with 'Load more' button

## 1.0.7

- Fix: Incoming call pop contact page fixed
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.7",
"version": "1.0.8",
"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 @@ -801,5 +801,5 @@
}
}
},
"version": "1.0.7"
"version": "1.0.8"
}
11 changes: 7 additions & 4 deletions src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"redirectUri": "https://ringcentral.github.io/ringcentral-embeddable/redirect.html",
"author": {
"name": "Test Developer",
"websiteUrl": "",
"iconUrl": "",
"supportUrl": ""
"websiteUrl": ""
},
"platforms": {
"testCRM": {
"logoUrl": "https://raw.githubusercontent.com/ringcentral/rc-unified-crm-extension/main/docs/img/CRMLogos/Pipedrive_logo.png",
"documentationUrl": "https://ringcentral.github.io/rc-unified-crm-extension",
"releaseNotesUrl": "https://ringcentral.github.io/rc-unified-crm-extension/release-notes/",
"getSupportUrl": "https://community.ringcentral.com/topic/new?fid=22",
"writeReviewUrl": "https://chromewebstore.google.com/detail/ringcentral-crm-extension/kkhkjhafgdlihndcbnebljipgkandkhh/reviews",
"urlIdentifier": "*developers.ringcentral.com*",
"name": "testCRM",
"displayName": "Test CRM",
Expand Down Expand Up @@ -91,5 +94,5 @@
}
}
},
"version": "1.0.7"
"version": "1.0.8"
}
8 changes: 8 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"1.0.8": {
"global": [
{
"type": "New",
"description": "- More historical call records can be viewed from call history page with 'Load more' button"
}
]
},
"1.0.7": {
"global": [
{
Expand Down

0 comments on commit b054cdc

Please sign in to comment.