Moodle Plugins directory: Multiblock: Versions: 1.3.6 | Moodle.org
Multiblock
Blocks ::: block_multiblock
Maintained by
Catalyst IT
Using Multiblock you can collect all those blocks together and use 'one block's
worth' of space and put all those blocks into the one space with one of several
layouts, whether it's tabs or an accordion, or something else. Several preset
layouts are bundled with Multiblock.
Multiblock 1.3.6
Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1
Released: středa, 25. ledna 2023, 06.47
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .
/**
* Changelog.
*
* @package block_multiblock
* @copyright 2020 Peter Spicer
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
?>
Multiblock Changelog.
(File protected as a .php file to avoid leaking details of instance in use.)
1.3.4 - 2020060104
* Tabs with 2-column layout thanks to Peter Burnett at Catalyst AU
1.3.3 - 2020060103
* Handle the site front page course correctly (#66)
* Switch over to Moodle HQ's fork of moodle-plugin-ci
1.3.2 - 2020060102
* Don't try to use invalid blocks as part of 'merge in block' (#62)
1.3.1 - 2020060101
* Stop running tests on 3.6.
* Add 3.9 stable to the supported list.
1.3.0 - 2020060100
* Add 3-column layout.
* Add carousel layout. (#56)
* Fix breadcrumbs issue. (#59)
1.2.6 - 2020022406
* Fix warning for missing language string (#55)
1.2.5 - 2020022405
* Fix permission check for users editing blocks.
* Bump Node version for automated tests (excluding MOODLE_36_STABLE)
* First release on Moodle plugin directory.
1.2.4 - 2020022404
* Tidy up unnecessary global variables.
* When uninstalling, return all sub-blocks to the parent (e.g. dashboard). (#47)
1.2.3 - 2020022403
* Added Behat tests for dropdown layout. (#4)
* Travis builds now use Chrome not Firefox.
1.2.2 - 2020022402
* Added Behat tests for accordion/tabbed/vertical layouts. (#4)
1.2.1 - 2020022401
* Fixed dropdown markup for Totara 12. (#44)
* Fixed vertical tabbed views for Totara 12. (#48)
1.2.0 - 2020022400
* Added privacy support
* Fixed permissions handling relating to block contexts. (Part of #22)
1.1.2 - 2020022300
* Add hints in configure-block for recommended layouts. (#34)
1.1.1 - 2020021301
* Support for Moodle 3.5
1.1.0 - 2020021300
* Support for Totara 12+ (#18)
1.0.3 - 2020021102
* Added vertical tabs - right aligned. (#33)
1.0.2 - 2020021101
* Added a changelog.
* Added badges to the readme.
* Refactored some internals to allow future development. (#29)
1.0.1 - 2020021100
* Added save-and-display option to the editing a subblock instance. (#25)
1.0.0 - 2019092600
* Initial code, not initially released under this version except on GitHub.
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .
/**
* Changelog.
*
* @package block_multiblock
* @copyright 2020 Peter Spicer
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
?>
Multiblock Changelog.
(File protected as a .php file to avoid leaking details of instance in use.)
1.3.4 - 2020060104
* Tabs with 2-column layout thanks to Peter Burnett at Catalyst AU
1.3.3 - 2020060103
* Handle the site front page course correctly (#66)
* Switch over to Moodle HQ's fork of moodle-plugin-ci
1.3.2 - 2020060102
* Don't try to use invalid blocks as part of 'merge in block' (#62)
1.3.1 - 2020060101
* Stop running tests on 3.6.
* Add 3.9 stable to the supported list.
1.3.0 - 2020060100
* Add 3-column layout.
* Add carousel layout. (#56)
* Fix breadcrumbs issue. (#59)
1.2.6 - 2020022406
* Fix warning for missing language string (#55)
1.2.5 - 2020022405
* Fix permission check for users editing blocks.
* Bump Node version for automated tests (excluding MOODLE_36_STABLE)
* First release on Moodle plugin directory.
1.2.4 - 2020022404
* Tidy up unnecessary global variables.
* When uninstalling, return all sub-blocks to the parent (e.g. dashboard). (#47)
1.2.3 - 2020022403
* Added Behat tests for dropdown layout. (#4)
* Travis builds now use Chrome not Firefox.
1.2.2 - 2020022402
* Added Behat tests for accordion/tabbed/vertical layouts. (#4)
1.2.1 - 2020022401
* Fixed dropdown markup for Totara 12. (#44)
* Fixed vertical tabbed views for Totara 12. (#48)
1.2.0 - 2020022400
* Added privacy support
* Fixed permissions handling relating to block contexts. (Part of #22)
1.1.2 - 2020022300
* Add hints in configure-block for recommended layouts. (#34)
1.1.1 - 2020021301
* Support for Moodle 3.5
1.1.0 - 2020021300
* Support for Totara 12+ (#18)
1.0.3 - 2020021102
* Added vertical tabs - right aligned. (#33)
1.0.2 - 2020021101
* Added a changelog.
* Added badges to the readme.
* Refactored some internals to allow future development. (#29)
1.0.1 - 2020021100
* Added save-and-display option to the editing a subblock instance. (#25)
1.0.0 - 2019092600
* Initial code, not initially released under this version except on GitHub.
Version information
- Version build number
- 2023012500
- Version release name
- 1.3.6
- Maturity
- Stabilní verze
- MD5 Sum
- 02cf65b452983747539987302b71b2fb
- Supported software
- Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.