Changeset 360463
- Timestamp:
- 03/15/2011 10:21:00 PM (15 years ago)
- Location:
- feedburner-plugin/trunk
- Files:
-
- 2 edited
-
fdfeedburner.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
feedburner-plugin/trunk/fdfeedburner.php
r342014 r360463 6 6 Author: John Watson 7 7 Author URI: http://flagrantdisregard.com/ 8 Version: 1.4 38 Version: 1.44 9 9 10 10 Copyright (C) Sat Feb 18 2006 John Watson … … 160 160 // Do nothing if feedburner is the user-agent 161 161 if (preg_match('/feedburner/i', $_SERVER['HTTP_USER_AGENT'])) return; 162 163 // Avoid redirecting Googlebot to avoid sitemap feeds issues 164 // http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=97090 165 if (preg_match('/googlebot/i', $_SERVER['HTTP_USER_AGENT'])) return; 162 166 163 167 // Do nothing if not configured -
feedburner-plugin/trunk/readme.txt
r351353 r360463 30 30 == Changelog == 31 31 32 = 1.44 = 33 * Fixed compatibility issue with Google Webmaster Tools. 34 Avoid redirecting Googlebot to avoid sitemap feeds issues 35 (http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=97090). 36 Patch contributed by Ivan Yarych. 37 32 38 = 1.43 = 33 39 * Added nonce verification (security) patch from Ulf Härnhammar <ulfharn@gmail.com>
Note: See TracChangeset
for help on using the changeset viewer.