File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ language: php
6
6
matrix :
7
7
fast_finish : true
8
8
include :
9
- - env : DB=mysql; MW=REL1_27 TYPE=coverage
9
+ - env : DB=mysql; MW=REL1_31; TYPE=coverage; PHPUNIT=4.8.*
10
10
php : 5.6
11
- - env : DB=sqlite; MW=REL1_29; PHPUNIT=4.8.*
12
- php : 5.6
13
- - env : DB=mysql; MW=master; PHPUNIT=5.7.*
11
+ - env : DB=sqlite; MW=REL1_32; PHPUNIT=5.7.*
14
12
php : 7.1
13
+ - env : DB=mysql; MW=master; PHPUNIT=6.5.*
14
+ php : 7.2
15
15
16
16
install :
17
17
- bash ./tests/travis/install-mediawiki.sh
Original file line number Diff line number Diff line change 1
1
This file contains the RELEASE-NOTES of the Mermaid extension.
2
2
3
+ ### 2.1.0
4
+
5
+ Released on March 5, 2019.
6
+
7
+ * Drops support for MediaWiki 1.30 and earlier
8
+ * Removes deprecated ` mediawiki.api.parse ` alias
9
+
3
10
### 2.0.0
4
11
5
- Released on February 18, 2019
12
+ Released on February 18, 2019.
6
13
7
14
* Updates to using version 8.0.0 of the mermaid script language.
8
15
* Translation updates from https://translatewiki.net
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Mermaid" ,
3
- "version" : " 2.1.0-alpha " ,
3
+ "version" : " 2.1.0" ,
4
4
"author" : [
5
5
" James Hong Kong"
6
6
],
9
9
"license-name" : " GPL-2.0-or-later" ,
10
10
"type" : " parserhook" ,
11
11
"requires" : {
12
- "MediaWiki" : " >= 1.27 "
12
+ "MediaWiki" : " >= 1.31 "
13
13
},
14
14
"MessagesDirs" : {
15
15
"Mermaid" : [
20
20
"ExtensionFunctions" : [
21
21
" Mermaid::onExtensionFunction"
22
22
],
23
- "load_composer_autoloader" :true ,
24
- "manifest_version" : 1
23
+ "load_composer_autoloader" : true ,
24
+ "manifest_version" : 2
25
25
}
You can’t perform that action at this time.
0 commit comments