Skip to content

Commit 760a8f9

Browse files
committed
chore(release): v5.13.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent f9a94e7 commit 760a8f9

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
-->
55
# Changelog
66

7+
## 5.13.0 - 2026-02-28
8+
### Fixed
9+
- Remove leftover var_dump() debugging call
10+
- Fix bugs related to the refactored logging code
11+
12+
### Removed
13+
- Drop support for Nextcloud 30 (eol)
14+
715
## 5.12.1 - 2026-02-08
816
### Changed
917
- Allow server-side encryption if the master key is used

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The first time you install this app, before using a cron job, you properly want
1515
1616
The preview queue will be processed automatically by a background job if the system cron background job mode is configured in Nextcloud. Additionally, you may run **occ preview:pre-generate -vvv** to a process the queue of pending previews immediately.]]>
1717
</description>
18-
<version>5.13.0-dev.1</version>
18+
<version>5.13.0</version>
1919
<licence>agpl</licence>
2020
<author>Richard Steinmetz</author>
2121
<namespace>PreviewGenerator</namespace>
@@ -28,7 +28,7 @@ The preview queue will be processed automatically by a background job if the sys
2828
<repository type="git">https://github.com/nextcloud/previewgenerator.git</repository>
2929
<dependencies>
3030
<php min-version="8.1" max-version="8.5" />
31-
<nextcloud min-version="31" max-version="34" />
31+
<nextcloud min-version="31" max-version="33" />
3232
</dependencies>
3333
<background-jobs>
3434
<job>OCA\PreviewGenerator\BackgroundJob\PreviewJob</job>

0 commit comments

Comments
 (0)