Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit b62fe8e

Browse files
committed
Updated versions to v0.1.6
1 parent 376c02f commit b62fe8e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.6 - 2021-10-21]
6+
7+
### Fixed
8+
9+
- Fixed MediaDC not working if specified another apps directory in Nextcloud config (apps_paths)
10+
- Fixed MediaDC install fails on Configuration page on some server configs
11+
- Changed function callbacks syntax to support PHP 7.3
12+
513
## [0.1.5 - 2021-10-12]
614

715
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This app allows to find duplicate or similar 📸📹 photos and videos
1717
Quick start guide and further information in our [Wiki](https://github.com/andrey18106/mediadc/wiki).
1818
]]>
1919
</description>
20-
<version>0.1.5</version>
20+
<version>0.1.6</version>
2121
<licence>agpl</licence>
2222
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
2323
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mediadc",
33
"description": "Collect photo and video duplicates to save your cloud storage",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"author": "Andrey Borysenko <[email protected]>",
66
"contributors": [
77
"Andrey Borysenko <[email protected]>",

0 commit comments

Comments
 (0)