From 6ecaa136da4db8f44d5c7421263e5ab37ee63a9b Mon Sep 17 00:00:00 2001 From: gino0631 Date: Sat, 27 Feb 2021 21:06:12 +0000 Subject: [PATCH] Version bump, update of documentation --- CHANGELOG.md | 3 +++ README.md | 2 +- appinfo/info.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4608c6c..758e119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog ## [Unreleased] + +## 0.13.0 – 2021-02-27 ### Added - Support for ACDSee caption and categories metadata [#67](https://github.com/gino0631/nextcloud-metadata/issues/67) +- Support for PHP 8.0 - Compatibility with Nextcloud 21. ### Fixed diff --git a/README.md b/README.md index 41145a8..d0f2aa5 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Support for other formats may be implemented in future releases (feel free to ma The plugin makes use of [Transifex](https://www.transifex.com/), so you can contribute [here](https://www.transifex.com/nextcloud/nextcloud/metadata/). ## Requirements -* PHP 7.3 or later (tested successfully with 7.3 and 7.4; problems with EXIF exist in 7.2; other versions may or may not work) +* PHP 7.3 or later (tested successfully with 7.3, 7.4, and 8.0; problems with EXIF exist in 7.2; other versions may or may not work) * EXIF support for PHP (if `php --ri exif` returns `Extension 'exif' not present`, you might need to install an appropriate package for your system, e.g. by running `pkg install php71-exif` on FreeBSD/NAS4Free) diff --git a/appinfo/info.xml b/appinfo/info.xml index 96622d6..9c4c7c3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ See the [README](https://github.com/gino0631/nextcloud-metadata/blob/master/README.md) for the supported file types and limitations.]]> - 0.12.0 + 0.13.0 agpl gino0631 files