We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed4b52 commit f383dfeCopy full SHA for f383dfe
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+- Make style more consistent with IcingaDB
6
+- Add name of feed in lists
7
+- Add option to enable and disable feeds
8
+- Add configuration form
9
10
## v0.1.0
11
12
- Initial Release
module.info
@@ -1,6 +1,7 @@
Module: Feeds
-Version: 0.1.0
+Version: 0.1.1
Requires:
Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0)
-Description: Simple Feed Reader Module
- This module fetches external feeds and provides both merged and single view.
+Description: Icinga Web Feeds
+ This module fetches external RSS, JSONFeed and Atom feeds.
+ It provides both a merged and single view that can be included in dashboards.
0 commit comments