Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bovender committed Dec 31, 2019
2 parents b601880 + b221792 commit 9cd01d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile can be used to create a Docker image/container
# that runs the unit tests on the PubmedParser extension.
FROM mediawiki:1.32
FROM mediawiki:1.34
MAINTAINER Daniel Kraus (https://www.bovender.de)
RUN apt update -yqq && \
apt install -yqq \
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.1][] - 2019-12-31

### Fixed

- Fix vesion number.

## [5.0.0][] - 2019-12-31

### Fixed
Expand Down Expand Up @@ -92,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.0.0][] - 2014-09-10

[5.0.1]: https://github.com/bovender/PubmedParser/releases/tag/v5.0.1
[5.0.0]: https://github.com/bovender/PubmedParser/releases/tag/v5.0.0
[4.0.5]: https://github.com/bovender/PubmedParser/releases/tag/v4.0.5
[4.0.4]: https://github.com/bovender/PubmedParser/releases/tag/v4.0.4
Expand Down
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "PubmedParser",
"type": "parserhook",
"url": "https://www.mediawiki.org/wiki/Extension:PubmedParser",
"version": "4.0.3",
"version": "5.0.1",
"license-name": "GPL-2.0+",
"descriptionmsg": "pubmedparser-desc",
"requires": {
"MediaWiki": ">= 1.25.0"
"MediaWiki": ">= 1.28.0"
},
"AutoloadClasses": {
"PubmedParser\\Extension": "includes/PubmedParser_Extension.php",
Expand Down

0 comments on commit 9cd01d8

Please sign in to comment.