Skip to content

Commit

Permalink
Version bump and documentation
Browse files Browse the repository at this point in the history
ksainc committed Jan 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 41cf072 commit 4615833
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 1.0.37 - 2024-01-25
### Modifications
- Improved handling of missing remote items during remote fetch
- Improved handling of missing remote items during remote delete
- Fixed issue with remote create and update due to blank attendee email

## 1.0.36 - 2024-01-23
### Modifications
- Fixed issue creating and updating recurring events/tasks with no end in remote system
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<name>Exchange EWS Connector (Exchange Web Services)</name>
<summary>Exchange Server data sync with Nextcloud</summary>
<description><![CDATA[Exchange EWS Connector (Exchange Web Services) allows you to automatically sync your calendars and contacts from any EWS compatible service with Nextcloud.]]></description>
<version>1.0.36</version>
<version>1.0.37</version>
<licence>agpl</licence>
<author mail="[email protected]">Sebastian Krupinski</author>
<namespace>EWS</namespace>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integration_ews",
"description": "Exchange EWS Connector (Exchange Web Services)",
"version": "1.0.36",
"version": "1.0.37",
"author": "Sebastian Krupinski <[email protected]> (https://github.com/ksainc/)",
"license": "AGPL-3.0",
"private": true,

0 comments on commit 4615833

Please sign in to comment.