Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added NC 29 support #57

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading