Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in the tool_usertours code.
7
 
8
=== 4.4 ===
9
* New hooks have been provided to allow plugins to define their own server-side, and client-side user tour filters.
10
  The new hooks are named:
11
  - \tool_usertours\hook\before_serverside_filter_fetch
12
  - \tool_usertours\hook\before_clientside_filter_fetch
13
  These hooks allow addition, and removal, of filters.
14
 
15
=== 4.0 ===
16
* The `tourconfig` property returned by the `tool_usertours_fetch_and_start_tour`
17
  external method has also an `endtourlabel` property that contains the label to be used
18
  for the end tour button.
19
 
20
=== 3.9 ===
21
* The `tourconfig` property returned by the `tool_usertours_fetch_and_start_tour`
22
  external method is now optional, and will be omitted if the tour shouldn't be
23
  shown to the current user
24
 
25
=== 3.5 ===
26
* Third party library Popper.js was moved from this plugin into core (core/popper)