MDL-59287 upgrade.txt: avoid misleading versions

This commit is contained in:
Dan Poltawski 2017-07-11 11:29:08 +01:00
parent 58a9d391a6
commit e5ca70ba1d
9 changed files with 27 additions and 18 deletions

View File

@ -1,14 +1,16 @@
This files describes API changes in the assign code.
=== 3.3.2 ===
* assign_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.3 ===
* All pluginfile file serving functions now pass through the options to send_stored_file() (all assignment plugins should do
the same).
* Fixed calendar event types for overridden due dates from 'close' to 'due'.
* Removed calendar event type of 'open', since mod_assign only has the 'due' event type. No point in creating an override event
for an event type that does not exist.
* assign_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.2 ===
* External function mod_assign_external::get_assignments now returns additional optional fields:

View File

@ -1,7 +1,7 @@
This files describes API changes in /mod/chat/*,
information provided here is intended especially for developers.
=== 3.3 ===
=== 3.3.2 ===
* chat_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full

View File

@ -1,7 +1,7 @@
This files describes API changes in /mod/choice/*,
information provided here is intended especially for developers.
=== 3.3 ===
=== 3.3.2 ===
* choice_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full

View File

@ -1,6 +1,11 @@
This files describes API changes in /mod/data - plugins,
information provided here is intended especially for developers.
=== 3.3.2 ===
* data_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.3 ===
* External function get_databases_by_courses now return more fields for users with mod/data:viewentry capability enabled:
@ -13,9 +18,6 @@ information provided here is intended especially for developers.
* Required entries has been added to the Activity completion setting of mod_form. Entries required for completion
(in the entries section) is no longer displayed for new instances and will be deprecated in a future release
in favour of the new completion setting.
* data_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.2 ===

View File

@ -1,10 +1,13 @@
=== 3.3.2 ===
* feedback_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.3 ===
* Method get_current_completed_tmp in mod_feedback_completion class is now public.
* Function feedback_set_tmp_values is not deprecated anymore.
* feedback_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.1 ===

View File

@ -4,14 +4,16 @@ This files describes API changes in the lesson code.
* External function mod_lesson_external::get_user_attempt() now returns the full page object inside each answerpages.
=== 3.3 ===
=== 3.3.2 ===
* lesson::callback_on_view() has an additional optional parameter $redirect default to true.
It can be set to false to avoid redirection and return the page to redirect.
* lesson_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
objects instead of the ids to save DB calls.
=== 3.3 ===
* lesson::callback_on_view() has an additional optional parameter $redirect default to true.
It can be set to false to avoid redirection and return the page to redirect.
=== 3.1 ===
* Removed the unused file reformat.php
* removedoublecr() and importmodifiedaikenstyle() have now been removed.

View File

@ -1,6 +1,6 @@
This files describes API changes in the quiz code.
=== 3.3 ===
=== 3.3.2 ===
* quiz_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full

View File

@ -1,6 +1,6 @@
This files describes API changes in the mod_scorm code.
=== 3.3 ===
=== 3.3.2 ===
* scorm_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full

View File

@ -1,7 +1,7 @@
This files describes API changes in /mod/workshop - activity modules,
information provided here is intended especially for developers.
=== 3.3 ===
=== 3.3.2 ===
* workshop_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
@ -10,4 +10,4 @@ information provided here is intended especially for developers.
=== 2.7 ===
* The method workshop::log() has been deprecated in the workshop module. Please use the event classes instead
(mod/workshop/classes/event).
(mod/workshop/classes/event).