| @@ -1,37 +1,7 @@ | ||
| 1 | 1 | FeedWordPress Change Log |
| 2 | 2 | ======================== |
| 3 | 3 | |
| 4 | -Changes from 0.991 to 0.992 | |
| 5 | -* AUTHOR RE-MAPPING: FeedWordPress now offers considerable control over | |
| 6 | - how author names on a feed are translated into usernames within the | |
| 7 | - WordPress database. When a post by an unrecognized author comes in, | |
| 8 | - Administrators can now specify any username as the default username to | |
| 9 | - assign the post to by setting the option in Syndication --> Options | |
| 10 | - (formerly FeedWordPress only allowed you to assign such posts to user | |
| 11 | - #1, the site administrator). Administrators can also create re-mapping | |
| 12 | - rules for particular feeds (under Syndication --> Syndicated Sites --> | |
| 13 | - Edit), so that (for example) any posts attributed to "Administrator" | |
| 14 | - on the feed <http://praxeology.net/blog/feed/> will be assigned to | |
| 15 | - a user named "Roderick T. Long," rather than a user named | |
| 16 | - "Administrator." These settings also allow administrators to filter out | |
| 17 | - posts by particular users, and to control what will happen when | |
| 18 | - FeedWordPress encounters a post by an unrecognized user on that | |
| 19 | - particular feed. | |
| 20 | - | |
| 21 | -* BUG RELATED TO URIS CONTAINING AMPERSAND CHARACTERS FIXED: A bug in | |
| 22 | - WordPress 2.x's handling of URIs in Blogroll links created problems for | |
| 23 | - updating any feeds whose URIs included an ampersand character, such as | |
| 24 | - Google News RSS feeds and other feeds that have multiple parameters | |
| 25 | - passed through HTTP GET. If you experienced this bug, the most likely | |
| 26 | - effect was that FeedWordPress simply would not import new posts from a | |
| 27 | - feed when instructred to do so, returning a "0 new posts" response. In | |
| 28 | - other cases, it might lead to unpredictable results from feed updates, | |
| 29 | - such as importing posts which were not contained in the feed being | |
| 30 | - syndicated, but which did appear elsewhere on the same website. This bug | |
| 31 | - has, hopefully, been resolved, by correcting for the bug in WordPress. | |
| 32 | - | |
| 33 | 4 | Changes from 0.99 to 0.991 |
| 34 | 5 | -------------------------- |
| 35 | 6 | * WORDPRESS MU COMPATABILITY: FeedWordPress should now be compatible with |
| 36 | 7 | recent releases of WordPress MU. Once FeedWordPress is made available |