summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-03-18 15:50:54 +0800
committerGitHub <noreply@github.com>2020-03-18 15:50:54 +0800
commit39ca7d32087ec19ec13ee7e8c0beeaeacb1914e3 (patch)
tree6caad1410cdede5ba103c8c97b4fce39b0778565
parent6a1ead9a8cbb29b9d701f52efac1bc9a58d75852 (diff)
Release 14.1.4-rc1 (#649)14.1.4-rc1
Changed - Basic Media-RSS support (#599) - Database index improvements (#637) Fixed - Call to a member function getUrlHash() on null" when adding a feed (#640) - Don't install symfony/console via composer (#636) - Fix for for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407) - Catch invalid feeds (#646) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--AUTHORS.md6
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.lock47
4 files changed, 42 insertions, 26 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 00c133ffb..0a73bd52d 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -34,6 +34,7 @@
* [darkside40](mailto:darkside401@googlemail.com)
* [nachoparker](mailto:nacho@ownyourbits.com)
* [Brice Maron](mailto:brice@bmaron.net)
+* [Daniel Kesselberg](mailto:mail@danielkesselberg.de)
* [Jakob Sack](mailto:mail@jakobsack.de)
* [Qingping Hou](mailto:dave2008713@gmail.com)
* [Roman](mailto:reverse@jamm.me)
@@ -80,6 +81,7 @@
* [Hanzei](mailto:Hanzei@users.noreply.github.com)
* [Hendrik Leppelsack](mailto:hendrik@leppelsack.de)
* [Jasper Knockaert](mailto:jasper@knockaert.nl)
+* [Marc Cousin](mailto:marc.cousin@people-doc.com)
* [Martin Ferretti](mailto:ferrettimartin@protonmail.com)
* [Matthias Blümel](mailto:user@inanna.local)
* [Michael Grosser](mailto:github@stp-ip.net)
@@ -97,6 +99,7 @@
* [Simon](mailto:sschubert89@gmail.com)
* [Simon Gilliot](mailto:simon@gilliot.fr)
* [SuliacLEGUILLOU](mailto:suliac.leguillou@pm.me)
+* [Talon24](mailto:talontalon24@gmail.com)
* [TexasGamer](mailto:tpgaubert@gmail.com)
* [The Gitter Badger](mailto:badger@gitter.im)
* [Thomas Wouters](mailto:twouters@users.noreply.github.com)
@@ -121,4 +124,5 @@
* [ritchiewilson](mailto:rawilson52@gmail.com)
* [sonologic](mailto:gmc@sonologic.nl)
* [tflidd](mailto:tflidd@aspekte.net)
-* [wizdude](mailto:wizdude@users.noreply.github.com) \ No newline at end of file
+* [wizdude](mailto:wizdude@users.noreply.github.com)
+* [Éloi Rivard](mailto:eloi.rivard@aquilenet.fr) \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 970cf5b28..9c4a5dad3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
## Unreleased
+
+## 14.1.4-rc1
+
+## Changed
+- Basic Media-RSS support (#599)
+- Database index improvements (#637)
+
+### Fixed
+- Call to a member function getUrlHash() on null" when adding a feed (#640)
+- Don't install symfony/console via composer (#636)
+- Fix for for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407)
+- Catch invalid feeds (#646)
+
## 14.1.3
## Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1973bf7a1..6042b6ab1 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.1.3</version>
+ <version>14.1.4-rc1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
diff --git a/composer.lock b/composer.lock
index fadef25a9..56e11007b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -111,16 +111,16 @@
},
{
"name": "debril/feed-io",
- "version": "v4.5.3",
+ "version": "v4.5.4",
"source": {
"type": "git",
"url": "https://github.com/alexdebril/feed-io.git",
- "reference": "1909f42732918e13454ba65309c44cfaff058ab2"
+ "reference": "7e5d3945a9b4f213f97882aaee931e6cadcadc8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/alexdebril/feed-io/zipball/1909f42732918e13454ba65309c44cfaff058ab2",
- "reference": "1909f42732918e13454ba65309c44cfaff058ab2",
+ "url": "https://api.github.com/repos/alexdebril/feed-io/zipball/7e5d3945a9b4f213f97882aaee931e6cadcadc8e",
+ "reference": "7e5d3945a9b4f213f97882aaee931e6cadcadc8e",
"shasum": ""
},
"require": {
@@ -167,7 +167,7 @@
"news",
"rss"
],
- "time": "2020-02-04T23:00:39+00:00"
+ "time": "2020-03-12T16:11:43+00:00"
},
{
"name": "ezyang/htmlpurifier",
@@ -639,16 +639,16 @@
},
{
"name": "phpdocumentor/reflection-docblock",
- "version": "5.0.0",
+ "version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "a48807183a4b819072f26e347bbd0b5199a9d15f"
+ "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/a48807183a4b819072f26e347bbd0b5199a9d15f",
- "reference": "a48807183a4b819072f26e347bbd0b5199a9d15f",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
+ "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"shasum": ""
},
"require": {
@@ -688,30 +688,29 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "time": "2020-02-09T09:16:15+00:00"
+ "time": "2020-02-22T12:28:44+00:00"
},
{
"name": "phpdocumentor/type-resolver",
- "version": "1.0.1",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
+ "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
- "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
+ "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
"shasum": ""
},
"require": {
- "php": "^7.1",
+ "php": "^7.2",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
- "ext-tokenizer": "^7.1",
- "mockery/mockery": "~1",
- "phpunit/phpunit": "^7.0"
+ "ext-tokenizer": "^7.2",
+ "mockery/mockery": "~1"
},
"type": "library",
"extra": {
@@ -735,20 +734,20 @@
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
- "time": "2019-08-22T18:11:29+00:00"
+ "time": "2020-02-18T18:59:58+00:00"
},
{
"name": "phpspec/prophecy",
- "version": "v1.10.2",
+ "version": "v1.10.3",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
- "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9"
+ "reference": "451c3cd1418cf640de218914901e51b064abb093"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
- "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
+ "reference": "451c3cd1418cf640de218914901e51b064abb093",
"shasum": ""
},
"require": {
@@ -798,7 +797,7 @@
"spy",
"stub"
],
- "time": "2020-01-20T15:57:02+00:00"
+ "time": "2020-03-05T15:02:03+00:00"
},
{
"name": "phpunit/php-code-coverage",