diff --git a/docs/release-notes.md b/docs/release-notes.md index d8a89d56..8a626954 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,13 @@ # Release notes +## 1.3.3 + +- Update: This extension's name is now changed to RingCentral App Connect +- Fix: (for Clio and Insightly user only) Overriding phone number format missing issue +- Fix: Admin icon in dark theme +- Fix: Auto pop up log page after call setting not working +- Fix: Inbound call contact pop not working + ## 1.3.2 - New: User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select) diff --git a/package.json b/package.json index 226753c3..00ed296e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc-unified-crm-extension-server", - "version": "1.3.2", + "version": "1.3.3", "description": "RingCentral App Connect", "main": "index.js", "bin": { diff --git a/src/adapters/manifest.json b/src/adapters/manifest.json index dd083b59..2ae9e17f 100644 --- a/src/adapters/manifest.json +++ b/src/adapters/manifest.json @@ -880,5 +880,5 @@ } } }, - "version": "1.3.2" + "version": "1.3.3" } \ No newline at end of file diff --git a/src/adapters/testCRM/manifest.json b/src/adapters/testCRM/manifest.json index 5a6f78bd..52fb87a3 100644 --- a/src/adapters/testCRM/manifest.json +++ b/src/adapters/testCRM/manifest.json @@ -101,5 +101,5 @@ ] } }, - "version": "1.3.2" + "version": "1.3.3" } \ No newline at end of file diff --git a/src/releaseNotes.json b/src/releaseNotes.json index 2be69863..7d1298be 100644 --- a/src/releaseNotes.json +++ b/src/releaseNotes.json @@ -1,4 +1,28 @@ { + "1.3.3":{ + "global":[ + { + "type": "Update", + "description": "- This extension's name is now changed to RingCentral App Connect" + }, + { + "type": "Fix", + "description": "- (for Clio and Insightly user only) Overriding phone number format missing issue" + }, + { + "type": "Fix", + "description": "- Auto pop up log page after call setting not working" + }, + { + "type": "Fix", + "description": "- Inbound call contact pop not working" + }, + { + "type": "Fix", + "description": "- Admin icon in dark theme" + } + ] + }, "1.3.2":{ "global": [ {