Skip to content

Commit

Permalink
Version bump, documentation, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ksainc committed Sep 2, 2023
1 parent 7eb99b8 commit 6bcd63c
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.0.1 – 2023-09-01
### Additions
- Added support for Exchange 365 user information
### Modifications
- Improved Oauth Refresh Handling
- Removed Test Buttons

## 1.0.0 – 2023-08-01
### Added
### Additions
- First implementation (still experimental)
8 changes: 4 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-alpha</version>
<version>1.0.1-alpha</version>
<licence>agpl</licence>
<author mail="[email protected]">Sebastian Krupinski</author>
<namespace>EWS</namespace>
Expand All @@ -18,10 +18,10 @@
<repository>https://github.com/ksainc/integration_ews</repository>
<screenshot>https://github.com/ksainc/integration_ews/blob/main/img/EWS%20Notification%20Screen.png?raw=true</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.2" min-int-size="64" />
<database min-version="9.4">pgsql</database>
<php min-version="8.0" min-int-size="64" />
<database>pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>
<database>mysql</database>
<command>php</command>
<command>ps</command>
<command>kill</command>
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "nextcloud/integration_ews",
"description": "EWS Connector",
"description": "Exchange EWS Connector (Exchange Web Services)",
"type": "project",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Sebastian Krupinski"
"name": "Sebastian Krupinski",
"email": "[email protected]",
"homepage": "https://github.com/ksainc/",
"role": "Just another Minion in the cogs of time"
}
],
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion js/integration_ews-adminSettings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/integration_ews-adminSettings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/integration_ews-userSettings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/integration_ews-userSettings.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "integration_ews",
"description": "EWS Connector",
"version": "1.0.0-alpha",
"author": "Sebastian Krupinski",
"description": "Exchange EWS Connector (Exchange Web Services)",
"version": "1.0.1-alpha",
"author": "Sebastian Krupinski <[email protected]> (https://github.com/ksainc/)",
"license": "AGPL-3.0",
"private": true,
"keywords": [
Expand Down

0 comments on commit 6bcd63c

Please sign in to comment.