Update package version to 1.22.0
This commit is contained in:
parent
94f42678bd
commit
b977f0cfe1
|
@ -341,3 +341,6 @@
|
||||||
* Fix export of OPML information for date format of JSON and HTML+XPath feeds #6779
|
* Fix export of OPML information for date format of JSON and HTML+XPath feeds #6779
|
||||||
* OpenID Connect better definition of session parameters #6730
|
* OpenID Connect better definition of session parameters #6730
|
||||||
|
|
||||||
|
[1.22.0]
|
||||||
|
* checklist added to CloudronManifest
|
||||||
|
|
||||||
|
|
|
@ -5,14 +5,16 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.21.3",
|
"version": "1.22.0",
|
||||||
"upstreamVersion": "1.24.3",
|
"upstreamVersion": "1.24.3",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"mysql": {},
|
"mysql": {},
|
||||||
"oidc": { "loginRedirectUri": "/i/oidc/" },
|
"oidc": {
|
||||||
|
"loginRedirectUri": "/i/oidc/"
|
||||||
|
},
|
||||||
"scheduler": {
|
"scheduler": {
|
||||||
"update_feeds": {
|
"update_feeds": {
|
||||||
"schedule": "*/1 * * * *",
|
"schedule": "*/1 * * * *",
|
||||||
|
@ -34,7 +36,15 @@
|
||||||
"website": "http://www.freshrss.org",
|
"website": "http://www.freshrss.org",
|
||||||
"contactEmail": "support@cloudron.io",
|
"contactEmail": "support@cloudron.io",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"tags": [ "rss", "atom", "greader", "reader", "news", "feeds", "feedly" ],
|
"tags": [
|
||||||
|
"rss",
|
||||||
|
"atom",
|
||||||
|
"greader",
|
||||||
|
"reader",
|
||||||
|
"news",
|
||||||
|
"feeds",
|
||||||
|
"feedly"
|
||||||
|
],
|
||||||
"mediaLinks": [
|
"mediaLinks": [
|
||||||
"https://screenshots.cloudron.io/org.freshrss.cloudronapp/1.png"
|
"https://screenshots.cloudron.io/org.freshrss.cloudronapp/1.png"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue