Skip to content

Commit

Permalink
Merge pull request #192 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support on main
  • Loading branch information
come-nc authored Aug 19, 2024
2 parents 9b46b8f + 963c171 commit 7df15c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 7df15c3

Please sign in to comment.