» Version | » Information |
---|---|
1.0.5 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.5 Release date: 2012-01-27 15:28 UTC Release state: stable Release uploaded by: doconnor Changelog: QA release Bug #16416 atom:link causes getLink to fail for RSS2.php Bug 16986 Fatal error on XML_Feed_Parser_RSS2::getEntryById() Bug #19086 RSS block picks the wrong links for articles Bug #19089 constructor doesn't respect $suppressWarnings flags Bug #19091 Warnings when image element has no title, link, or url attribute Dependencies:
|
1.0.4 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.4 Release date: 2010-10-11 13:10 UTC Release state: stable Release uploaded by: doconnor Changelog: QA Release Bug #15129 Assorted parse errors in tests Bug #15309 Bug #15318 Bug #15322 Bug #15365 Dependencies:
|
1.0.3 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.3 Release date: 2008-11-19 08:27 UTC Release state: stable Release uploaded by: jystewart Changelog: Bug fix release. Closes: #13215 - Encoding problems #12919 - & in ULR's causes problems #12522 - pubDate handler throws warning on empty field #12017 - no rss2 image if <itunes:image/> precedes <image> #11467 - Escaped HTML in Atom Text Constructs #10702 - Indirect modification of overloaded property #10336 - Error with encoding handling on xhtml Dependencies:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.2 Release date: 2007-04-09 10:49 UTC Release state: stable Release uploaded by: jystewart Changelog: Fixed bug #10499 - AtomElement's xpath is NULL (thanks to Teo Hui Ming) Fixed bug #10501 -- atom getLink() should query links without rel in special case (thanks to Teo Hui Ming) Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.1 Release date: 2007-01-09 10:14 UTC Release state: stable Release uploaded by: jystewart Changelog: Fixed bug in atom link handling that was preventing link retrieval Changed detection of text content type to avoid false positives Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.0 Release date: 2006-12-26 16:21 UTC Release state: stable Release uploaded by: jystewart Changelog: First stable release. No changes from last release candidate Dependencies:
|
1.0.0RC2 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.0RC2 Release date: 2006-11-09 10:20 UTC Release state: beta Release uploaded by: jystewart Changelog: Improved handling of atom:text construct to allow for more media types (thanks to Mohanaraj Gonpala Krishnan for initial patch) Fixed typos and removed duplicate return statements (request #8445) Dependencies:
|
1.0.0RC1 |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-1.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-1.0.0RC1 Release date: 2006-07-27 09:58 UTC Release state: beta Release uploaded by: jystewart Changelog: First release candidate Fixed bug #6472 - wrong paths in require_once Fixed bug #6473 - missing files (for RSS1.1) Fixed bug #7849 - cannot validate RSS2 feeds - by bundling relax ng schemas Improved error handling when attributes empty Fixed loading of sample files in regression tests Implemented hasKey method for basic checking of whether an element exists Dependencies:
|
0.3.0beta |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-0.3.0beta Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-0.3.0beta Release date: 2006-01-11 15:47 UTC Release state: beta Release uploaded by: jystewart Changelog: First beta release Added support for 'content' namespace in RSS2 Further consistency fixes Added prototype conversion script for Universal Feed Parser tests Fixed bug in main __call function that led to problems when the same attribute was accessed multiple times Dependencies:
|
0.2.8alpha |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-0.2.8alpha Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-0.2.8alpha Release date: 2005-12-26 12:56 UTC Release state: alpha Release uploaded by: jystewart Changelog: Added atom-specific category handling Added 'tags' call in atom which is an alias for categories, to match Universal Feed Parser behaviour Added base64 decoding for atom Text and Content In atom:link elements, the rel attribute now defaults to 'alternate' if none specified Added support for atom:logo Numerous API fixes and consistency fixes following use of Universal Feed Parser testkit |
0.2.6alpha |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-0.2.6alpha Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-0.2.6alpha Release date: 2005-10-22 19:18 UTC Release state: alpha Release uploaded by: jystewart Changelog: Added support for RSS0.90, RSS0.91 and RSS0.92 Added tests for RSS0.91 and RSS0.92 Fixed bug meaning that errors weren't being thrown for unrecognised RSS versions Cleared up the main constructor to prevent DOM errors while detecting feed type Added code to allow case-insensitive specification of element names as a backup Fixed bad check of guid's 'ispermalink' attribute in RSS2Element.php |
0.2.5alpha |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-0.2.5alpha Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-0.2.5alpha Release date: 2005-10-15 11:13 UTC Release state: alpha Release uploaded by: jystewart Changelog: Fixed misplaced single quotes (bug #5677) Added samples of feeds in farsi and japanese, with test cases Reworked xml:base support - now applies to all appropriate atom text constructs Reworked atom text construct handling to obey 'type' attribute |
0.2.4alpha |
Easy InstallNot sure? Get more info. pear install XML_Feed_Parser-0.2.4alpha Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_Feed_Parser-0.2.4alpha Release date: 2005-10-11 10:56 UTC Release state: alpha Release uploaded by: jystewart Changelog: First release in PEAR Added custom exception class (vote condition) Moved to single quotes in most cases (vote condition) |