File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
nextcloudappstore/api/v1/release Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 4.5.0] - 2023-11-10
5+ ## [ 4.5.0] - 2023-12-21
66
77### Added
88
1212
1313- New UI. #1202 by @andrey18106 and @szaimen
1414- urllib3 updated from ` 2.0.6 ` to ` 2.0.7 `
15- - django updated from ` 4.2.5 ` to ` 4.2.7 `
15+ - django updated from ` 4.2.5 ` to ` 4.2.8 `
1616- django-simple-captcha updated from ` 0.5.18 ` to ` 0.5.20 `
17- - django-cors-headers updated from ` 4.2.0 ` to ` 4.3.0 `
17+ - django-cors-headers updated from ` 4.2.0 ` to ` 4.3.1 `
18+ - psycopg updated from ` 3.1.13 ` to ` 3.1.14 `
1819- markdown updated to ` 3.5.1 `
1920- Updated NPM dependencies.
2021
22+ ### Fixed
23+
24+ - App templates updated. #1234 by @kesselb
25+ - Allow ` ExApp ` without API scopes.
26+ - Allow uploading of GPLv3 licensed application releases.
27+
2128## [ 4.4.1] - 2023-10-05
2229
2330### Changed
Original file line number Diff line number Diff line change 371371 <xs : enumeration value =" mit" />
372372 <xs : enumeration value =" mpl" />
373373 <xs : enumeration value =" apache" />
374+ <xs : enumeration value =" gpl3" />
374375 </xs : restriction >
375376 </xs : simpleType >
376377
656657
657658 <xs : complexType name =" scopes_required" >
658659 <xs : sequence >
659- <xs : element name =" value" type =" xs:string" minOccurs =" 1 " maxOccurs =" unbounded" />
660+ <xs : element name =" value" type =" xs:string" minOccurs =" 0 " maxOccurs =" unbounded" />
660661 </xs : sequence >
661662 </xs : complexType >
662663
You can’t perform that action at this time.
0 commit comments