From 2f677cfb47c53f6c425203b42835bd95315e6011 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 16 May 2021 09:27:34 +0530 Subject: Changed Office365 recipe to allow for self-hosted urls. Bumped version. --- all.json | 2 +- recipes/office365-owa/package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/all.json b/all.json index bacaff6..2c0679f 100644 --- a/all.json +++ b/all.json @@ -994,7 +994,7 @@ "featured": false, "id": "office365-owa", "name": "Office 365 Outlook Web App", - "version": "1.1.1", + "version": "1.2.0", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/office365-owa/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/office365-owa/icon.svg" diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json index 35c4647..85560b7 100644 --- a/recipes/office365-owa/package.json +++ b/recipes/office365-owa/package.json @@ -1,7 +1,7 @@ { "id": "office365-owa", "name": "Office 365 Outlook Web App", - "version": "1.1.1", + "version": "1.2.0", "description": "Office 365 Outlook Web App", "main": "index.js", "author": "Adam Birds ", @@ -12,6 +12,8 @@ "config": { "serviceURL": "https://outlook.office365.com/mail/", "hasNotificationSound": true, - "hasTeamId": false + "hasTeamId": false, + "hasHostedOption": true, + "hasCustomUrl": true } } -- cgit v1.2.3-70-g09d2