-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2147 from nextcloud/update-master-version
feat(deps): Add Nextcloud 29 support on master
- Loading branch information
Showing
7 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>Photos</name> | ||
<summary>Your memories under your control</summary> | ||
<description>Your memories under your control</description> | ||
<version>2.4.0</version> | ||
<version>2.5.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">John Molakvoæ</author> | ||
<namespace>Photos</namespace> | ||
|
@@ -20,7 +20,7 @@ | |
<repository>https://github.com/nextcloud/photos.git</repository> | ||
<default_enable /> | ||
<dependencies> | ||
<nextcloud min-version="28" max-version="28" /> | ||
<nextcloud min-version="29" max-version="29" /> | ||
</dependencies> | ||
<navigations> | ||
<navigation> | ||
|
@@ -47,4 +47,4 @@ | |
<background-jobs> | ||
<job>OCA\Photos\Jobs\AutomaticPlaceMapperJob</job> | ||
</background-jobs> | ||
</info> | ||
</info> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "photos", | ||
"description": "Your memories under your control", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"author": "John Molakvoæ <[email protected]>", | ||
"contributors": [ | ||
"John Molakvoæ <[email protected]>" | ||
|