Skip to content

Commit 6d75328

Browse files
authored
Release 1.4.0 (#2786)
1 parent 44e6c26 commit 6d75328

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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/1.x/1.4.0.md)
12+
- [ ] I have updated the [changelog](https://github.com/PHPOffice/PHPWord/blob/master/docs/changes/1.x/1.5.0.md)

docs/changes/1.x/1.4.0.md

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

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

docs/changes/1.x/1.5.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# [1.5.0](https://github.com/PHPOffice/PHPWord/tree/1.5.0) (WIP)
2+
3+
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/1.4.0...1.5.0)
4+
5+
## Enhancements
6+
7+
### Bug fixes
8+
9+
### Miscellaneous
10+
11+
### Deprecations
12+
13+
### BC Breaks
14+
15+
### Notes

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ nav:
8888
- Credits: 'credits.md'
8989
- Releases:
9090
- '1.x':
91-
- '1.4.0 (WIP)': 'changes/1.x/1.4.0.md'
91+
- '1.5.0 (WIP)': 'changes/1.x/1.5.0.md'
92+
- '1.4.0': 'changes/1.x/1.4.0.md'
9293
- '1.3.0': 'changes/1.x/1.3.0.md'
9394
- '1.2.0': 'changes/1.x/1.2.0.md'
9495
- '1.1.0': 'changes/1.x/1.1.0.md'

0 commit comments

Comments
 (0)