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