Skip to content

Commit 3527052

Browse files
committed
Suggestions from @Progi1984
1 parent bf9e2b0 commit 3527052

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

docs/changes/1.x/1.3.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# [1.2.0](https://github.com/PHPOffice/PHPWord/tree/1.2.0) (WIP)
2+
3+
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/1.2.0...1.3.0)
4+
5+
## Enhancements
6+
7+
### Bug fixes
8+
9+
- MsDoc Reader : Correct Font Size Calculation by [@oleibman](https://github.com/oleibman) Issue [#2526](https://github.com/PHPOffice/PHPWord/issues/2526) PR [#2531](https://github.com/PHPOffice/PHPWord/pull/2531)
10+
11+
### Miscellaneous
12+
13+
14+
### BC Breaks

tests/PhpWordTests/Reader/MsDocTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testLoad(): void
6262

6363
public function testLoadHalfPointFont(): void
6464
{
65-
$filename = __DIR__ . '/../_files/documents/word.2526.doc';
65+
$filename = __DIR__ . '/../_files/documents/reader.font-halfpoint.doc ';
6666
$phpWord = IOFactory::load($filename, 'MsDoc');
6767
$sections = $phpWord->getSections();
6868
self::assertCount(1, $sections);

0 commit comments

Comments
 (0)