Top Level :: XML

Package Information: XML_Feed_Parser

Show All Changelogs
» Version » Information
1.0.2Download

Release date: 2007-04-09 14:49 UTC
Release state: stable

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:
  • PHP Version: PHP 5.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: xml
  • PHP Extension: tidy (optional)
1.0.1Download

Release date: 2007-01-09 15:14 UTC
Release state: stable

Changelog:

Fixed bug in atom link handling that was preventing link retrieval
Changed detection of text content type to avoid false positives

Dependencies:
  • PHP Extension: xml
  • PHP Extension: tidy (optional)
1.0.0Download

Release date: 2006-12-26 21:21 UTC
Release state: stable

Changelog:

First stable release. No changes from last release candidate

Dependencies:
  • PHP Extension: xml
  • PHP Extension: tidy (optional)
1.0.0RC2Download

Release date: 2006-11-09 15:20 UTC
Release state: beta

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:
  • PHP Extension: xml
  • PHP Extension: tidy (optional)
1.0.0RC1Download

Release date: 2006-07-27 13:58 UTC
Release state: beta

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:
  • PHP Extension: xml
  • PHP Extension: tidy (optional)
0.3.0betaDownload

Release date: 2006-01-11 20:47 UTC
Release state: beta

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:
  • PHP Extension: tidy (optional)
0.2.8alphaDownload

Release date: 2005-12-26 17:56 UTC
Release state: alpha

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.6alphaDownload

Release date: 2005-10-22 23:18 UTC
Release state: alpha

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.5alphaDownload

Release date: 2005-10-15 15:13 UTC
Release state: alpha

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.4alphaDownload

Release date: 2005-10-11 14:56 UTC
Release state: alpha

Changelog:

First release in PEAR
Added custom exception class (vote condition)
Moved to single quotes in most cases (vote condition)