Skip to content

Commit a21430a

Browse files
committed
1.0.15
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 14944c0 commit a21430a

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '7.4'
26+
php-version: '8.0'
2727
extensions: mbstring, intl, sqlite3
2828
ini-values: post_max_size=256M, max_execution_time=180
2929
coverage: xdebug

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 1.0.15 – 2023-01-29
10+
### Changed
11+
- show more notifications (team_mention, author, manual)
12+
13+
### Fixed
14+
- speedup issue and repo search (by a lot)
15+
- fix pagination in GitHub API requests
16+
- reaction button width
17+
918
## 1.0.14 – 2022-12-13
1019
### Changed
1120
- use @nextcloud/vue 7.2.0

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
77
and a unified search provider for repositories, issues and pull requests. It also provides a link reference provider
88
to render links to issues, pull requests and comments in Talk and Text.]]></description>
9-
<version>1.0.14</version>
9+
<version>1.0.15</version>
1010
<licence>agpl</licence>
1111
<author>Julien Veyssier</author>
1212
<namespace>Github</namespace>
@@ -19,7 +19,7 @@
1919
<bugs>https://github.com/nextcloud/integration_github/issues</bugs>
2020
<screenshot>https://github.com/nextcloud/integration_github/raw/main/img/screenshot1.jpg</screenshot>
2121
<dependencies>
22-
<nextcloud min-version="26" max-version="26"/>
22+
<nextcloud min-version="25" max-version="26"/>
2323
</dependencies>
2424
<settings>
2525
<admin>OCA\Github\Settings\Admin</admin>

0 commit comments

Comments
 (0)