Merge branch 'release-5.0.2' into develop

This commit is contained in:
Daniel Kraus
2017-09-05 13:31:24 +02:00
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Version 5.0.2 (2017-09-05)
------------------------------------------------------------------------
- Fix: Better detection of <span> and <div> elements that do not have attributes.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Version 5.0.1 (2017-09-03) Version 5.0.1 (2017-09-03)
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@
], ],
"type": "parserhook", "type": "parserhook",
"url": "https://www.mediawiki.org/wiki/Extension:LinkTitles", "url": "https://www.mediawiki.org/wiki/Extension:LinkTitles",
"version": "5.0.1", "version": "5.0.2",
"license-name": "GPL-2.0+", "license-name": "GPL-2.0+",
"descriptionmsg": "linktitles-desc", "descriptionmsg": "linktitles-desc",
"requires": { "requires": {