mediawiki-extensions-Echo/RELEASE_NOTES
Matthew Flaschen f845f6cc7b BREAKING CHANGE: Use ISO 8601 for 'ts' in cross-wiki summary.
Bug: T141164
Change-Id: Id0f029dd2fec0197bc01a1103fb569d086dec724
2016-07-27 17:00:05 -04:00

26 行
989 B
Plaintext

July, 2016
-----------
* BREAKING CHANGE: In the cross-wiki summary in ApiEchoNotifications,
'ts' is now ISO 8601.
* BREAKING CHANGE: JS variables: wgEchoSeenTime now uses ISO 8601, and
alert/notice instead of alert/message. wgEchoInitialNotifCount has
been removed.
* ApiEchoMarkSeen is moving to ISO 8601. Adjust your client; see API
documentation.
April, 2016
-----------
* BREAKING CHANGE: $wgEchoDefaultNotificationTypes has been split into
three variables. See Echo.php for documentation:
** $wgDefaultNotifyTypeAvailability
** $wgNotifyTypeAvailabilityByCategory
** $wgEchoNotifications[$notificationType]['notify-type-availability']
March, 2015
-----------
* Echo events now support multiple target pages. As a result The api output of individual
notifications within api.php?action=query&meta=notifications no longer has a 'targetpage'
property. This has been replaced with a 'targetpages' property which is the same as
'targetpage' was, but now as an array.