Skip to content

Commit

Permalink
Merge pull request #702 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support on main
  • Loading branch information
come-nc authored Mar 28, 2024
2 parents 2498fd3 + c6fd7d6 commit e994662
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

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 @@ -11,7 +11,7 @@
* auto generate a user id (optional)
* and more behavioral switches
]]></description>
<version>1.11.0</version>
<version>1.12.0</version>
<licence>agpl</licence>
<author mail="alan@eita.org.br" homepage="http://eita.org.br">Alan Freihof Tygel</author>
<author mail="blizzz@arthur-schiwon.de" homepage="https://arthur-schiwon.de">Arthur Schiwon</author>
Expand All @@ -25,7 +25,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/ldap_write_support/master/img/screenshots/users.png</screenshot>
<dependencies>
<lib>ldap</lib>
<nextcloud min-version="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
</dependencies>
<commands>
<command>OCA\LdapWriteSupport\Command\GroupAdminsToLdap</command>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldap_write_suppport",
"version": "1.11.0",
"version": "1.12.0",
"description": "Adds write support to the LDAP backend",
"private": true,
"author": "Arthur Schiwon",
Expand Down

0 comments on commit e994662

Please sign in to comment.