Skip to content

Commit

Permalink
Merge pull request #57 from nextcloud/nc-29-support
Browse files Browse the repository at this point in the history
added NC 29 support
  • Loading branch information
bigcat88 authored Mar 7, 2024
2 parents b9efe55 + 3a34824 commit acce11d
Show file tree
Hide file tree
Showing 7 changed files with 21,151 additions and 11,537 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2']
server-versions: ['stable26', 'stable27', 'stable28', 'master']
server-versions: ['stable27', 'stable28', 'master']

steps:
- name: Set app env
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.1.0 - 2024-03-07
### Changed
- added support of NC29, minimum required NC raised from v26 to v27
- bump js libs

## 1.0.7 – 2024-01-19
### Changed
- minimum required NC raised from v25 to v26
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description><![CDATA[Jira integration provides a dashboard widget displaying your important notifications,
a unified search provider to search for issues
and notifications about recent activity related to your assigned issues.]]></description>
<version>1.0.7</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Jira</namespace>
Expand All @@ -19,7 +19,7 @@ and notifications about recent activity related to your assigned issues.]]></des
<bugs>https://github.com/nextcloud/integration_jira/issues</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_jira/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
<nextcloud min-version="27" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\Jira\BackgroundJob\CheckOpenTickets</job>
Expand Down
Loading

0 comments on commit acce11d

Please sign in to comment.