Skip to content

Commit 0026475

Browse files
committed
Prepare to release 2.5.0
1 parent 44dc6f8 commit 0026475

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
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.5.0] - 2024-07-22
10+
911
### Added
1012

1113
- The `AttributesExtension` now supports attributes without values (#985, #986)
@@ -605,7 +607,8 @@ No changes were introduced since the previous release.
605607
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
606608
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
607609

608-
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.4.4...main
610+
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.5.0....main
611+
[2.5.0]: https://github.com/thephpleague/commonmark/compare/2.4.4...2.5.0
609612
[2.4.4]: https://github.com/thephpleague/commonmark/compare/2.4.3...2.4.4
610613
[2.4.3]: https://github.com/thephpleague/commonmark/compare/2.4.2...2.4.3
611614
[2.4.2]: https://github.com/thephpleague/commonmark/compare/2.4.1...2.4.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"extra": {
114114
"branch-alias": {
115-
"dev-main": "2.5-dev"
115+
"dev-main": "2.6-dev"
116116
}
117117
},
118118
"config": {

docs/2.5/upgrading.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ redirect_from: /upgrading/
66
---
77

88
# Upgrading from 2.4 to 2.5
9+
10+
These are no significant changes since 2.4.

docs/_data/menu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@ version:
453453
upgrading:
454454
Upgrading Guide:
455455
Release Notes: '/releases/'
456+
From 2.4 to 2.5: '/2.5/upgrading'
457+
From 2.3 to 2.4: '/2.4/upgrading'
458+
From 2.2 to 2.3: '/2.3/upgrading'
456459
From 2.1 to 2.2: '/2.2/upgrading'
457460
From 2.0 to 2.1: '/2.1/upgrading'
458461
From 1.6 to 2.0: '/2.0/upgrading'

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.4'
7+
default_version: '2.5'
88
releases:
9-
next:
9+
current:
1010
'2.5':
1111
documentation_link: '/2.5/'
12-
current:
12+
previous:
1313
'2.4':
1414
documentation_link: '/2.4/'
15-
previous:
15+
legacy:
1616
'2.3':
1717
documentation_link: '/2.3/'
18-
legacy:
1918
'2.2':
2019
documentation_link: '/2.2/'
2120
'2.1':

0 commit comments

Comments
 (0)