Skip to content

Commit be3ba17

Browse files
authored
Merge pull request #2530 from PHPOffice/dependabot/composer/dompdf/dompdf-2.0.4
Bump dompdf/dompdf from 2.0.3 to 2.0.4
2 parents 903c7a3 + bb74fb1 commit be3ba17

File tree

5 files changed

+41
-36
lines changed

5 files changed

+41
-36
lines changed

composer.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/changes/1.x/1.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1.2.0](https://github.com/PHPOffice/PHPWord/tree/1.2.0) (WIP)
1+
# [1.2.0](https://github.com/PHPOffice/PHPWord/tree/1.2.0)
22

33
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/1.1.0...1.2.0)
44

docs/changes/1.x/1.3.0.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/changes/2.x/2.0.0.md

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

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ nav:
8686
- How to: 'howto.md'
8787
- Credits: 'credits.md'
8888
- Releases:
89+
- '2.x':
90+
- '2.0.0 (WIP)': 'changes/2.x/2.0.0.md'
8991
- '1.x':
90-
- '1.2.0 (WIP)': 'changes/1.x/1.2.0.md'
92+
- '1.2.0': 'changes/1.x/1.2.0.md'
9193
- '1.1.0': 'changes/1.x/1.1.0.md'
9294
- '1.0.0': 'changes/1.x/1.0.0.md'
9395
- '0.x':

0 commit comments

Comments
 (0)