aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.43
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-09-06 06:57:20 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-09-06 06:57:20 +0000
commit910d89af851692b9bcafcddf797120c33f09e1fc (patch)
treeffb6e7093bdb8481fbc93c622812a3f14e592fa2 /RELEASE-NOTES-1.43
parent941a04a1664fedb40a245e266461c0e6ba4497bb (diff)
parentb8a101467952b39b3cbf5531f43e9f5e3f0832cc (diff)
downloadmediawikicore-910d89af851692b9bcafcddf797120c33f09e1fc.tar.gz
mediawikicore-910d89af851692b9bcafcddf797120c33f09e1fc.zip
Merge "Hard deprecate OutputPageMakeCategoryLinksHook"
Diffstat (limited to 'RELEASE-NOTES-1.43')
-rw-r--r--RELEASE-NOTES-1.434
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43
index 6557ff9b6715..f94c28e673dc 100644
--- a/RELEASE-NOTES-1.43
+++ b/RELEASE-NOTES-1.43
@@ -122,7 +122,7 @@ For notes on 1.42.x and older releases, see HISTORY.
* The AuthManagerFilterProviders hook was added.
* The AuthManagerVerifyAuthentication hook was added.
* The OutputPageRenderCategoryLink hook was added, as a replacement for the
- older OutputPageMakeCategoryLinks hook.
+ deprecated OutputPageMakeCategoryLinks hook.
* …
=== External library changes in 1.43 ===
@@ -670,6 +670,8 @@ because of Phabricator reports.
* ImageGalleryBase::setWidths() and ::setHeights() will now emit a deprecation
warning if they are called without ImageGalleryBase::setParser() having been
called. Please set the parser appropriately when using the image gallery.
+* The hook OutputPageMakeCategoryLinks is deprecated. Use the new hook
+ OutputPageRenderCategoryLink instead.
* …
=== Other changes in 1.43 ===