Skip to content

Commit

Permalink
Merge pull request #779 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support on master
  • Loading branch information
Pytal authored Aug 14, 2024
2 parents 78d84ed + 7292a48 commit 115abfe
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

name: npm-audit-fix-${{ 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 @@ -9,15 +9,15 @@
<name>Recommendations</name>
<summary>Shows recommended files</summary>
<description>Shows recommended files for quick access of files and folders with recent activity</description>
<version>3.0.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
<default_enable/>
<namespace>Recommendations</namespace>
<category>office</category>
<dependencies>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="31" max-version="31" />
</dependencies>
<commands>
<command>OCA\Recommendations\Command\GetRecommendations</command>
Expand Down
2 changes: 1 addition & 1 deletion js/recommendations-dashboard.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.90.0
- license: MIT
- recommendations
- version: 3.0.0
- version: 4.0.0
- license: AGPL-3.0-or-later
2 changes: 1 addition & 1 deletion js/recommendations-main.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ This file is generated from multiple sources. Included packages:
- version: 5.90.0
- license: MIT
- recommendations
- version: 3.0.0
- version: 4.0.0
- license: AGPL-3.0-or-later
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "recommendations",
"description": "Shows recommended files in Nextcloud",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
"postbuild": "build-js/npm-post-build.sh",
"postbuild": "build-js/npm-post-build.sh",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 115abfe

Please sign in to comment.