Skip to content

Commit d37a08c

Browse files
authored
Merge pull request #1252 from nextcloud/minor-fixes
added "gpl3" license, allowed ExApp with no scopes
2 parents 5e56f1d + b1c3a8e commit d37a08c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [4.5.0] - 2023-11-10
5+
## [4.5.0] - 2023-12-21
66

77
### Added
88

@@ -12,12 +12,19 @@
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

nextcloudappstore/api/v1/release/info.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@
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

@@ -656,7 +657,7 @@
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

0 commit comments

Comments
 (0)