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