| @@ -1,8 +1,57 @@ | ||
| 1 | 1 | FeedWordPress Change Log |
| 2 | 2 | ======================== |
| 3 | -Changes from 2009.0612 to Trunk | |
| 3 | +Changes from 2009.0707 to Trunk | |
| 4 | 4 | ------------------------------- |
| 5 | +* NEW INTERFACE HOOKS | |
| 6 | + | |
| 7 | +* FILTER API: SyndicatedPost::isTaggedAs | |
| 8 | + | |
| 9 | +* BUGIFX: SILENT FAILURE OF "SYNDICATE" BUTTON FIXED | |
| 10 | + | |
| 11 | +* BUGFIX: MagpieRSS "ILLEGAL OFFSET TYPE" ERROR MESSAGE FIXED | |
| 12 | + | |
| 13 | +Changes from 2009.0618 to 2009.0707 | |
| 14 | +----------------------------------- | |
| 15 | +* BUGFIX: WORDPRESS 2.8 AJAX COMPATIBILITY ISSUES RESOLVED (blank or | |
| 16 | + truncated "Syndicated Sites" administration page): Due to changes in the | |
| 17 | + AJAX interface elements between WordPress 2.7 and WordPress 2.8, several | |
| 18 | + FeedWordPress users encountered an issue where the front "Syndication" | |
| 19 | + page in the FeedWordPress administrative interface would come up blank, | |
| 20 | + without the normal "Syndicated Sites" list and "Update" control, or | |
| 21 | + sometimes wth the boxes visible but one or both of them truncated, with | |
| 22 | + only the title bar. This issue should now be resolved: with the new | |
| 23 | + version of FeedWordPress, the compatibility issue that caused the | |
| 24 | + disappearance should be eliminated, and if boxes are shown with only | |
| 25 | + their handle visible, you should once again be able to drop down the | |
| 26 | + rest of the box by clicking once on its title bar. | |
| 27 | + | |
| 28 | +* BUGFIX: TAG SETTING WIDGET FIXED. Due to changes in interface elements | |
| 29 | + between WordPress 2.7 and WordPress 2.8, people using FeedWordPress with | |
| 30 | + WordPress 2.8 found that the widget for setting tags to be applied to | |
| 31 | + all syndicated posts, or all syndicated posts from a particular feed, | |
| 32 | + no longer displayed "Add" and "Remove" buttons for individual tags. This | |
| 33 | + issue has now been fixed, and the tagging widget should once again work | |
| 34 | + more or less exactly like the tagging widget for individual posts in the | |
| 35 | + normal WordPress admin interface. | |
| 36 | + | |
| 37 | +Changes from 2009.0613 to 2009.0618 | |
| 38 | +----------------------------------- | |
| 39 | +* BUGFIX: MYSTERY ERRORS WITH WITH WP_Http_Fsockopen HTTP TRANSPORT | |
| 40 | + ELIMINATED: Thanks to a combination of a subtle bug in FeedWordPress, | |
| 41 | + and changes to the HTTP transport code in WordPress, a number of users | |
| 42 | + encountered an error in which any time they attempted to add a new feed | |
| 43 | + through the FeedFinder interface, FeedWordPress would fail and display | |
| 44 | + an HTTP request failure diagnostic message. The subtle bug has been | |
| 45 | + fixed, and with it, most of these errors should now be eliminated. | |
| 46 | + | |
| 47 | + Be sure to upgrade your MagpieRSS to the most recent MagpieRSS version | |
| 48 | + after you have insalled FeedWordPress 2009.0618, or this bug fix will | |
| 49 | + not take effect. | |
| 50 | + | |
| 51 | + | |
| 52 | +Changes from 2009.0612 to 2009.0613 | |
| 53 | +----------------------------------- | |
| 5 | 54 | * INTERFACE/BUGFIX: WORDPRESS 2.8 CATEGORY BOX FIX. Thanks to a subtle |
| 6 | 55 | change in class names between the WordPress 2.7 and 2.8 stylesheets, |
| 7 | 56 | category boxes in the FeedWordPress settings interface tended to overflow |
| 8 | 57 | and have a lot of messy-looking overlapping text under WordPress 2.8. |