Downloads
Download tar.gz
24.24 KB
MD5: 7a9084c31ae461e125aaa733a25f5a60
SHA-1: c550100d2d23ded71a34f32b43187cb4ad98446a
SHA-256: f00d8997de6fa362769f7cc5e830c325b689695a56a2a6da49c6392739c8865e
Download zip
27.53 KB
MD5: a9bbe01c78c875603c18e3524da31540
SHA-1: c474679556e60c17bcdfbd5ce15fec86e61c16df
SHA-256: 38120884e34aaa9bce4c963130aef56f2af2efd0701751a080ed612cec994123
Release notes
Changes since DRUPAL-6--1-0-BETA3:
- README revision
- Minor revision of README.
- Minor revision.
- #313325: Removed unwanted debugging line.
- Minor .info adjustments
- Major, MAJOR revision to start getting a real 1.0 release.
- Coder checks and auto-completion function move.
- Update links from feedburner.com to feedburner.google.com.
- Added HTML source feed URL replacement (with a test)!
- Fixed test failures with _feedburner_save_feed()
- Renamed _feedburner_save_feed() to feedburner_save_feed()
- Moved code to replace HTML into it's own function for reuse.
- Attempt #1 to move a majority of block rendering code into feedburner.pages.inc
- Using theme functions for blocks now!
- by Dave Reid: Fix undefined feedburner_variables() in uninstall.
- Add suggested commentrss to .info.
- #377864 by Dave Reid: Removed the maxlength on the feedburner_url variable.
- Moved the admin/settings/feedburner path to admin/build/feedburner/settings
- Disabled the feed link rewriting until I can get it working.
- Added a ping FeedBurner feature when content is updated or ping.module is enabled.
- Fixed small bugs with not using the proper feed URLs.
- #388142 by Dave Reid: Added organic groups integration.
- by Dave Reid: Fixed organic groups integration, split feedburner_get_feeds() into separate module integration functions for cleaner code. Plus other various bug fixes.
- by Dave Reid: Fixed PHP4 incompatibility.
- by Dave Reid: Fixed notice if $_SERVER['HTTP_USER_AGENT'] is undefined.
- by Dave Reid: Updated internal feed URL replacement. Still needs a little work, but this method should be more reliable.
- #374257 by Dave Reid: Blank FeedBurner feeds could not be unburned.