Skip to content

Commit 6fbb36d

Browse files
committed
Prepare to release 2.7.0
1 parent f0d626c commit 6fbb36d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
66

77
## [Unreleased][unreleased]
88

9+
## [2.7.0]
10+
911
This is a **security release** to address a potential cross-site scripting (XSS) vulnerability when using the `AttributesExtension` with untrusted user input.
1012

1113
### Added
@@ -698,7 +700,8 @@ No changes were introduced since the previous release.
698700
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
699701
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
700702

701-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.6.1...2.6.2
703+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.7.0...HEAD
704+
[2.7.0]: https://github.com/thephpleague/commonmark/compare/2.6.2...2.7.0
702705
[2.6.2]: https://github.com/thephpleague/commonmark/compare/2.6.1...2.6.2
703706
[2.6.1]: https://github.com/thephpleague/commonmark/compare/2.6.0...2.6.1
704707
[2.6.0]: https://github.com/thephpleague/commonmark/compare/2.5.3...2.6.0

docs/_data/project.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ description: PHP Markdown parser featuring support for CommonMark, GFM, and cust
44
site_title: CommonMark for PHP
55
google_analytics_tracking_id: UA-137970568-1
66
repository: commonmark
7-
default_version: '2.6'
7+
default_version: '2.7'
88
releases:
9-
next:
9+
current:
1010
'2.7':
1111
documentation_link: '/2.7/'
12-
current:
12+
previous:
1313
'2.6':
1414
documentation_link: '/2.6/'
15-
previous:
15+
legacy:
1616
'2.5':
1717
documentation_link: '/2.5/'
18-
legacy:
1918
'2.4':
2019
documentation_link: '/2.4/'
2120
'2.3':

0 commit comments

Comments
 (0)