rss2html.php Release Notes
March 22, 2010:
Release Version rss2html.php version 3.15:
January 4, 2010:
Release Version rss2html.php version 3.14:
- Switch to explode() since PHP 5.3.0 made
split() decrepit
October 18, 2008:
Release Version rss2html.php version 3.13:
- Update useragent so feedburner will not
detect and change functionality.
May 14, 2008:
Release Version rss2html.php version 3.12:
- Fix for negative MaxItems greater than
the number of items.
Spetember 30, 2007:
Release Version rss2html.php version 3.11:
- Check for the existance of fsockopen.
April, 2007:
Release Version rss2html.php version 3.0:
- Enchanced support for the Atom 1.0 feed
format. The feed elements in Atom 1.0 that
are used blogger.com feeds are supported.
- Update documentation
March 21, 2007:
Release Version rss2html.php version 2.62.2.2:
- Add better support for getting the right
link in Atom feeds
March 1, 2007:
Release Version rss2html.php version 2.62:
- Fix assignment in comparison
February 7, 2007:
Release Version rss2html.php version 2.61:
- Add the option of encoding the '#' in
the URLs in some conditions
January 26, 2007:
Release Version rss2html.php version 2.60:
- Show a better method to change timezone
January 4, 2007:
Release Version rss2html.php version 2.59:
- Parse the new rssMesh.php fields
<rssMesh:feedImageTitle> => ~~~ItemRSSMeshFeedImageTitle~~~
<rssMesh:feedImageUrl> => ~~~ItemRSSMeshFeedImageUrl~~~
<rssMesh:feedImageLink> => ~~~ItemRSSMeshFeedImageLink~~~
<rssMesh:feedImageDescription> =>
~~~ItemRSSMeshFeedImageDescription~~~
<rssMesh:feedImageHeight> => ~~~ItemRSSMeshFeedImageHeight~~~
<rssMesh:feedImageWidth> => ~~~ItemRSSMeshFeedImageWidth~~~
November 8, 2006:
Release Version rss2html.php version 2.56:
- Create a new method of including rss2html.php
that will work on servers with remote URL
restrictions (allow_url_fopen) that many
ISPs are currently using.
October 18, 2006:
Release Version rss2html.php version 2.55:
- Since some of the newer versions of the
XML parser look at the encoding in the feed
and ignore the one passed in on the call,
change the encoding in the feed before parsing.
October 2, 2006:
Release Version rss2html.php version 2.54:
- Add a function to convert & in a certian
RSS fields to &, so it will be proper
HTML
August 17, 2006:
Release Version rss2html.php version 2.42:
- Add the ability to restrict the use of
the rss2html.php script.
- If <?xml... is missing from the feed
add it.
May 30, 2006:
Release Version rss2html.php version 2.30:
- Handle no encoding specified in the feed
May 28, 2006:
Release Version rss2html.php version 2.29:
- Add additional capabilities to work with
enclosures.
The 3 new fields are
~~~ItemEnclosureType~~~,
~~~ItemEnclosureLength~~~ and ~~~ItemEnclosureLengthFormatted~~~
- Allow displaying of the Creative Commons
License URL
May 27, 2006:
Release Version rss2html.php version 2.27:
- Show a more universal TZ offset example
- Make setting contentEncoded more robust
March 6, 2006:
Release Version rss2html.php version 2.21:
- Add controls to allow limiting of Feed
Title, Feed Description, Item Title and
Item Description
- Add support for "~~~FeedXMLFilename~~".
This is needed if a full .html page is created
and you want to add the '<link rel="......'
to the <head> section.
- Support for character set conversions.