Skip to content

Commit

Permalink
Improve documentation for Toggle blocks location' functionality - htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Nov 13, 2021
1 parent 92f457a commit 9011a05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Version Information
===================

Version 3.9.1.7 - TBR
-----------------------------
1. Improve documentation for Toggle blocks location' functionality - https://moodle.org/mod/forum/discuss.php?d=428924 and #100.

Version 3.9.1.6 - 30/09/2021
----------------------------
1. Add 'aria-controls' (https://www.w3.org/TR/wai-aria-practices/examples/disclosure/disclosure-faq.html) - CONTRIB-8637.
Expand Down
2 changes: 1 addition & 1 deletion lang/en/format_topcoll.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@

// Toggle Display Blocks.
$string['defaultdisplayblocks'] = 'Blocks to display';
$string['defaultdisplayblocks_desc'] = "Choose the blocks to display in the course. Use the 'Ctrl' key in combination with the mouse to select more than one or none.";
$string['defaultdisplayblocks_desc'] = "Choose the blocks to display in the course when it is first created and this format is selected. Use the 'Ctrl' key in combination with the mouse to select more than one or none. Note: This setting will only apply at actual course creation and no other time, i.e. changing to Collapsed Topics from another format.";
$string['defaultdisplayblocksloc'] = 'Block location for display';
$string['defaultdisplayblocksloc_desc'] = "Choose the location for the blocks chosen above to display, pre or post side.";
$string['sidepost'] = 'Post';
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2020071811;
$plugin->version = 2020071812;
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2020061500.00; // 3.9 (Build: 20200615).
$plugin->supported = array(39, 39);
$plugin->component = 'format_topcoll';
$plugin->release = '3.9.1.6';
$plugin->release = '3.9.1.7';

0 comments on commit 9011a05

Please sign in to comment.