This repository was archived by the owner on Apr 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] [ unreleased ]
9
9
10
+ ## [ 1.0.0-beta1] - 2019-05-27
11
+
12
+ ### Changed
13
+
14
+ - Marked extension as compatible with ` league/commonmark ` 1.0.0-beta1
15
+
10
16
## [ 0.3.0] - 2019-04-10
11
17
12
18
### Changed
@@ -41,7 +47,8 @@ This release brings the email and URL autolink processors into alignment with th
41
47
42
48
Initial release!
43
49
44
- [ unreleased ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.3.0...HEAD
50
+ [ unreleased ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta1...HEAD
51
+ [ 1.0.0-beta1 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.3.0...v1.0.0-beta1
45
52
[ 0.3.0 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.2.1...v0.3.0
46
53
[ 0.2.1 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.2.0...v0.2.1
47
54
[ 0.2.0 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^7.1" ,
18
- "league/commonmark" : " ^0.19"
18
+ "league/commonmark" : " ^0.19 || ^1.0-beta "
19
19
},
20
20
"require-dev" : {
21
21
"phpunit/phpunit" : " ^7.5"
35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 0.4 -dev"
38
+ "dev-master" : " 1.0 -dev"
39
39
}
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments