Skip to content

Releases: laminas/laminas-feed

2.15.0

20 Sep 18:11
2.15.0
3ef837a
Compare
Choose a tag to compare

2.15.0 - 2021-09-20


Release Notes for 2.15.0

Feature release (minor)

2.15.0

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

Enhancement

Duplicate,Enhancement

2.14.1

01 Apr 19:26
2.14.1
463fdae
Compare
Choose a tag to compare

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

16 Mar 16:01
2.14.0
85cf475
Compare
Choose a tag to compare

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

04 Jan 19:20
2.13.1
45d3670
Compare
Choose a tag to compare

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

18 Nov 21:02
2.13.0
fb89aac
Compare
Choose a tag to compare

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

laminas-feed 2.12.3

18 Aug 13:48
2.12.3
3c91415
Compare
Choose a tag to compare

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.

laminas-feed 2.12.2

29 Mar 12:37
2.12.2
8a193ac
Compare
Choose a tag to compare

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.

laminas-feed 2.12.1

23 Mar 10:41
2.12.1
c935699
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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