summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-05 10:00:30 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-08 09:22:43 +0200
commit8320144cd5dfed920b0aa9358d7da98802a70025 (patch)
treead07d8b37748e2d35d519d1d23164883b0501053
parent04b8aacdccc4161923b74b43b469fbf28ca71fba (diff)
Release 15.0.315.0.3
Changed - Trim whitespaces in item titles #831 - update only relevant item fields #830 Fixed - Fix 'news:updater:after-update' command #832 - Define microtime as string #836 - Fix Application class loading in config #833 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--AUTHORS.md2
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
3 files changed, 15 insertions, 2 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 0d02b0ce3..e9064ce67 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -17,6 +17,7 @@
* [Hoàng Đức Hiếu](mailto:hdhoang@zahe.me)
* [Daniel Opitz](mailto:git@copynpaste.de)
* [Sean Molenaar](mailto:sean@m2mobi.com)
+* [anoy](mailto:anoymouserver+github@mailbox.org)
* [rakekniven](mailto:mark.ziegler@rakekniven.de)
* [David-Development](mailto:david-dev@live.de)
* [IBBoard](mailto:dev@ibboard.co.uk)
@@ -27,7 +28,6 @@
* [Thomas Tanghus](mailto:thomas@tanghus.net)
* [Volkan Gezer](mailto:volkangezer@gmail.com)
* [Xéfir Destiny](mailto:xefir@crystalyx.net)
-* [anoy](mailto:anoymouserver+github@mailbox.org)
* [Daniel Opitz](mailto:danopz@users.noreply.github.com)
* [Lars Bensmann](mailto:lars@almosthappy.de)
* [Robin Appelman](mailto:robin@icewind.nl)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae91b6157..cf29c37da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 15.0.3
+
+### Changed
+
+- Trim whitespaces in item titles #831
+- update only relevant item fields #830
+
+### Fixed
+
+- Fix 'news:updater:after-update' command #832
+- Define microtime as string #836
+- Fix Application class loading in config #833
+
## 15.0.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 480e6f068..ed1208e85 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>15.0.2</version>
+ <version>15.0.3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>