1 === FD Feedburner Plugin === |
1 === FD Feedburner Plugin === |
2 Contributors: fd |
2 Contributors: fd |
3 Donate link: http://flagrantdisregard.com/feedburner/ |
3 Donate link: http://flagrantdisregard.com/feedburner/ |
4 Tags: feedburner, redirect, rss, feed |
4 Tags: feedburner, redirect, rss, feed |
5 Requires at least: 2.0 |
5 Requires at least: 2.0 |
6 Tested up to: 2.8.4 |
6 Tested up to: 3.3.1 |
7 Stable tag: trunk |
7 Stable tag: trunk |
8 |
8 |
9 Redirects the main feed and optionally the comments feed seamlessly and |
9 Redirects the main feed and optionally the comments feed seamlessly and |
10 transparently to Feedburner.com. |
10 transparently to Feedburner.com. |
11 |
11 |
16 feeds, modify .htaccess files, or asking users to migrate to a new feed. All |
16 feeds, modify .htaccess files, or asking users to migrate to a new feed. All |
17 existing feeds simply become Feedburner feeds seamlessly and transparently for |
17 existing feeds simply become Feedburner feeds seamlessly and transparently for |
18 all users. Just tell the plugin what your Feedburner feed URL is and you're |
18 all users. Just tell the plugin what your Feedburner feed URL is and you're |
19 done. |
19 done. |
20 |
20 |
|
21 Available in these languages: |
|
22 English, Hungarian, German, Portuguese, Dutch, Italian, French, Turkish, Hebrew |
|
23 |
|
24 Translators: Use the .pot file in the languages/ folder. Email .po files |
|
25 (only) to me for inclusion in the plugin. Thank you! |
|
26 |
21 == Installation == |
27 == Installation == |
22 |
28 |
23 1. Copy fdfeedburner.php into wp-content/plugins |
29 1. Copy the feedburner-plugin folder into wp-content/plugins |
24 1. Activate the plugin through the 'Plugins' menu in WordPress |
30 1. Activate the plugin through the 'Plugins' |
25 1. Configure your feed from the new Feedburner submenu |
31 1. Configure your feed from the new Feedburner Settings submenu |
26 |
32 |
27 == Changelog == |
33 == Changelog == |
28 |
34 |
|
35 = 1.45 = |
|
36 * Moved options to Settings menu |
|
37 * Fixed deprecated permission settings (caused deprecated notices) |
|
38 Hat tip: Ben Gillbanks (http://twitter.com/binarymoon) |
|
39 * Turkish transaltion by Semih YEŞİLYURT (http://webdiliedebiyati.com) |
|
40 * Hebrew translation by Sagive (http://www.sagive.co.il) |
|
41 |
|
42 = 1.44 = |
|
43 * Fixed compatibility issue with Google Webmaster Tools. |
|
44 Avoid redirecting Googlebot to avoid sitemap feeds issues |
|
45 (http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=97090). |
|
46 Patch contributed by Ivan Yarych. |
|
47 |
|
48 = 1.43 = |
|
49 * Added nonce verification (security) patch from Ulf Härnhammar <ulfharn@gmail.com> |
|
50 |
|
51 = 1.42 = |
|
52 * Localized configuration panel, added Hungarian translation thanks to Sepp Toth. |
|
53 * German translation by Linus Metzler (http://limenet.ch) |
|
54 * Brazilian Portuguese translation by Gervásio Antônio |
|
55 * Dutch translation by Pieter (http://www.pieterc.be) |
|
56 * Italian translation by Guter |
|
57 * French translation by liryk (http://liryk.lautre.net/) |
|
58 |
29 = 1.41 = |
59 = 1.41 = |
30 * Added option to not redirect search result feeds |
60 * Added option to not redirect search result feeds |