Skip to content

Commit d3cab30

Browse files
authored
chore: maintenance update (#20)
1 parent 68dbe11 commit d3cab30

File tree

5 files changed

+6595
-9708
lines changed

5 files changed

+6595
-9708
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.1.0 - 2024-09-16]
10+
11+
Maintenance update
12+
13+
### Changed
14+
15+
- Drop support of Nextcloud 26, 27
16+
- Update npm pkgs (security, Nextcloud Vue)
17+
18+
919
## [1.0.0 - 2024-04-04]
1020

1121
### Added

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Profile picker</name>
55
<summary>Profile smart picker and link preview</summary>
66
<description><![CDATA[This app adds ability to search for user profiles via smart picker and link previews for them.]]></description>
7-
<version>1.0.0</version>
7+
<version>1.1.0</version>
88
<licence>agpl</licence>
99
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
1010
<namespace>UsersPicker</namespace>
@@ -19,6 +19,6 @@
1919
<screenshot>https://raw.githubusercontent.com/nextcloud/users_picker/main/screenshots/users_picker_2.png</screenshot>
2020
<screenshot>https://raw.githubusercontent.com/nextcloud/users_picker/main/screenshots/users_picker_3.png</screenshot>
2121
<dependencies>
22-
<nextcloud min-version="26" max-version="30"/>
22+
<nextcloud min-version="28" max-version="30"/>
2323
</dependencies>
2424
</info>

0 commit comments

Comments
 (0)