From 93ad4afa955482c6eec3684fc4ce2ea442736fcc Mon Sep 17 00:00:00 2001 From: ksainc Date: Thu, 21 Dec 2023 10:03:57 -0500 Subject: [PATCH] Version Bump and Documentation --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0887861..b672bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.0.18 - 2023-12-21 +### Modifications +- Fixed remote delete harmonization issue cause by remote item type check + ## 1.0.17 - 2023-12-20 ### Modifications - Imporved User UI error display diff --git a/appinfo/info.xml b/appinfo/info.xml index 5fb6070..45c8f38 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Exchange EWS Connector (Exchange Web Services) Exchange Server data sync with Nextcloud - 1.0.17 + 1.0.18 agpl Sebastian Krupinski EWS diff --git a/package-lock.json b/package-lock.json index 7025ff7..93502a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration_ews", - "version": "1.0.17", + "version": "1.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "integration_ews", - "version": "1.0.17", + "version": "1.0.18", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.1.0", diff --git a/package.json b/package.json index b385bd8..a488133 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "integration_ews", "description": "Exchange EWS Connector (Exchange Web Services)", - "version": "1.0.17", + "version": "1.0.18", "author": "Sebastian Krupinski (https://github.com/ksainc/)", "license": "AGPL-3.0", "private": true,