19,209
edits
(updated through 1.34.4) |
(+1.35) |
||
Line 21: | Line 21: | ||
*Added the MW_VERSION constant; global $wgVersion is soft deprecated. | *Added the MW_VERSION constant; global $wgVersion is soft deprecated. | ||
*Added $wgForceHTTPS, which makes the HTTP to HTTPS redirect be unconditional and suppresses various hacks needed to support mixed HTTP/HTTPS wikis. | *Added $wgForceHTTPS, which makes the HTTP to HTTPS redirect be unconditional and suppresses various hacks needed to support mixed HTTP/HTTPS wikis. | ||
==1.35== | |||
:''I have checked the release notes through 1.35.0-rc.3.'' | |||
*Support for PHP 7.2 has been dropped. 7.3.19+ required. | |||
*Totally new content storage schema, with no backward compatibility. | |||
*Special:EditPage, Special:PageHistory, Special:PageInfo, and Special:Purge have been created as shortcuts for each action. Special:EditPage/Foo redirects to title=foo&action=edit, with PageHistory, PageInfo, and Purge corresponding to action= history, info, and purge respectively. | |||
*$wgWatchlistExpiry — Off by default, but allow users to add pages to their watchlists for a limited period of time. | |||
*$wgSearchMatchRedirectPreference — This configuration setting controls whether users can set a new preference, search-match-redirect, which decides if search should redirect them to exact matches is available. By default, this is set to false, which maintains the previous behaviour without preference bloat. | |||
*$wgLegacyJavaScriptGlobals is off by default. This may affect various old JS code. | |||
*$wgLogos — This new configuration setting combines the now-deprecated $wgLogo and $wgLogoHD settings into a single, associative array. It provides support for a new key, 'wordmark', for setting a horizontal wordmark to show next to the graphical logo. | |||
[[Category:Userspace]] | [[Category:Userspace]] |