summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-12-01 16:15:13 +0100
committerGitHub <noreply@github.com>2019-12-01 16:15:13 +0100
commitd53469596e221a07e2ae9de4ebcf38c956c79824 (patch)
treeca5f88d8d7926d2f137147c3c211aaaa0d640346
parent403405ae9e617f04d6a6f1e09475552381852c5b (diff)
Release 14.0.2 (#580)14.0.2
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>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.json25
-rw-r--r--composer.lock49
4 files changed, 51 insertions, 34 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ee54911a..ddee6b5c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9d5861cca..c39ebfee9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>
diff --git a/composer.json b/composer.json
index 2146b8779..9057544be 100644
--- a/composer.json
+++ b/composer.json
@@ -5,28 +5,34 @@
"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": "*"
diff --git a/composer.lock b/composer.lock
index 21e95bbba..56c9a2383 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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",