Mediawiki 1.43: Difference between revisions
No edit summary |
Add 1.41 |
||
| Line 7: | Line 7: | ||
* The OpenSSL PHP extension is required. | * The OpenSSL PHP extension is required. | ||
* If you use the [[mediawikiwiki:Extension:Linter|Linter extension]] (which helps you to avoid syntax problems in your wikitext) pay special attention: while <code>update.php</code> will handle updates to the Linter database table with two migration scripts, they can take a long time to run. To avoid downtime, you ''can'' run the scripts independent of the code upgrade - but if you want to do that then you must already be running (upgrade first to) v1.42. | * If you use the [[mediawikiwiki:Extension:Linter|Linter extension]] (which helps you to avoid syntax problems in your wikitext) pay special attention: while <code>update.php</code> will handle updates to the Linter database table with two migration scripts, they can take a long time to run. To avoid downtime, you ''can'' run the scripts independent of the code upgrade - but if you want to do that then you must already be running (upgrade first to) v1.42. | ||
To get to 1.43, we'll be upgrading from the prior LTS version: '''1.39'''. So, it is imperative to understand the changes taking place in 1.40, 1.41 and 1.42. | |||
== Upgrade notes for 1.40 == | == Upgrade notes for 1.40 == | ||
| Line 30: | Line 33: | ||
[[mediawikiwiki:Release_notes/1.40#Breaking_changes_in_1.40|Breaking changes in 1.40]] | [[mediawikiwiki:Release_notes/1.40#Breaking_changes_in_1.40|Breaking changes in 1.40]] | ||
== Upgrade notes for 1.41 == | |||
Like before, see the ProWiki write-up [https://www.pro.wiki/articles/mediawiki-141-is-new Exploring the New MediaWiki 1.41] | |||
And, of course, review the full details in the [[mediawikiwiki:Release_notes/1.41|Release notes for 1.41]] | |||
[[Category:MediaWiki]] | [[Category:MediaWiki]] | ||