Releases: hfig/MAPI
v1.4.1 Add returntypes where possible
What's Changed
Full Changelog: v1.4.0...v1.4.1
v1.3.0 pear/ole 1.0 stable is here
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
v1.2.0: Support PHP 8, refactoring to incorporate library improvements
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()
v1.1.2: Merge pull request #16 from unstoppablecarl/patch-1
- 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
Fix for parsing PT_CLSID property. Contributed by @adjenks
Fixes to time handling, helpers etc
@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
Further compatibility fix for PHP 7.2+ (thanks @khorsky)
Compat fixes; cleaner dependencies
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.