Skip to content

Commit 29e9980

Browse files
authored
Merge pull request #1060 from nextcloud/update-main-version
feat(deps): Add Nextcloud 33 support on main
2 parents cee3a15 + b9e5f22 commit 29e9980

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable32'
2930
- 'stable31'
3031
- 'stable30'
3132

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
26+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30', 'stable29']
2727

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

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* auto generate a user ID (optional)
1717
* and more behavioral switches
1818
]]></description>
19-
<version>1.14.0</version>
19+
<version>1.15.0-dev.0</version>
2020
<licence>agpl</licence>
2121
<author mail="alan@eita.org.br" homepage="http://eita.org.br">Alan Freihof Tygel</author>
2222
<author mail="blizzz@arthur-schiwon.de" homepage="https://arthur-schiwon.de">Arthur Schiwon</author>
@@ -30,7 +30,7 @@
3030
<screenshot>https://raw.githubusercontent.com/nextcloud/ldap_write_support/master/img/screenshots/users.png</screenshot>
3131
<dependencies>
3232
<lib>ldap</lib>
33-
<nextcloud min-version="32" max-version="32"/>
33+
<nextcloud min-version="33" max-version="33"/>
3434
</dependencies>
3535
<commands>
3636
<command>OCA\LdapWriteSupport\Command\GroupAdminsToLdap</command>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldap_write_support",
3-
"version": "1.14.0",
3+
"version": "1.15.0-dev.0",
44
"description": "Adds write support to the LDAP backend",
55
"private": true,
66
"author": "Arthur Schiwon",

0 commit comments

Comments
 (0)