PluginProbe
FeedWordPress / 0.991
FeedWordPress v0.991
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 +39 -0 0.990.991 View file →
@@ -1,7 +1,46 @@
1 1 FeedWordPress Change Log
2 2 ========================
3 3
4 +Changes from 0.99 to 0.991
5 +--------------------------
6 +* WORDPRESS MU COMPATABILITY: FeedWordPress should now be compatible with
7 + recent releases of WordPress MU. Once FeedWordPress is made available
8 + as a plugin, each individual blog can choose to activate FeedWordPress
9 + and syndicate content from its own set of contributors.
10 +
11 +* DISPLAY OF MAGPIE WARNINGS: A number of MagpieRSS warnings or error
12 + messages that were displayed when performing an automatic update are
13 + no longer displayed, unless debugging parameters have been explicitly
14 + enabled.
15 +
16 +* BUG RELATED TO INTERNATIONAL CHARACTERS IN AUTHOR NAMES FIXED: Due to a
17 + subtle incompatability between the way that FeedWordPress generated new
18 + user information, and the way that WordPress 2.0 and later added new
19 + authors to the database, FeedWordPress might end up creating duplicate
20 + authors, or throwing a critical error message, when it encountered
21 + authors whose names included international characters. This
22 + incompatability has now been fixed; hopefully, authors with
23 + international characters in their names should now be handled properly.
24 +
25 +* media:content BUG IN MAGPIERSS FIXED: A bug in MagpieRSS's handling of
26 + namespaced elements has been fixed. Among other things, this bug caused
27 + items containing a Yahoo MediaRSS `<media:content>` element (such as
28 + many of the feeds produced by wordpress.com) to be represented
29 + incorrectly, with only a capital "A" where the content of the post
30 + should have been. Feeds containing `<media:content>` elements should now
31 + be syndicated correctly.
32 +
33 +* update_feedwordpress PARAMETER: You can now use an HTTP GET parameter
34 + (`update_feedwordpress=1`) to request that FeedWordPress poll its feeds
35 + for updates. When used together with a crontab or other means of
36 + scheduling tasks, this means that you can keep your blog automatically
37 + updated on a regular schedule, even if you do not choose to use the
38 + cron-less automatic updates option.
39 +
40 +* Some minor interface-related bugs were also fixed.
41 +
42 +
4 43 Changes from 0.981 to 0.99
5 44 --------------------------
6 45 Version 0.99 adds several significant new features, fixes some bugs, and
7 46 provides compatability with WordPress 2.2.x and 2.3.x.