Skip to content
Snippets Groups Projects
Commit f4c315bb authored by Elke Kreim's avatar Elke Kreim
Browse files

Change applicable formats and version

parent fb880646
Branches
Tags hsh_v4.1.0
No related merge requests found
......@@ -35,9 +35,11 @@ class block_hshcourselist extends block_base {
public function applicable_formats() {
return (array(
'all' => false,
'site' => true,
'admin' => false,
'course-view' => false,
'mod' => false,
'my' => true,
'course-index' => true
'site-index' => false,
));
}
......
......@@ -23,7 +23,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022122000;
$plugin->requires = 2022112800.00 ; // Moodle 4.1
$plugin->component = 'block_hshcourselist';
$plugin->version = 2019082302;
$plugin->requires = 2016112900;
\ No newline at end of file
$plugin->release = 'hsh_v4.1.0';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment