You are here

CHANGELOG.txt in FeedAPI 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
FeedAPI 1.9, XXXX-XX-XX 
-----------------------

- 

FeedAPI 1.9beta3, 2009-11-09 
----------------------------

- Support managing simplepie.inc with Libraries module (#583728).
- Add hook to interfere after a refresh operation. hook_feedapi_after_purge($feed). (#598904)
- A series of small bug fixes.
- Add hook_feedapi_after_purge() (#598904)

FeedAPI 1.9beta1, 2009-09-18
----------------------------
- Allow aggregation from local files
- Feed Element Mapper 2.x support
- Drupal 6.14 compatibility: Fix bug that stopped FeedAPI from refreshing 
  at cron time #350788
- Series of minor bug fixes

FeedAPI 1.8, 2009-08-12
-----------------------
- Missing {} in an update hook in feedapi.install

FeedAPI 1.7, 2009-08-12
-----------------------
- The meaning of "Update Rate" column at the admin overview has been
changed.
  Previously: the time what is elapsed between incoming new items
  Now: the time between feed refresh, regardless of the content of the feed
- Possibility of saving such feed URLs that are inaccessible for the parser
  for whatever reason

FeedAPI 1.7beta2, 2009-06-19
----------------------------
- Drush commands (create, refresh, config)
- Simpletest 2.x compatible test suite
- Impersonating feed author while refreshing the feed via cron hook
- Better test code coverage
  (tests for cron part, file upload, item node updating)
- Fix a critical bug what caused ICal parser useless (#496274)

FeedAPI 1.7beta1, 2009-06-05
----------------------------
- Cache lifetime setting for parser_simplepie
- Split some parts of feedapi into separate files
- Feedapi supports revisions for data inside {feedapi} table
- File upload support
- Selectable input format for feed item nodes
- Ability to inherit language info as well
- Configurable refresh rate instead of best effort feed refreshing

FeedAPI 1.6, 2009-02-03
-----------------------
- Better parsing in Parser Common Syndication
- Now it's possible to delete old feed node items at cron time
- Performance impovements (indeces on cross-nodes table)
- Fix of bug that prevented parsers to consume their settings
- Full views support. WARNING: if you upgrade from previous version,
  you will have to reconfigure some feedapi based views.

FeedAPI 1.5, 2008-12-05
-----------------------
- Enclosure and location support in parser_simplepie
- More robust RDF parsing in parser_common_syndication
- WARNING: API change, feedapi_item($op = 'purge') is changed.
  see _feedapi_node_purge as an example
- Fixed: cron failed to delete old items under some circumstances

FeedAPI 1.4, 2008-10-10
-----------------------
- Do not allow same weight for processors
- Strip tags from item titles
- Fix of built-in content-type
- Extended Views support (for feed items, parent feeds and
   standalone feeds)
- cURL support added to Common Syndication Parser. If cURL is available,
  the parser is able to handle redirects better
- Extended simpletest coverage
- Various bugfixes

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

FeedAPI 1.2, 2008-04-14
-----------------------
- Allow IP-address feed URLs at SimplePie parser
- 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

File

CHANGELOG.txt
View source
  1. FeedAPI 1.9, XXXX-XX-XX
  2. -----------------------
  3. -
  4. FeedAPI 1.9beta3, 2009-11-09
  5. ----------------------------
  6. - Support managing simplepie.inc with Libraries module (#583728).
  7. - Add hook to interfere after a refresh operation. hook_feedapi_after_purge($feed). (#598904)
  8. - A series of small bug fixes.
  9. - Add hook_feedapi_after_purge() (#598904)
  10. FeedAPI 1.9beta1, 2009-09-18
  11. ----------------------------
  12. - Allow aggregation from local files
  13. - Feed Element Mapper 2.x support
  14. - Drupal 6.14 compatibility: Fix bug that stopped FeedAPI from refreshing
  15. at cron time #350788
  16. - Series of minor bug fixes
  17. FeedAPI 1.8, 2009-08-12
  18. -----------------------
  19. - Missing {} in an update hook in feedapi.install
  20. FeedAPI 1.7, 2009-08-12
  21. -----------------------
  22. - The meaning of "Update Rate" column at the admin overview has been
  23. changed.
  24. Previously: the time what is elapsed between incoming new items
  25. Now: the time between feed refresh, regardless of the content of the feed
  26. - Possibility of saving such feed URLs that are inaccessible for the parser
  27. for whatever reason
  28. FeedAPI 1.7beta2, 2009-06-19
  29. ----------------------------
  30. - Drush commands (create, refresh, config)
  31. - Simpletest 2.x compatible test suite
  32. - Impersonating feed author while refreshing the feed via cron hook
  33. - Better test code coverage
  34. (tests for cron part, file upload, item node updating)
  35. - Fix a critical bug what caused ICal parser useless (#496274)
  36. FeedAPI 1.7beta1, 2009-06-05
  37. ----------------------------
  38. - Cache lifetime setting for parser_simplepie
  39. - Split some parts of feedapi into separate files
  40. - Feedapi supports revisions for data inside {feedapi} table
  41. - File upload support
  42. - Selectable input format for feed item nodes
  43. - Ability to inherit language info as well
  44. - Configurable refresh rate instead of best effort feed refreshing
  45. FeedAPI 1.6, 2009-02-03
  46. -----------------------
  47. - Better parsing in Parser Common Syndication
  48. - Now it's possible to delete old feed node items at cron time
  49. - Performance impovements (indeces on cross-nodes table)
  50. - Fix of bug that prevented parsers to consume their settings
  51. - Full views support. WARNING: if you upgrade from previous version,
  52. you will have to reconfigure some feedapi based views.
  53. FeedAPI 1.5, 2008-12-05
  54. -----------------------
  55. - Enclosure and location support in parser_simplepie
  56. - More robust RDF parsing in parser_common_syndication
  57. - WARNING: API change, feedapi_item($op = 'purge') is changed.
  58. see _feedapi_node_purge as an example
  59. - Fixed: cron failed to delete old items under some circumstances
  60. FeedAPI 1.4, 2008-10-10
  61. -----------------------
  62. - Do not allow same weight for processors
  63. - Strip tags from item titles
  64. - Fix of built-in content-type
  65. - Extended Views support (for feed items, parent feeds and
  66. standalone feeds)
  67. - cURL support added to Common Syndication Parser. If cURL is available,
  68. the parser is able to handle redirects better
  69. - Extended simpletest coverage
  70. - Various bugfixes
  71. FeedAPI 1.3, 2008-09-01
  72. -----------------------
  73. - Full domain/scheme information for tags
  74. - Better test coverage
  75. - Various bugfixes
  76. - Function name changes
  77. - FeedAPI Node Views added
  78. FeedAPI 1.2, 2008-04-14
  79. -----------------------
  80. - Allow IP-address feed URLs at SimplePie parser
  81. - Allow long URLs (up to 2048 char)
  82. - Add skip capability of feeds. You can pause automatic feed update
  83. - Fix a caching-related bug when appears if you move the files directory