Skip to content

Commit 12a7144

Browse files
committed
Updated changelog
1 parent 12674b7 commit 12a7144

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Fixes # (issue)
99
- [ ] My CI is :green_circle:
1010
- [ ] I have covered by unit tests my new code (check build/coverage for coverage report)
1111
- [ ] I have updated the [documentation](https://github.com/PHPOffice/PHPWord/tree/master/docs) to describe the changes
12-
- [ ] I have updated the [changelog](https://github.com/PHPOffice/PHPWord/blob/master/docs/changes/2.x/2.0.0.md)
12+
- [ ] I have updated the [changelog](https://github.com/PHPOffice/PHPWord/blob/master/docs/changes/1.x/1.4.0.md)

docs/changes/1.x/1.3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1.3.0](https://github.com/PHPOffice/PHPWord/tree/1.3.0) (WIP)
1+
# [1.3.0](https://github.com/PHPOffice/PHPWord/tree/1.3.0)
22

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

docs/changes/1.x/1.4.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# [1.4.0](https://github.com/PHPOffice/PHPWord/tree/1.4.0) (WIP)
2+
3+
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/1.3.0...1.4.0)
4+
5+
## Enhancements
6+
7+
8+
### Bug fixes
9+
10+
11+
### Miscellaneous
12+
13+
- Bump dompdf/dompdf from 2.0.4 to 3.0.0 by [@dependabot](https://github.com/dependabot) in [#2666](https://github.com/PHPOffice/PHPWord/pull/2666)
14+
15+
### BC Breaks

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ nav:
8787
- Credits: 'credits.md'
8888
- Releases:
8989
- '1.x':
90-
- '1.3.0 (WIP)': 'changes/1.x/1.3.0.md'
90+
- '1.4.0 (WIP)': 'changes/1.x/1.4.0.md'
91+
- '1.3.0': 'changes/1.x/1.3.0.md'
9192
- '1.2.0': 'changes/1.x/1.2.0.md'
9293
- '1.1.0': 'changes/1.x/1.1.0.md'
9394
- '1.0.0': 'changes/1.x/1.0.0.md'

0 commit comments

Comments
 (0)