Release 14.0.2 (#580)

Release 14.0.2

Changed
- Get content:encoded of item if available #565
- update js and php dependencies #575

Fixed
- Generate enclosure div only for audio & video #567

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2019-12-01 16:15:13 +01:00 committed by GitHub
parent 403405ae9e
commit d53469596e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 34 deletions

View File

@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
## Unreleased
## 14.0.2
### Changed
- Get content:encoded of item if available #565
- update js and php dependencies #575
### Fixed
- Generate enclosure div only for audio & video #567
## 14.0.1
### Changed

View File

@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
<version>14.0.1</version>
<version>14.0.2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>

View File

@ -4,29 +4,35 @@
"description": "An RSS/Atom feed reader. Requires Nextcloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
"homepage": "https://github.com/nextcloud/news",
"authors": [
{
"name": "Bernhard Posselt",
"email": "dev@bernhard-posselt.com",
"homepage": "https://bernhard-posselt.com",
"role": "Developer"
},
{
"name": "Sean Molenaar",
"email": "sean@seanmolenaar.eu",
"homepage": "https://seanmolenaar.eu",
"role": "Developer"
},
{
"name": "Benjamin Brahmer",
"email": "info@b-brahmer.de",
"homepage": "https://github.com/grotax",
"role": "Maintainer"
},
{
"name": "Bernhard Posselt",
"email": "dev@bernhard-posselt.com",
"homepage": "https://bernhard-posselt.com",
"role": "Former Developer"
},
{
"name": "Alessandro Cosentino",
"homepage": "http://algorithmsforthekitchen.com/",
"email": "cosenal@gmail.com",
"role": "Developer"
"role": "Former Developer"
},
{
"name": "Jan-Christoph Borchardt",
"email": "hey@jancborchardt.net",
"homepage": "http://jancborchardt.net/",
"role": "Designer"
"role": "Former Designer"
}
],
"support": {
@ -48,7 +54,8 @@
"require-dev": {
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.4",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3",
"symfony/service-contracts": "1.1.8"
},
"replace": {
"guzzlehttp/guzzle": "*"

49
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2042f60364b6c54e2c2bf4f6a6a8c584",
"content-hash": "2178133694c535deff7942447efde95d",
"packages": [
{
"name": "arthurhoaro/favicon",
@ -58,16 +58,16 @@
},
{
"name": "debril/feed-io",
"version": "v4.4.0",
"version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/alexdebril/feed-io.git",
"reference": "18614efec8d93120b033f0c46fc42571d66b362a"
"reference": "bba403f15f65f274713c61e765dd8bad79c96a0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/18614efec8d93120b033f0c46fc42571d66b362a",
"reference": "18614efec8d93120b033f0c46fc42571d66b362a",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/bba403f15f65f274713c61e765dd8bad79c96a0a",
"reference": "bba403f15f65f274713c61e765dd8bad79c96a0a",
"shasum": ""
},
"require": {
@ -114,7 +114,7 @@
"news",
"rss"
],
"time": "2019-11-05T16:25:02+00:00"
"time": "2019-11-13T10:31:19+00:00"
},
{
"name": "ezyang/htmlpurifier",
@ -375,27 +375,28 @@
},
{
"name": "symfony/console",
"version": "v4.3.8",
"version": "v4.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "831424efae0a1fe6642784bd52aae14ece6538e6"
"reference": "35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/831424efae0a1fe6642784bd52aae14ece6538e6",
"reference": "831424efae0a1fe6642784bd52aae14ece6538e6",
"url": "https://api.github.com/repos/symfony/console/zipball/35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8",
"reference": "35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1"
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
@ -403,12 +404,12 @@
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/var-dumper": "^4.3"
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"suggest": {
"psr/log": "For using the console logger",
@ -419,7 +420,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
"dev-master": "4.4-dev"
}
},
"autoload": {
@ -446,7 +447,7 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-11-13T07:29:07+00:00"
"time": "2019-11-13T07:39:40+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@ -1547,16 +1548,16 @@
},
{
"name": "sebastian/environment",
"version": "4.2.2",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"shasum": ""
},
"require": {
@ -1596,7 +1597,7 @@
"environment",
"hhvm"
],
"time": "2019-05-05T09:05:15+00:00"
"time": "2019-11-20T08:46:58+00:00"
},
{
"name": "sebastian/exporter",