Skip to content

Commit

Permalink
Prepare to release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jul 22, 2024
1 parent 44dc6f8 commit 0026475
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [2.5.0] - 2024-07-22

### Added

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

[unreleased]: https://github.com/thephpleague/commonmark/compare/2.4.4...main
[unreleased]: https://github.com/thephpleague/commonmark/compare/2.5.0....main
[2.5.0]: https://github.com/thephpleague/commonmark/compare/2.4.4...2.5.0
[2.4.4]: https://github.com/thephpleague/commonmark/compare/2.4.3...2.4.4
[2.4.3]: https://github.com/thephpleague/commonmark/compare/2.4.2...2.4.3
[2.4.2]: https://github.com/thephpleague/commonmark/compare/2.4.1...2.4.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "2.6-dev"
}
},
"config": {
Expand Down
2 changes: 2 additions & 0 deletions docs/2.5/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ redirect_from: /upgrading/
---

# Upgrading from 2.4 to 2.5

These are no significant changes since 2.4.
3 changes: 3 additions & 0 deletions docs/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ version:
upgrading:
Upgrading Guide:
Release Notes: '/releases/'
From 2.4 to 2.5: '/2.5/upgrading'
From 2.3 to 2.4: '/2.4/upgrading'
From 2.2 to 2.3: '/2.3/upgrading'
From 2.1 to 2.2: '/2.2/upgrading'
From 2.0 to 2.1: '/2.1/upgrading'
From 1.6 to 2.0: '/2.0/upgrading'
Expand Down
9 changes: 4 additions & 5 deletions docs/_data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ description: PHP Markdown parser featuring support for CommonMark, GFM, and cust
site_title: CommonMark for PHP
google_analytics_tracking_id: UA-137970568-1
repository: commonmark
default_version: '2.4'
default_version: '2.5'
releases:
next:
current:
'2.5':
documentation_link: '/2.5/'
current:
previous:
'2.4':
documentation_link: '/2.4/'
previous:
legacy:
'2.3':
documentation_link: '/2.3/'
legacy:
'2.2':
documentation_link: '/2.2/'
'2.1':
Expand Down

0 comments on commit 0026475

Please sign in to comment.