CHANGES 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Version 0.72
  2. -----------
  3. - fix security exploit: http://www.sec-consult.com/216.html
  4. Version 0.7
  5. -----------
  6. - support for input and output charset encoding
  7. based on the work in FoF, uses iconv or mbstring if available
  8. -
  9. Version 0.6
  10. -----------
  11. - basic support for Atom syndication format
  12. including support for Atom content constructs
  13. - fixed support for private feeds (HTTP Auth and SSL)
  14. (thanks to silverorange.com for providing test feeds)
  15. - support for some broken webservers
  16. Version 0.52
  17. -----------
  18. - support GZIP content negoiation
  19. - PHP 4.3.2 support
  20. Version 0.4
  21. -----------
  22. - improved error handling, better access for script authors
  23. - included example scripts of working with MagpieRSS
  24. - new Smarty plugin for RSS date parsing
  25. Version 0.3
  26. -----------
  27. - added support for conditional gets (Last-Modified, ETag)
  28. - now use Snoopy to handle fetching RSS files
  29. Version 0.2
  30. -----------
  31. - MAJOR CLEAN UP
  32. - removed kludgy $options array in favour of constants
  33. - phased out returning arrays
  34. - added better error handling
  35. - re-worked comments