Added option to ignore old items in the news feed module

Outdated news items can be omitted via the ignoreOldItems and the ignoreOlderThan option.
This commit is contained in:
42SK
2017-03-21 19:39:51 +01:00
parent c62082b924
commit f0db135b1d
3 changed files with 8 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added hideLoading option for News Feed module
- Added configurable dateFormat to clock module.
- Added multiple calendar icon support.
- Added `ignoreOldItems` and `ignoreOlderThan` options to the News Feed module
### Fixed
- Update .gitignore to not ignore default modules folder.