Skip to content

Releases: hfig/MAPI

v1.3.0 pear/ole 1.0 stable is here

10 May 12:55
122fd5f
Compare
Choose a tag to compare

What's Changed

  • Update symfony/yaml requirement support 7.x by @Arzaroth in #45
  • Change pear/ole requirement to v1.0 stable now it exists (after all these years).

Full Changelog: v1.3.0...v1.4.0

v1.3.0 Update supported dependency versions, workaround for handling errors in MIME conversion

12 Jun 07:45
0ed571e
Compare
Choose a tag to compare

v1.2.0: Support PHP 8, refactoring to incorporate library improvements

18 Mar 09:40
692ff02
Compare
Choose a tag to compare

This release adds support for PHP 8 and cleans up the code of this package after some fixes were accepted in dependent packages (that is, in the pear/ole library)

Thanks to @risototh and @ChristianVermeulen

Fix DocumentFactory::createFromStream()

05 Dec 06:35
8fa6f64
Compare
Choose a tag to compare

Fix to DocumentFactory::createFromStream() on 64-bit systems. Ported across from pear/ole

Thanks @risototh and original fix to pear/ole by @khorsky

v1.1.2: Merge pull request #16 from unstoppablecarl/patch-1

23 Aug 08:14
0d2c767
Compare
Choose a tag to compare
  • Update supported dependencies
  • Remove redundant code
  • Some QoL improvements

Thanks to contributors @unstoppablecarl @Arzaroth @sietzekeuning

v1.1.1: Merge pull request #8 from adjenks/master

21 Nov 11:37
27e4d0a
Compare
Choose a tag to compare

Fix for parsing PT_CLSID property. Contributed by @adjenks

Fixes to time handling, helpers etc

26 Sep 07:46
f4bb97b
Compare
Choose a tag to compare

@Zombaya has contributed fixes to time handling, some additional helper methods, minor code cleanups and the basics of tests.

A side effect of the PR is the required PHP version is bumped to 7.1. This breaks semver to release as a v1 release, but this library has negligible use and PHP7.0 is old now. Raise an issue if it's an issue for you. Pin your repo to ^v1.0 as a workaround.

v1.0.3: Merge pull request #2 from khorsky/php72-compatibility

27 Jan 10:49
a4ce7d7
Compare
Choose a tag to compare

Further compatibility fix for PHP 7.2+ (thanks @khorsky)

Compat fixes; cleaner dependencies

19 Nov 11:31
2025d1a
Compare
Choose a tag to compare

Fixed compatibility with PHP 7.2 (thanks @khorsky). Switch OLE library from fork to the latest RC of pear/ole which includes the needed fix for the small block stream issue.