Skip to content

Commit

Permalink
Version bump, update of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gino0631 committed Feb 27, 2021
1 parent 3ab64f5 commit 6ecaa13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
See the [README](https://github.com/gino0631/nextcloud-metadata/blob/master/README.md) for the supported file types and limitations.]]>
</description>
<version>0.12.0</version>
<version>0.13.0</version>
<licence>agpl</licence>
<author>gino0631</author>
<category>files</category>
Expand Down

0 comments on commit 6ecaa13

Please sign in to comment.