From 91f682c6655b6aef46b0a3aad27d4a84f423b058 Mon Sep 17 00:00:00 2001 From: Da Kong Date: Wed, 28 Aug 2024 14:10:09 +0800 Subject: [PATCH] update: version and docs --- docs/release-notes.md | 7 +++++ package.json | 2 +- src/adapters/manifest.json | 2 +- src/adapters/testCRM/manifest.json | 2 +- src/releaseNotes.json | 42 +++++++++++++++++++++++++----- 5 files changed, 45 insertions(+), 10 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 0486bd0a..54b10eda 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/package.json b/package.json index 529cd1eb..0576ee13 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/adapters/manifest.json b/src/adapters/manifest.json index 791a2e18..c70799db 100644 --- a/src/adapters/manifest.json +++ b/src/adapters/manifest.json @@ -779,5 +779,5 @@ } } }, - "version": "1.0.5" + "version": "1.0.6" } \ No newline at end of file diff --git a/src/adapters/testCRM/manifest.json b/src/adapters/testCRM/manifest.json index b022f82e..fcea04a2 100644 --- a/src/adapters/testCRM/manifest.json +++ b/src/adapters/testCRM/manifest.json @@ -91,5 +91,5 @@ } } }, - "version": "1.0.5" + "version": "1.0.6 " } \ No newline at end of file diff --git a/src/releaseNotes.json b/src/releaseNotes.json index 6ed7d785..ae163665 100644 --- a/src/releaseNotes.json +++ b/src/releaseNotes.json @@ -1,15 +1,43 @@ { + "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" } ] }, @@ -17,15 +45,15 @@ "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" } ] }, @@ -33,11 +61,11 @@ "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" } ] },