Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
This files describes API changes in the tool_usertours code.=== 4.4 ===* New hooks have been provided to allow plugins to define their own server-side, and client-side user tour filters.The new hooks are named:- \tool_usertours\hook\before_serverside_filter_fetch- \tool_usertours\hook\before_clientside_filter_fetchThese hooks allow addition, and removal, of filters.=== 4.0 ===* The `tourconfig` property returned by the `tool_usertours_fetch_and_start_tour`external method has also an `endtourlabel` property that contains the label to be usedfor the end tour button.=== 3.9 ===* The `tourconfig` property returned by the `tool_usertours_fetch_and_start_tour`external method is now optional, and will be omitted if the tour shouldn't beshown to the current user=== 3.5 ===* Third party library Popper.js was moved from this plugin into core (core/popper)