-
Notifications
You must be signed in to change notification settings - Fork 7
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 #192 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support on main
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Where $ADDRESSBOOKNAME is a name you like to identify the virtual addressbook wi | |
Given that the configuration is correct, you and your users will be able to search through the LDAP contacts via the global contacts menu. An import action allows to copy the contact over to the best fitting existing addressbook. A redirect takes you the contacts app with the newly created card open. | ||
]]></description> | ||
<version>1.10.0</version> | ||
<version>1.11.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Arthur Schiwon</author> | ||
<namespace>LDAPContactsBackend</namespace> | ||
|
@@ -31,7 +31,7 @@ Given that the configuration is correct, you and your users will be able to sear | |
<screenshot>https://raw.githubusercontent.com/nextcloud/ldap_contacts_backend/master/screenshots/contactsmenu-with-action.png</screenshot> | ||
<dependencies> | ||
<lib>ldap</lib> | ||
<nextcloud min-version="30" max-version="30"/> | ||
<nextcloud min-version="31" max-version="31"/> | ||
</dependencies> | ||
<commands> | ||
<command>OCA\LDAPContactsBackend\Command\Add</command> | ||
|