public
Description: FeedCache wordpress plugin for caching and displaying multiple RSS feeds on a Wordpress blog
Homepage: http://www.craigjolicoeur.com/feedcache/
Clone URL: git://github.com/cpjolicoeur/feedcache.git
Click here to lend your support to: feedcache and make a donation at www.pledgie.com !
feedcache / CHANGELOG
100644 90 lines (63 sloc) 2.598 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
== CHANGELOG ==
 
1.0.6.1 - 10/16/2008
* bugfix for missing false option on settings page
 
1.0.6 - 10/15/2008
* bugfix for truncation of feed titles during CRON job
 
1.0.5 - 7/13/2008
* strip non-ascii characters from title output
 
1.0.4 - 7/10/2008
* added plugin credits to admin page footer
* updated credential levels for adding admin subpage
 
1.0.3 - 07/10/2008
* update WP options to only use 2 option fields via an options array
 
1.0.2 - 07/09/2008
* use feed_tools gem for parsing
* single YAML config file
* store RSS cache into the WP database
 
0.9.8 - 05/04/2008
* allow for up to 99 feed groups now
 
0.9.5 - 12/02/2007
* added option to open feed links in a new browser window
 
0.9.1 - 12/01/2007
* bugfix for issue where files/ directory wasn't being included in the Wordpress download
* fixed issue with truncation of feed titles to include ellipses
 
0.9 - 11/30/2007
* allow the user to set the number of RSS groups (from 1 - 10)
* moved config and cache files to the new files/ directory
* created a new master-config file for general settings
 
0.8.1 - 11/24/2007
* fixed an issue with weird links using ATOM feeds from blogspot
 
0.8 - 11/23/2007
* now using feedparser library to parse both RSS and ATOM feeds
* cleaned up configuration so only the feedcache plugin path will need to be entered
 
0.7.2 - 11/20/2007
* fixed bug with config files not being set properly
 
0.7.1 - 11/19/2007
* rename broken screenshot file
 
0.7 - 11/19/2007
* Allow up to 4 different cache files to allow for multiple instances of the plugin per theme
* Fix some admin page layout issues
 
0.6.1 - 10/30/2007
* Add option to not send CRON error emails
 
0.6 - 10/01/2007
* Fix broken feed formatting options
 
0.5.5 - 09/27/2007
* Added user-agent to the CRON script to force RSS-only feeds from feedburners SmartFeed service
 
0.5.2 - 09/24/2007
* Lower the error output level from the CRON job again
 
0.5.1 - 09/24/2007
* Lower the error output level from the CRON job
 
0.5 - 09/15/2007
* Use a temp file when grabbing new cache
 
0.4 - 09/13/2007
* Updates to the Ruby CRON script for better error handling
 
0.3.1 - 09/12/2007
* Fixed bug that would cause PHP header errors during login/logout
 
0.3 - 09/04/2007
* Added option to manually override the number of feed items to display on a per feed basis
* Added option to manually override the feed text formatting option on a per feed basis
 
0.2 - 09/03/2007
* Updated README file
* Added option for manually named feed titles
 
0.1 - 08/31/2007
* Initial Release