update app version, nextcloud and php support
This commit is contained in:
parent
e29acb1590
commit
499e64fee2
@ -1,3 +1,8 @@
|
||||
## 1.0.3 - 2021-03
|
||||
### Changed
|
||||
- Update npm modules
|
||||
[254](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/254) @onny
|
||||
|
||||
## 1.0.2 - 2021-01
|
||||
### Fixed
|
||||
- Set user agent http header for remote API
|
||||
|
@ -7,7 +7,6 @@
|
||||
<description>Listening to your favorite radio stations in Nextcloud! This
|
||||
app uses radio-browser.info database as a backend.
|
||||
|
||||
|
||||
- 🔊 Listen to radio stations directly in Nextcloud
|
||||
- 🔍 Browse thousands of stations worldwide
|
||||
- ⭐ Create your own list of favorite stations
|
||||
@ -17,7 +16,7 @@ app uses radio-browser.info database as a backend.
|
||||
- 👂 Smoth audio playback and transitions
|
||||
|
||||
</description>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="onny@project-insanity.org" >Jonas Heinrich</author>
|
||||
<namespace>Radio</namespace>
|
||||
@ -26,7 +25,8 @@ app uses radio-browser.info database as a backend.
|
||||
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
||||
<screenshot small-thumbnail="https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot-thumbnail.jpg">https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="20" max-version="20"/>
|
||||
<php min-version="7.4" max-version="8" />
|
||||
<nextcloud min-version="20" max-version="21"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "radio",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "radio",
|
||||
"description": "Listen to your favorite radio stations in Nextcloud",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"author": "Jonas Heinrich <onny@project-insanity.org>",
|
||||
"contributors": [
|
||||
"Jonas Heinrich <onny@project-insanity.org>"
|
||||
|
Loading…
Reference in New Issue
Block a user