Skip to content

Releases: laminas/laminas-mime

2.12.0

02 Nov 16:48
2.12.0
08cc544
Compare
Choose a tag to compare

Release Notes for 2.12.0

Feature release (minor)

2.12.0

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

Enhancement

2.11.0

18 Oct 08:38
2.11.0
60ec04b
Compare
Choose a tag to compare

Release Notes for 2.11.0

Feature release (minor)

2.11.0

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

Enhancement

2.10.0

30 Aug 09:39
2.10.0
62a899a
Compare
Choose a tag to compare

Release Notes for 2.10.0

Feature release (minor)

2.10.0

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

Enhancement

Bug,Enhancement

Bug

2.9.1

20 Sep 21:21
2.9.1
72d21a1
Compare
Choose a tag to compare

Release Notes for 2.9.1

2.9.x bugfix release (patch)

2.9.1

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

Bug

2.9.0

03 Sep 02:19
2.9.0
02cc861
Compare
Choose a tag to compare

Release Notes for 2.9.0

Feature release (minor)

2.9.0

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

Enhancement

2.8.0

16 Feb 17:42
2.8.0
9a59704
Compare
Choose a tag to compare

Release Notes for 2.8.0

Added

  • Adds support for PHP 8.0.

Removed

  • Removes support for PHP versions prior to 7.3.

2.8.0

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

Enhancement

laminas-mime 2.7.4

29 Mar 13:13
2.7.4
e45a7d8
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-mime:^2.7.2.

laminas-mime 2.7.3

06 Mar 08:39
2.7.3
e844abb
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #10 improves implementation of Mime::encodeQuotedPrintable() for big strings by avoiding copying of the whole string in the loop.