Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.0.0

- Bump minimum required version to PHP 8.2
- Add Csp hook (requires Icinga Web 2.14)
- Add clicommand to clear cache
- Validate JSONFeed version and rework feed detection
- Add connect_timeout to Guzzle Client
- Various small fixes and more logging

## v0.2.1

- Fix non-RSS 2.0 feeds not working
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module: Feeds
Version: 0.2.1
Version: 1.0.0
Requires:
Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0)
Description: Icinga Web Feeds
Expand Down