diff --git a/block_booksearch.php b/block_booksearch.php index ae7983f..c933ade 100644 --- a/block_booksearch.php +++ b/block_booksearch.php @@ -193,7 +193,6 @@ private function get_selected_course_id(): int { /** * This function adds the ui elements regarding the course selection to the given strings and returns them. * @param string $text This string has the main Block content UI. - * @param string $footer This string has the Blocks footer UI. */ private function add_course_selection_ui(string &$text) { global $OUTPUT; diff --git a/version.php b/version.php index 3c16066..19b55c3 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024081807; // The current plugin version (Date: YYYYMMDDHH). +$plugin->version = 2024081900; // The current plugin version (Date: YYYYMMDDHH). $plugin->requires = 2020061510; // Requires this Moodle version. $plugin->component = 'block_booksearch'; // Full name of the plugin (used for diagnostics). -$plugin->release = '1.1.3'; +$plugin->release = '3.2.0'; $plugin->maturity = MATURITY_STABLE;