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