You are here

CHANGELOG.txt in FeedAPI 5

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
FeedAPI 1.5, 2008-12-05
-----------------------
- Enclosure and location support in parser_simplepie

FeedAPI 1.4, 2008-10-10
-----------------------
- Strip tags from item titles
- Fix of built-in content-type
- Various bugfixes

FeedAPI 1.3, 2008-09-01
-----------------------
- Full domain/scheme information for tags
- Better test coverage
- Various bugfixes
- Function name changes

FeedAPI 1.2 2008-04-14
----------------------
- Allow IP-address feed URLs at SimplePie parser
- Allow at OPML import to override or not to override feed title and description with the info from OMPL file
- Allow long URLs (up to 2048 char)
- Add skip capability of feeds. You can pause automatic feed update
- Fix a caching-related bug when appears if you move the files directory

FeedAPI 1.1, 2008-03-13 
-----------------------
- FeedAPI node prevents empty node titles
- use hashing for detecting whether feed has changed before processing it
- don't refresh feed more often than 'FEEDAPI_CRON_MIN_REFRESH_TIME' (1800 seconds)
- added cross feed deduping http://drupal.org/node/193909
- fixed FeedAPI time log messages to watchdog on cron http://drupal.org/node/214536#comment-710580
- added enclosure support in parser_simplepie (by ekes)

FeedAPI 1.0, 2008-01-25
-----------------------
- initial release

File

CHANGELOG.txt
View source
  1. FeedAPI 1.5, 2008-12-05
  2. -----------------------
  3. - Enclosure and location support in parser_simplepie
  4. FeedAPI 1.4, 2008-10-10
  5. -----------------------
  6. - Strip tags from item titles
  7. - Fix of built-in content-type
  8. - Various bugfixes
  9. FeedAPI 1.3, 2008-09-01
  10. -----------------------
  11. - Full domain/scheme information for tags
  12. - Better test coverage
  13. - Various bugfixes
  14. - Function name changes
  15. FeedAPI 1.2 2008-04-14
  16. ----------------------
  17. - Allow IP-address feed URLs at SimplePie parser
  18. - Allow at OPML import to override or not to override feed title and description with the info from OMPL file
  19. - Allow long URLs (up to 2048 char)
  20. - Add skip capability of feeds. You can pause automatic feed update
  21. - Fix a caching-related bug when appears if you move the files directory
  22. FeedAPI 1.1, 2008-03-13
  23. -----------------------
  24. - FeedAPI node prevents empty node titles
  25. - use hashing for detecting whether feed has changed before processing it
  26. - don't refresh feed more often than 'FEEDAPI_CRON_MIN_REFRESH_TIME' (1800 seconds)
  27. - added cross feed deduping http://drupal.org/node/193909
  28. - fixed FeedAPI time log messages to watchdog on cron http://drupal.org/node/214536#comment-710580
  29. - added enclosure support in parser_simplepie (by ekes)
  30. FeedAPI 1.0, 2008-01-25
  31. -----------------------
  32. - initial release