Releases: PHPOffice/Common
Releases · PHPOffice/Common
1.0.3
What's Changed
- ZipAdapter: Allow to add a file with no compression by @Progi1984 in #55
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Fix small readme error by @Cruiser13 in #50
- Added support for PHP 8.2 & 8.3 by @Progi1984 in #52
- Fix pointsToEmu calculation by @SunflowerFuchs in #51
- Remove leading slash when required by @Garrcomm in #53
- Merge
master
fromdevelop
by @Progi1984 in #54
New Contributors
- @Cruiser13 made their first contribution in #50
- @SunflowerFuchs made their first contribution in #51
Full Changelog: 1.0.1...1.0.2
1.0.1
Changes
- PHP 8.1 compatiblity - @PowerKiKi
1.0.0
Changes
- #44 : pointsToCentimeters accept float as parameter - @Progi1984
- #43 : Fixed typing & Added conversion from points to EMU - @Progi1984
- #42 : Added conversion from centimeters to points - @Progi1984
- #41 : Fixed Drawing pixelsToPoints and twipsToPixels ratios - @Progi1984
- #40 : Improved Unit Tests - @Progi1984
- #39 : Fixed some errors - @Progi1984
- #38 : Improve project - @Progi1984
- #30 : Simplify calls to libxml_disable_entity_loader - @troosan
- #29 : Ensure that library re-sets original xml entity loading value after doing what is needed - @seamuslee001
- #27 : Added PHP 7.3 support for travis - @arzurchris
- #26 : Add PHPDocs - @tolbon
v0.2.9
v0.2.8
Features
- Assert zip adapters return values (#14) by @PowerKiKi
- Utility to get an Office compatible hash of a password (#15) by @troosan
- Unit tests on PHP 7.1 & PHP 7.2 (#16) by @Progi1984
- Added possibility to register namespaces to DOMXpath (#17) by @troosan
- Write attribute's value of type float independently of locale (#21) by @Trainmaster