aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.43
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2024-09-06 16:46:19 +0330
committerEbrahim Byagowi <ebrahim@gnu.org>2024-09-06 16:54:31 +0330
commitab136421a8483f63d4627c0bfc41436a95ad79b5 (patch)
tree8580df62c3101fe8497bc0818cd811a42b505531 /RELEASE-NOTES-1.43
parent3909efa52eab77c434db33b7428bd1eadd9d4b1f (diff)
downloadmediawikicore-ab136421a8483f63d4627c0bfc41436a95ad79b5.tar.gz
mediawikicore-ab136421a8483f63d4627c0bfc41436a95ad79b5.zip
Hard deprecating wfGetServerUrl
wfGetServerUrl is deprecated since 1.39, let's remove the only use and turn it into a hard deprecation. Change-Id: I82be851fe411cd002c9c5847fe3924a6c0a4ba50
Diffstat (limited to 'RELEASE-NOTES-1.43')
-rw-r--r--RELEASE-NOTES-1.431
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43
index c955a9bcdf11..b29211db07fe 100644
--- a/RELEASE-NOTES-1.43
+++ b/RELEASE-NOTES-1.43
@@ -525,6 +525,7 @@ because of Phabricator reports.
* Title::flushRestrictions(), deprecated in 1.37, now emits warnings.
* Title::getPageViewLanguage(), deprecated in 1.42, now emits warnings.
* wfUrlProtocols(), deprecated in 1.39, now emits warnings.
+* wfGetServerUrl(), deprecated in 1.39, now emits warnings.
* The following methods, previously deprecated, now emit deprecation warnings:
- ContentHandler::getDefaultModelFor(), deprecated since 1.33
- ContentHandler::getAllContentFormats(), deprecated since 1.35