Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:15:31 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:15:31 +0300
commitd6e55fb486cda6b9144035fd10f5b72d09d92daa (patch)
tree536530d5d7b9f6676860e3ef356aed75657cadf6
parent87e417a588e7e77eca46b598c44299a0e91664a2 (diff)
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2dda84..9311144 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 5.0.0 - 2022-05-17
+### Added
+- Improve documentation around memory_limit (thanks to @proletarius101)
+- Improve documentation of preview:generate-all command
+
+### Changed
+- Updated maintainers
+
+### Removed
+- PHP 7.3 support
+- Nextcloud 21 support
+- preview:delete_old command
+
## 4.0.0 - 2022-02-05
### Added
- PHP 8.1 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 95f4699..dee7229 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ The first time you install this app, before using a cron job, you properly want
</description>
<licence>AGPL</licence>
<author>Richard Steinmetz</author>
- <version>4.0.0</version>
+ <version>5.0.0</version>
<namespace>PreviewGenerator</namespace>
<category>multimedia</category>
<website>https://github.com/nextcloud/previewgenerator</website>