summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-04-17 14:06:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-04-17 14:06:44 +0200
commit78ce0eefc06106210402645c7786d5cbf5aaf8a9 (patch)
tree7b7c97a294d8305faa199a828d076895433b5f90
parent07bb8467a0f9f0482b45992e7cda594213a616fc (diff)
bump version
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.json2
-rw-r--r--composer.lock12
4 files changed, 18 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cc7d1033..9e3a90f9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.2.0
+
+### Changed
+
+- Update picoFeed and HTMLPurifier libs to the latest version
+
+### Fixed
+
+- Parse CSRF token directly from source rather than using a global variable which never got updated. This fixes the login warnings that appeared after you left the News app open for a longer period of time which forced you to reload the page.
+
## 10.1.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 48d52271a..899e316d9 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.com/server/10/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>10.1.1</version>
+ <version>10.2.0</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
diff --git a/composer.json b/composer.json
index af2d886ff..578edada1 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
},
"require": {
"ezyang/htmlpurifier": "4.9.2",
- "fguillot/picofeed": "0.1.28",
+ "fguillot/picofeed": "0.1.33",
"pear/net_url2": "2.2.1",
"riimu/kit-pathjoin": "1.1.2"
}
diff --git a/composer.lock b/composer.lock
index c3376d136..bfce4fd6f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "2484c4d913548b24cf09a4e02a38b293",
+ "content-hash": "de29546dfc260954637ab4f84d001111",
"packages": [
{
"name": "ezyang/htmlpurifier",
@@ -55,16 +55,16 @@
},
{
"name": "fguillot/picofeed",
- "version": "v0.1.28",
+ "version": "v0.1.33",
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
- "reference": "9da506c308bcb40b6fc630f9123466028c03170b"
+ "reference": "b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/9da506c308bcb40b6fc630f9123466028c03170b",
- "reference": "9da506c308bcb40b6fc630f9123466028c03170b",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f",
+ "reference": "b44f1e1fdecfd2e7f158df86a23e1ea3dfb4e16f",
"shasum": ""
},
"require": {
@@ -104,7 +104,7 @@
],
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed",
- "time": "2016-12-29T00:06:41+00:00"
+ "time": "2017-04-07T01:57:15+00:00"
},
{
"name": "pear/net_url2",