Skip to content

Commit

Permalink
fixed invalid screenshot path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jan 19, 2024
1 parent cfa9599 commit 5c591be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.0.7 – 202x-xx-xx
## 1.0.7 – 2024-01-19
### Changed
- minimum required NC raised from v25 to v26.
- minimum required NC raised from v25 to v26
- bump js libs

### Fixed
- invalid error handling that prevented refresh token from updating

## 1.0.6 – 2023-10-24
### Changed
- added support of NC28
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and notifications about recent activity related to your assigned issues.]]></des
<category>dashboard</category>
<website>https://github.com/nextcloud/integration_jira</website>
<bugs>https://github.com/nextcloud/integration_jira/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_jira/raw/master/img/screenshot1.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_jira/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
</dependencies>
Expand Down

0 comments on commit 5c591be

Please sign in to comment.