Deprecate use of dynamic properties attached to Parser
[mediawiki.git] / RELEASE-NOTES-1.43
blobe5f8030bb4c6b484c942927b5b6972ceae8c93c9
1 = MediaWiki 1.43 =
3 == MediaWiki 1.43.0-PRERELEASE ==
5 THIS IS NOT A RELEASE YET
7 MediaWiki 1.43 is an alpha-quality development branch, and is not recommended
8 for use in production.
10 == Upgrading notes for 1.43 ==
11 Don't forget to always back up your database before upgrading!
13 See the file UPGRADE for more detailed per-version upgrade instructions from the
14 oldest supported upgrading version, MediaWiki 1.35.
16 Some specific notes for MediaWiki 1.43 upgrades are below:
18 * …
20 For notes on 1.42.x and older releases, see HISTORY.
22 === Configuration changes for system administrators in 1.43 ===
24 * …
26 ==== New configuration ====
28 * …
30 ==== Changed configuration ====
32 * …
34 ==== Removed configuration ====
36 * …
38 === New user-facing features in 1.43 ===
40 * …
42 === New features for sysadmins in 1.43 ===
44 * …
46 === New developer features in 1.43 ===
48 * StatusValue class gained new method getMessages(): MessageSpecifier[],
49   allowing the errors to be inspected and displayed more easily, for example:
50     foreach ( $status->getMessages() as $msg ) {
51       if ( $msg->getKey() !== 'ignored-message' ) {
52         $this->getOutput()->addWikiMsg( $msg );
53       }
54     }
55 * …
57 === External library changes in 1.43 ===
59 ==== New external libraries ====
61 * …
63 ===== New development-only external libraries =====
65 * …
67 ==== Changed external libraries ====
69 * …
71 ===== Changed development-only external libraries =====
73 * Upgraded eslint-config-wikimedia from 0.26.0 to 0.27.0.
74 * …
76 ==== Removed external libraries ====
78 * …
80 === Bug fixes in 1.43 ===
82 * …
84 === Action API changes in 1.43 ===
86 * …
88 === Action API internal changes in 1.43 ===
90 * …
92 === Languages updated in 1.43 ===
93 MediaWiki supports over 350 languages. Many localisations are updated regularly.
94 Below only new and removed languages are listed, as well as changes to languages
95 because of Phabricator reports.
97 * …
99 === Breaking changes in 1.43 ===
101 * ErrorPageError public properties 'msg' and 'title' may now contain
102   any MessageSpecifier object, not just Message.
103 * …
105 === Deprecations in 1.43 ===
107 * The methods StatusValue::getErrors() and StatusValue::getErrorsByType(),
108   as well as Status::getErrorsArray() and Status::getWarningsArray(), have
109   been deprecated in favor of new method StatusValue::getMessages().
110 * …
112 === Other changes in 1.43 ===
114 * …
116 == Compatibility ==
118 MediaWiki 1.43 requires PHP 8.1.0 or later and the following PHP extensions:
120 * ctype
121 * dom
122 * fileinfo
123 * iconv
124 * intl
125 * json
126 * mbstring
127 * xml
129 MariaDB is the recommended database software. MySQL, PostgreSQL, or SQLite can
130 be used instead, but support for them is somewhat less mature.
132 The supported versions are:
134 * MariaDB 10.3 or higher
135 * MySQL 5.7.0 or higher
136 * PostgreSQL 10 or later
137 * SQLite 3.8.0 or later
139 == Online documentation ==
140 Documentation for both end-users and site administrators is available on
141 MediaWiki.org, and is covered under the GNU Free Documentation License (except
142 for pages that explicitly state that their contents are in the public domain):
144   <https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation>
146 == Mailing list ==
147 A mailing list is available for MediaWiki user support and discussion:
149   <https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/>
151 A low-traffic announcements-only list is also available:
153   <https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/>
155 It's highly recommended that you sign up for one of these lists if you're
156 going to run a public MediaWiki, so you can be notified of security fixes.
158 == IRC help ==
159 There's usually someone online in #mediawiki on irc.libera.chat.