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