X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.25;h=188b2d72eab2e55d3016c861be426844b447acc2;hb=85d6495c9adc8e8eb3f914ff600cfd89e71d16f1;hp=3f24db013a06733ca5823f80667f8cd6fee7ab07;hpb=554967bf4aec15b2d1388cef2ce01c028401c284;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index 3f24db013a..188b2d72ea 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -86,7 +86,9 @@ production. * External libraries installed via composer will now be displayed on Special:Version in their own section. Extensions or skins that are installed via composer will not be shown in this section as it is assumed - they will add the proper credits to the skins or extensions section. + they will add the proper credits to the skins or extensions section. They + can also be accessed through the API via the new siprop=libraries to + ApiQuerySiteInfo. * Update QUnit from v1.14.0 to v1.16.0. * Update Moment.js from v2.8.3 to v2.8.4. * Special:Tags now allows for manipulating the list of user-modifiable change @@ -208,6 +210,7 @@ production. log entry is not implemented yet. * list=tags has additional properties to indicate 'active' status and tag sources. +* siprop=libraries was added to ApiQuerySiteInfo to list installed external libraries. === Action API internal changes in 1.25 === * ApiHelp has been rewritten to support i18n and paginated HTML output. @@ -344,6 +347,8 @@ changes to languages because of Bugzilla reports. Instead, do this: $form = HTMLForm::factory( 'vform', … ); * Deprecated Revision methods getRawUser(), getRawUserText() and getRawComment(). +* BREAKING CHANGE: mediawiki.user.generateRandomSessionId: + The alphabet of the prior string returned was A-Za-z0-9 and now it is 0-9A-F == Compatibility ==