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 Aug 28, 2024
1 parent 3060b7e commit 91f682c
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 10 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.6

- Better: User settings are organized in a better way
- New: Support page is added to user settings
- New: Community forum is created, can be accessed via support page -> 'Get support'
- Clio&Insightly: Number formatters are in user setting contact page now

## 1.0.5

- Better: Bullhorn now has Voicemail default note action
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.4",
"version": "1.0.6",
"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 @@ -779,5 +779,5 @@
}
}
},
"version": "1.0.5"
"version": "1.0.6"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
}
}
},
"version": "1.0.5"
"version": "1.0.6 "
}
42 changes: 35 additions & 7 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,71 @@
{
"1.0.6":{
"global":[
{
"type": "Better",
"description": "- User settings are organized in a better way"
},
{
"type": "New",
"description": "- Support page is added to user settings"
},
{
"type": "New",
"description": "- Community forum is created, can be accessed via support page -> 'Get support'"
}
],
"clio":[
{
"type": "Better",
"description": "- Number formatters are in user setting contact page now"
}
],
"insightly":[
{
"type": "Better",
"description": "- Number formatters are in user setting contact page now"
}
]
},
"1.0.5": {
"global": [
{
"type": "Fix",
"description": "SMS template remembers orders after close"
"description": "- SMS template remembers orders after close"
}
],
"bullhorn": [
{
"type": "Better",
"description": "Bullhorn now has Voicemail default note action"
"description": "- Bullhorn now has Voicemail default note action"
}
]
},
"1.0.4": {
"global": [
{
"type": "New",
"description": "An About page in user settings to show info and helper links"
"description": "- An About page in user settings to show info and helper links"
},
{
"type": "Better",
"description": "Factor reset now also cleans up unresolved conflicts"
"description": "- Factor reset now also cleans up unresolved conflicts"
},
{
"type": "Better",
"description": "SMS template supports drag and drop to arrange item orders"
"description": "- SMS template supports drag and drop to arrange item orders"
}
]
},
"1.0.3": {
"global": [
{
"type": "Better",
"description": "Use SMS template that syncs with RingCentral App's SMS template"
"description": "- Use SMS template that syncs with RingCentral App's SMS template"
},
{
"type": "New",
"description": "Show notification when a call recording link is uploaded"
"description": "- Show notification when a call recording link is uploaded"
}
]
},
Expand Down

0 comments on commit 91f682c

Please sign in to comment.