Skip to content

Releases: simplepie/simplepie

SimplePie 1.5.3

22 Sep 23:24
1736633
Compare
Choose a tag to compare

A few small changes to support PHP 7.4

1.5.2

02 Aug 05:52
0e8fe72
Compare
Choose a tag to compare

Composer: Added missing php module requirements (#590)
Support for Redis password and database (#589)
Fix travis tests (#576)
Support PHPUnit 6 (#565)
URL Fragment should never be part of the request to the server (#564)
Use force_fsockopen & curl_options for autodiscovery. (#561)

1.5.1

12 Nov 02:06
db9fff2
Compare
Choose a tag to compare
1.5.1 (#559)

* Revert sanitisation type change for author and category.

* Check if the Sanitize class has been changed and update the registry.
Also preference links in the headers over links in the body to
comply with WebSub specification.

* Improvements to mf2 feed parsing.

* Switch from regex to xpath for microformats discovery.

* 1.5.1 release.

* Remove PHP 5.3 from testing.

1.5

17 Apr 07:33
Compare
Choose a tag to compare
1.5
Merge pull request #510 from mblaney/master

Version bump to 1.5 due to changes to Category class.

1.4.3

27 Nov 01:41
Compare
Choose a tag to compare
Merge pull request #495 from mblaney/master

New release 1.4.3

1.4.2

14 Jun 05:58
Compare
Choose a tag to compare

This release fixes an IRI parsing bug reported recently. It also replaces regex used to find rel links with xpath, and more cleanly separates microformats discovery and parsing when php-mf2 is not included.

I've also been running SimplePie with all error reporting turned on for a few weeks and fixed some Notice errors that occurred infrequently.

1.4.1

02 Jun 07:08
Compare
Choose a tag to compare

New release 1.4.1:

This was prompted by an inconsistent hash result in SimplePie_Item->get_id().
Please note that if you relied on this feature, the returned id's will again change, but hopefully for the last time.
Includes other minor bug fixes and improved support for microformats feeds.

1.4

25 Apr 23:49
Compare
Choose a tag to compare
1.4
Merge pull request #442 from mblaney/master

Update version to 1.4.

1.4 beta

11 Apr 01:53
Compare
Choose a tag to compare
1.4 beta Pre-release
Pre-release
Merge pull request #436 from mblaney/remove_version_header

Remove version header from most files, update version to 1.4-beta.