mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Version 2.4.0 information.
This commit is contained in:
@ -155,7 +155,7 @@
|
|||||||
'name' => 'LinkTitles',
|
'name' => 'LinkTitles',
|
||||||
'author' => '[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
|
'author' => '[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
|
||||||
'url' => 'https://www.mediawiki.org/wiki/Extension:LinkTitles',
|
'url' => 'https://www.mediawiki.org/wiki/Extension:LinkTitles',
|
||||||
'version' => '2.3.1',
|
'version' => '2.4.0',
|
||||||
'descriptionmsg' => 'linktitles-desc'
|
'descriptionmsg' => 'linktitles-desc'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
12
NEWS
12
NEWS
@ -1,3 +1,13 @@
|
|||||||
|
LinkTitles 2.4.0: 2014-06-06
|
||||||
|
* Prevent linking to self via redirects.
|
||||||
|
* Prevent linking inside <pre>, <html>, and <script> tags.
|
||||||
|
* Prevent linking inside attributes of div and span tags as well as in style
|
||||||
|
and class tags (e.g., in Wiki tables).
|
||||||
|
* Increase performance in smart mode.
|
||||||
|
* Implement batch-processing features (special page for sysops and
|
||||||
|
maintenance script)
|
||||||
|
* Source code is now fully documented.
|
||||||
|
|
||||||
LinkTitles 2.3.1: 2013-08-29
|
LinkTitles 2.3.1: 2013-08-29
|
||||||
* Fix bug introduced with 2.3.0 that prevented the extension from working...
|
* Fix bug introduced with 2.3.0 that prevented the extension from working...
|
||||||
|
|
||||||
@ -95,4 +105,4 @@ LinkTitles 0.0.2: 2012-05-20
|
|||||||
LinkTitles 0.0.1: 2012-05-20
|
LinkTitles 0.0.1: 2012-05-20
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
# vim: tw=76:fo=tqn:flp=^\*\s
|
# vim: tw=76:fo=tqn:flp=^\\*\\s+
|
||||||
|
2
gh-pages
2
gh-pages
Submodule gh-pages updated: a18c05f64a...5c3bdd596d
Reference in New Issue
Block a user