PluginProbe
FeedWordPress / 0.98
FeedWordPress v0.98
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
← All changes | ChangeLog.text +0 -45 0.9810.98 View file →
@@ -1,53 +1,7 @@
1 1 FeedWordPress Change Log
2 2 ========================
3 3
4 -Changes from 0.98 to 0.981
5 -
6 -Version 0.981 is a narrowly targeted bugfix and compatibility release, whose
7 -main purpose is to resolve a major outstanding problem: the incompatibility
8 -between version 0.98 of WordPress and the recently released WordPress 2.1.
9 -
10 -* WORDPRESS 2.1 COMPATIBILITY: FeedWordPress is now compatible with
11 - WordPress 2.1, as well as retaining its existing support for WordPress
12 - 2.0 and 1.5. Incompatibilities that resulted in database warnings, fatal
13 - errors, and which prevented FeedWordPress from syndicating new posts,
14 - have been eliminated.
15 -
16 -* RSS-FUNCTIONS.PHP RENAMED TO RSS.PHP: if you use the upgraded MagpieRSS
17 - replacement that's included with FeedWordPress, be sure to note that
18 - there are now *two* files to upload from the `OPTIONAL/wp-includes`
19 - subdirectory in order to carry out the upgrade: rss-functions.php and
20 - rss.php. **It is necessary to upload both files**, due to a change in
21 - the file naming scheme in WordPress 2.1, and it is necessary to do so
22 - whether you are using WordPress 2.1 or not. If you only upload the
23 - `rss-functions.php` file as in previous installations you will not have
24 - a working copy of MagpieRSS; the rss.php file contains the actual code.
25 -
26 -* DATE BUG AFFECTING SOME PHP INSTALLATIONS RESOLVED: due to a subtle bug
27 - in parse_w3cdtf(), some installations of PHP encountered problems with
28 - FeedWordPress's attempt to date posts, which would cause some new posts
29 - on Atom feeds to be dated as if they had apppeared in 1969 or 1970
30 - (thus, effectively, never appearing on front apge at all). This bug in
31 - the date handling should now be fixed.
32 -
33 -* PHP <?=...?> SHORT FORM ELIMINATED: some installations of PHP do not
34 - allow the <?=...?> short form for printing PHP values, which was used
35 - extensively in the FeedWordPress interface code. Since this could cause
36 - fatal errors for users with the wrong installation of PHP, the short
37 - form has been replaced with full PHP echo statements, and is no longer
38 - used in FeedWordPress.
39 -
40 -* BETTER USER INTERFACE INTEGRATION WITH WORDPRESS 2.x: Some minor changes
41 - have been made to help the FeedWordPress interface pages blend in better
42 - with the user interface when running under WordPress 2.x.
43 -
44 -* GLOBAL CATEGORIES BUG RESOLVED: a bug that prevented some users from
45 - setting one or more categories to apply to syndicated posts from all
46 - feeds (using the checkbox interface under Options --> Syndication) has
47 - been resolved.
48 -
49 4 Changes from 0.97 to 0.98
50 5 --------------------------
51 6
52 7 * WORDPRESS 2.0 COMPATIBILITY: This is a narrowly-targeted release to