Skip to content

Commit

Permalink
Merge pull request #1252 from nextcloud/minor-fixes
Browse files Browse the repository at this point in the history
added "gpl3" license, allowed ExApp with no scopes
  • Loading branch information
bigcat88 authored Dec 21, 2023
2 parents 5e56f1d + b1c3a8e commit d37a08c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [4.5.0] - 2023-11-10
## [4.5.0] - 2023-12-21

### Added

Expand All @@ -12,12 +12,19 @@

- New UI. #1202 by @andrey18106 and @szaimen
- urllib3 updated from `2.0.6` to `2.0.7`
- django updated from `4.2.5` to `4.2.7`
- django updated from `4.2.5` to `4.2.8`
- django-simple-captcha updated from `0.5.18` to `0.5.20`
- django-cors-headers updated from `4.2.0` to `4.3.0`
- django-cors-headers updated from `4.2.0` to `4.3.1`
- psycopg updated from `3.1.13` to `3.1.14`
- markdown updated to `3.5.1`
- Updated NPM dependencies.

### Fixed

- App templates updated. #1234 by @kesselb
- Allow `ExApp` without API scopes.
- Allow uploading of GPLv3 licensed application releases.

## [4.4.1] - 2023-10-05

### Changed
Expand Down
3 changes: 2 additions & 1 deletion nextcloudappstore/api/v1/release/info.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
<xs:enumeration value="mit"/>
<xs:enumeration value="mpl"/>
<xs:enumeration value="apache"/>
<xs:enumeration value="gpl3"/>
</xs:restriction>
</xs:simpleType>

Expand Down Expand Up @@ -656,7 +657,7 @@

<xs:complexType name="scopes_required">
<xs:sequence>
<xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

Expand Down

0 comments on commit d37a08c

Please sign in to comment.