Skip to content

Commit 13c4f1f

Browse files
committed
Revert "Release 1.2.0"
This reverts commit 5636758. Because there is still a blocking issue according to #859 (comment)
1 parent 91553ed commit 13c4f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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/PHPPresentation/tree/develop/docs) to describe the changes
12-
- [ ] I have updated the [changelog](https://github.com/PHPOffice/PHPPresentation/blob/develop/docs/changes/1.3.0.md)
12+
- [ ] I have updated the [changelog](https://github.com/PHPOffice/PHPPresentation/blob/develop/docs/changes/1.1.0.md)

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ nav:
5252
- Introduction: 'usage/slides/introduction.md'
5353
- Animations: 'usage/slides/animation.md'
5454
- Layouts: 'usage/slides/layout.md'
55-
- Shapes:
55+
- Shapes:
5656
- Introduction: 'usage/shapes/introduction.md'
5757
- AutoShape: 'usage/shapes/autoshape.md'
5858
- Chart: 'usage/shapes/chart.md'
@@ -67,7 +67,7 @@ nav:
6767
- FAQ: 'faq.md'
6868
- Credits: 'credits.md'
6969
- Releases:
70-
- '1.2.0': 'changes/1.2.0.md'
70+
- '1.2.0 (WIP)': 'changes/1.2.0.md'
7171
- '1.1.0': 'changes/1.1.0.md'
7272
- '1.0.0': 'changes/1.0.0.md'
7373
- '0.9.0': 'changes/0.9.0.md'

0 commit comments

Comments
 (0)