Skip to content

Commit

Permalink
chore: maintenance update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 authored Sep 16, 2024
1 parent 68dbe11 commit d3cab30
Show file tree
Hide file tree
Showing 5 changed files with 6,595 additions and 9,708 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.0 - 2024-09-16]

Maintenance update

### Changed

- Drop support of Nextcloud 26, 27
- Update npm pkgs (security, Nextcloud Vue)


## [1.0.0 - 2024-04-04]

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Profile picker</name>
<summary>Profile smart picker and link preview</summary>
<description><![CDATA[This app adds ability to search for user profiles via smart picker and link previews for them.]]></description>
<version>1.0.0</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<namespace>UsersPicker</namespace>
Expand All @@ -19,6 +19,6 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/users_picker/main/screenshots/users_picker_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/users_picker/main/screenshots/users_picker_3.png</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="30"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
</info>
Loading

0 comments on commit d3cab30

Please sign in to comment.