Skip to content

Commit

Permalink
Merge pull request #170 from nextcloud/release/1.4.0
Browse files Browse the repository at this point in the history
chore(release): Prepare for 1.4.0 release
  • Loading branch information
mejo- authored Aug 1, 2024
2 parents 45931d8 + ab165e1 commit 4169f25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
server-versions: 'stable22'
- php-versions: '7.4'
server-versions: 'stable23'
exclude:
- php-versions: '8.0'
server-versions: 'stable25'

env:
PUPPETEER_SKIP_DOWNLOAD: true
Expand Down Expand Up @@ -157,9 +154,9 @@ jobs:

- name: Upload NC logs
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: always()
if: failure()
with:
name: ${{ matrix.server-versions }}-${{ matrix.containers }}.log
name: nc_logs_${{ matrix.server-versions }}_${{ matrix.containers }}.log
path: data/nextcloud.log
retention-days: 5

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.4.0] - 2024-08-01

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

## [1.3.0] - 2024-04-27

- Add support for Nextcloud 29
Expand Down
5 changes: 2 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<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.3.0</version>
<version>1.4.0</version>
<licence>agpl</licence>
<author>Carl Schwan</author>
<author>Jonas Meurer</author>
<author>Vitor Mattos</author>
<namespace>MonthlyStatusEmail</namespace>
<category>social</category>
<bugs>https://github.com/nextcloud/monthly_status_email/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="29" />
<nextcloud min-version="22" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\MonthlyStatusEmail\Jobs\SendNotificationsJob</job>
Expand Down

0 comments on commit 4169f25

Please sign in to comment.