Releases: bovender/LinkTitles
Releases · bovender/LinkTitles
Version 8.1.1
Version 8.1.0
New
- Added a
--verbose
(-v
) option to the commandline script. - Added a 'shebang' line to the commandline script so that it can be invoked
directly.
Fixed
- Ensure compatibility with the PageForms extension (#58)
Version 8.0.1
Fixed
- Fixed a regression concerning
linktitles-cli
progress display that was
introduced in v8.0.0. - Prevent a division-by-zero error that could occur on the LinkTitles special
page (#55). - Fixed the message that is shown when linking that was triggered from the
special page has been completed.
Version 8.0.0
Changed
- The minimum required version of MediaWiki is now 1.35.
- The values of
data-*
attributes in HTML tags are now being ignored.
Fixed
- Replace PageContentSave with MultiContentSave to fix compatibility with MediaWiki 1.35.
- The default value for wgLinkTitlesParseOnRender is change back to
false
as support
for MediaWiki 1.35+ is fixed. - Progress reporting by
linktitles-cli.php
is no longer incorrect when a start
page is defined.
Version 6.0.0
Changed
- Because automatic linking upon page save no longer works with MediaWiki
versions 1.32 and newer, the default value of the$wgLinkTitlesParseOnRender
is nowtrue
. Please seeREADME.md
for more information.
Fixed
- Prevent crash that occurred with MediaWiki version 1.34 due to a renamed
constant (DB_SLAVE was renamed to DB_REPLICA). NOTE that the minimum
required version of MediaWiki is now 1.28 (which is an obsolete version).
Version 5.0.7
- Fix: Improve handling of page titles that start or end with numbers.
Version 5.0.6
- Fix: Do not link inside
<syntaxhighlight></syntaxhighlight>
tags.
Version 5.0.5
- Fix: Avoid errors with SQLite database.
Version 5.0.4
- Fix: Many pages would not be linked.
This is an important bug fix!
Version 5.0.3
- Fix: tag was broken.
- Fix: tag did not work in parse-on-render mode.