Skip to content

Commit 8f8e3fe

Browse files
committed
Prepare for the 4.3.0 release
1 parent 2ea1ab9 commit 8f8e3fe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

55
## [Unreleased][unreleased]
6+
7+
## [4.3.0]
8+
### Added
9+
- Added full support for PHP 7.0 and 7.1
10+
611
### Changed
712
- Changed `<pre>` and `<pre><code>` conversions to use backticks instead of indendation (#102)
813

@@ -158,7 +163,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
158163
### Added
159164
- Initial release
160165

161-
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.2.2...master
166+
[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.3.0...master
167+
[4.3.0]: https://github.com/thephpleague/html-to-markdown/compare/4.2.2...4.3.0
162168
[4.2.2]: https://github.com/thephpleague/html-to-markdown/compare/4.2.1...4.2.2
163169
[4.2.1]: https://github.com/thephpleague/html-to-markdown/compare/4.2.0...4.2.1
164170
[4.2.0]: https://github.com/thephpleague/html-to-markdown/compare/4.1.1...4.2.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"bin": ["bin/html-to-markdown"],
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "4.3-dev"
45+
"dev-master": "4.4-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)