Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3bf67e9
chore(release): sync beta back into development
github-actions[bot] Aug 31, 2026
98e5590
chore(sync): carry beta back into development
github-actions[bot] Aug 31, 2026
07ac0b0
Merge pull request #491 from ConductionNL/sync/beta-to-development-20…
rubenvdlinde Aug 31, 2026
15912f4
chore(deps): take @conduction/nextcloud-vue 2.25.1 for the KPI card (…
rubenvdlinde Aug 31, 2026
1bcee8c
chore(deps-dev): bump jsdom from 24.1.3 to 30.0.1 (#477)
dependabot[bot] Aug 31, 2026
3b62c22
chore(deps-dev): bump @nextcloud/browserslist-config from 2.3.0 to 3.…
dependabot[bot] Aug 31, 2026
5c8b6a2
chore(deps-dev): bump @vitejs/plugin-vue from 5.2.4 to 6.0.8 (#473)
dependabot[bot] Aug 31, 2026
0782153
Merge pull request #490 from ConductionNL/sync/beta-to-development-1.…
rubenvdlinde Aug 31, 2026
b1a7a29
chore(release): 1.0.23-unstable.20260831051055 (#498)
github-actions[bot] Aug 31, 2026
8d354c5
chore(deps): refresh the shared Conduction locks (#499)
rubenvdlinde Aug 31, 2026
01d6121
chore(deps): take @conduction/nextcloud-vue 2.27.0 (#502)
rubenvdlinde Aug 31, 2026
86f7415
chore(release): sync main back into development
github-actions[bot] Aug 31, 2026
85658ac
chore(sync): carry beta back into development
github-actions[bot] Aug 31, 2026
7fbf09c
Merge pull request #508 from ConductionNL/sync/beta-to-development-20…
rubenvdlinde Aug 31, 2026
22adb27
Merge pull request #506 from ConductionNL/sync/main-to-development-1.…
rubenvdlinde Aug 31, 2026
aa216ac
fix(composer): declare ext-xsl so dependabot can resolve (#512)
rubenvdlinde Aug 31, 2026
dd0f95a
chore(deps): take @conduction/nextcloud-vue 2.27.2 (#515)
rubenvdlinde Aug 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Ideaal voor organisaties die consistente, samengestelde dashboards willen voor h

Vrij en open source onder de EUPL-1.2-licentie.
]]></description>
<version>1.0.20-unstable.20260830175557</version>
<version>1.0.23-unstable.20260831051055</version>
<licence>EUPL-1.2</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>LaunchPad</namespace>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.3"
"php": "8.3",
"ext-xsl": "1"
}
}
}
Loading
Loading