Skip to content

Commit

Permalink
2.1.0 release (#28)
Browse files Browse the repository at this point in the history
* Update README.md
* Update RELEASE-NOTES.md
* Update .travis.yml
* Update extension.json
  • Loading branch information
kghbln authored Mar 5, 2019
1 parent 5f7d8d2 commit dac5a8b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ language: php
matrix:
fast_finish: true
include:
- env: DB=mysql; MW=REL1_27 TYPE=coverage
- env: DB=mysql; MW=REL1_31; TYPE=coverage; PHPUNIT=4.8.*
php: 5.6
- env: DB=sqlite; MW=REL1_29; PHPUNIT=4.8.*
php: 5.6
- env: DB=mysql; MW=master; PHPUNIT=5.7.*
- env: DB=sqlite; MW=REL1_32; PHPUNIT=5.7.*
php: 7.1
- env: DB=mysql; MW=master; PHPUNIT=6.5.*
php: 7.2

install:
- bash ./tests/travis/install-mediawiki.sh
Expand Down
9 changes: 8 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
This file contains the RELEASE-NOTES of the Mermaid extension.

### 2.1.0

Released on March 5, 2019.

* Drops support for MediaWiki 1.30 and earlier
* Removes deprecated `mediawiki.api.parse` alias

### 2.0.0

Released on February 18, 2019
Released on February 18, 2019.

* Updates to using version 8.0.0 of the mermaid script language.
* Translation updates from https://translatewiki.net
Expand Down
8 changes: 4 additions & 4 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mermaid",
"version": "2.1.0-alpha",
"version": "2.1.0",
"author": [
"James Hong Kong"
],
Expand All @@ -9,7 +9,7 @@
"license-name": "GPL-2.0-or-later",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.27"
"MediaWiki": ">= 1.31"
},
"MessagesDirs": {
"Mermaid": [
Expand All @@ -20,6 +20,6 @@
"ExtensionFunctions": [
"Mermaid::onExtensionFunction"
],
"load_composer_autoloader":true,
"manifest_version": 1
"load_composer_autoloader": true,
"manifest_version": 2
}

0 comments on commit dac5a8b

Please sign in to comment.