Skip to content

Commit

Permalink
#43 fix: re-do application structure for Nextcloud 27
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 13, 2023
1 parent f8f82bf commit 6465253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# QOwnNotesAPI Change Log

## 23.6.0
- re-did the application structure for Nextcloud 27 (for [#43](https://github.com/pbek/qownnotesapi/issues/43))

## 23.3.0
- enabled and tested app for Nextcloud 26 (for [#42](https://github.com/pbek/qownnotesapi/issues/42))

Expand Down
14 changes: 0 additions & 14 deletions appinfo/app.php

This file was deleted.

24 changes: 0 additions & 24 deletions appinfo/application.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getAllVersions()
$versionsResults = [];

if (is_array($versions) && (count($versions) > 0)) {
require_once __DIR__.'/../3rdparty/finediff/finediff.php';
require_once __DIR__.'/../../3rdparty/finediff/finediff.php';

$users_view = new View('/'.$uid);
$currentData = $users_view->file_get_contents('files/'.$filename);
Expand Down

0 comments on commit 6465253

Please sign in to comment.