Skip to content

Commit 064749f

Browse files
committed
1.8.0
1 parent 069c628 commit 064749f

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.8.0
2+
3+
### Fixed
4+
5+
* Bump psr/log to 3.0.2 to match Nextcloud 31 version
6+
7+
### Removed
8+
9+
* Drop support for Nextcloud 30
10+
111
## 1.7.3
212

313
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Automated kitinerary parsing</name>
66
<summary>Use kitinerary to parse travel documents into the calendar</summary>
77
<description>An app to trigger automatic conversion of travel documents to calendar events. It uses kitinerary to extract the information and is compatible with the KDE itinerary mobile application.</description>
8-
<version>1.7.4-dev</version>
8+
<version>1.8.0</version>
99
<licence>agpl</licence>
1010
<author mail="come.chilliet@nextcloud.com">Côme Chilliet</author>
1111
<namespace>WorkflowKitinerary</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow_kitinerary",
33
"description": "Workflow for using kitinerary to parse travel documents into the calendar",
4-
"version": "1.7.3",
4+
"version": "1.8.0",
55
"author": "Côme Chilliet <come.chilliet@nextcloud.com>",
66
"license": "agpl",
77
"private": true,

0 commit comments

Comments
 (0)