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 +23 -0 0.970.98 View file →
@@ -1,7 +1,30 @@
1 1 FeedWordPress Change Log
2 2 ========================
3 3
4 +Changes from 0.97 to 0.98
5 +--------------------------
6 +
7 +* WORDPRESS 2.0 COMPATIBILITY: This is a narrowly-targeted release to
8 + solve a major outstanding problem. FeedWordPress is now compatible with
9 + both WordPress 1.5 and WordPress 2.0. Incompatibilities that caused
10 + fatal SQL errors, and a more subtle bug with off-kilter counts of posts
11 + under a given category, have been resolved. FeedWordPress tests for
12 + database schema using the global $wp_db_version variable (if null, then
13 + we presume that we're dealing with WordPress 1.5).
14 +
15 + NOTE: I have **not** fully tested FeedWordPress with WordPress 2.0.
16 + Further testing may reveal more bugs. However, you should now be able
17 + to get at least basic FeedWordPress functionality up and running.
18 +
19 +* AUTHOR MATCHING: FeedWordPress tests several fields to see if it can
20 + identify the author of the post as a user already in the WordPress user
21 + database. In previous versions, it tested the user login, the nickname,
22 + and tested for "aliases" listed in the Profile (see documentation). FWP
23 + now also matches authors on the basis of e-mail address (*if* an e-mail
24 + address is present). This is particularly helpful for formats such as
25 + RSS 2.0, in which authors are primarily identified by e-mail addresses.
26 +
4 27 Changes from 0.96 to 0.97
5 28 -------------------------
6 29
7 30 * INSTALLATION PROCEDURE: Some of the changes between 0.96 and 0.97