Skip to content

Commit 0ce21f1

Browse files
committed
Bump to release v0.2.0
1 parent e025878 commit 0ce21f1

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- Refactor FilesystemStorage to use single files per feed
6+
- Fix error on missing item date and description
7+
38
## v0.1.2
49

510
- Fix some rendering of images in feeds

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**Note:** This is an early release that is still in development and prone to change
2-
31
# Icinga Web Feeds
42

53
Icinga Web Module for web feeds like RSS or Atom.

doc/03-Configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
The module configuration is stored in `/etc/icingaweb2/modules/feeds/config.ini`.
44

5-
All options use defaults, there is no need to create this file.
6-
7-
Example:
5+
All options use defaults, there is no need to create this file. Example:
86

97
```ini
108
[http]
@@ -16,6 +14,8 @@ timeout = 5
1614
duration = 43200
1715
```
1816

17+
The module uses the Icinga Web2 FileCache to cache fetched data.
18+
1919
## Feeds
2020

2121
Feeds can be added, configured and removed in Icinga Web.

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: Feeds
2-
Version: 0.1.2
2+
Version: 0.2.0
33
Requires:
44
Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0)
55
Description: Icinga Web Feeds

0 commit comments

Comments
 (0)