Laminas Feed Versions Save

Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.

2.14.1

3 years ago

2.14.1 - 2021-04-01


Release Notes for 2.14.1

Fixed

  • Fixes the behavior of Laminas\PubSubHubbub\Publisher::notifyAll() to actually send requests to the various hubs associated with the instance; previously, it did not.

2.14.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.14.0

3 years ago

2.14.0 - 2021-03-16


Release Notes for 2.14.0

Added

2.14.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

2.13.1

3 years ago

2.13.1 - 2021-01-04

Fixed

  • #33 fixes an issue whereby parsing a feed entry date that is in an incorrect format was incorrectly causing a null value to be returned for the date, rather than correctly throwing an exception.

Release Notes for 2.13.1

2.13.x bugfix release (patch)

2.13.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

2.13.0

3 years ago

2.13.0 - 2020-11-18

Added

  • #28 Adds Psalm as QA tool
  • #29 Adds PHP 8.0 support

Removed

  • #29 Dropped support for laminas-servicemanager less than v3.3

Release Notes for 2.13.0

next feature release (minor)

2.13.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Enhancement,hacktoberfest-accepted

2.12.3

3 years ago

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #21 fixes the writer extension of iTunes to support valid values for the itunes:explicit element.

2.12.2

4 years ago

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-feed:^2.12.0.

2.12.1

4 years ago

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 fixes regular expression to extract content from atom feeds.