Skip to content

Commit

Permalink
feat: Add support for Nextcloud 29 and prepare 1.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Apr 27, 2024
1 parent 43734c1 commit f610bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.3.0] - 2024-04-27

- Add support for Nextcloud 29
- Update PHP + NPM dependencies

## [1.2.0] - 2024-02-12

- Add support for Nextcloud 28
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Monthly Status Mails</name>
<summary>Send monthly status mails to users</summary>
<description>Monthly notifications, e.g. summary of used storage and usage hints.</description>
<version>1.2.0</version>
<version>1.3.0</version>
<licence>agpl</licence>
<author>Carl Schwan</author>
<author>Jonas Meurer</author>
Expand All @@ -14,7 +14,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/monthly_status_email/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="28" />
<nextcloud min-version="22" max-version="29" />
</dependencies>
<background-jobs>
<job>OCA\MonthlyStatusEmail\Jobs\SendNotificationsJob</job>
Expand Down

0 comments on commit f610bab

Please sign in to comment.