Skip to content

Commit 441d7c5

Browse files
author
Julien Veyssier
committed
clarify package.json, improve release action, bump max NC version, remove DB dependencies
Signed-off-by: Julien Veyssier <[email protected]>
1 parent ea752a7 commit 441d7c5

File tree

4 files changed

+22376
-28418
lines changed

4 files changed

+22376
-28418
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Use Node 14
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: 14
1919

20+
- name: Set up npm
21+
run: npm i -g npm
22+
2023
- name: Setup PHP
2124
uses: shivammathur/setup-php@v2
2225
with:

appinfo/info.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<summary>Integration of SuiteCRM Customer Relationship Management application</summary>
66
<description><![CDATA[SuiteCRM integration provides a dashboard widget displaying your important notifications,
77
a search provider for content and notifications for activity in SuiteCRM.]]></description>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
<licence>agpl</licence>
1010
<author>Julien Veyssier</author>
1111
<namespace>SuiteCRM</namespace>
@@ -18,10 +18,7 @@
1818
<bugs>https://github.com/eneiluj/integration_suitecrm/issues</bugs>
1919
<screenshot>https://github.com/eneiluj/integration_suitecrm/raw/master/img/screenshot1.jpg</screenshot>
2020
<dependencies>
21-
<database min-version="9.4">pgsql</database>
22-
<database>sqlite</database>
23-
<database min-version="5.5">mysql</database>
24-
<nextcloud min-version="22" max-version="23"/>
21+
<nextcloud min-version="22" max-version="24"/>
2522
</dependencies>
2623
<background-jobs>
2724
<job>OCA\SuiteCRM\BackgroundJob\CheckAlerts</job>

0 commit comments

Comments
 (0)