From 3ae5510a5e45f11ebbea4cda81a98cf9020a05ae Mon Sep 17 00:00:00 2001 From: st143971 Date: Mon, 19 Aug 2024 13:15:53 +0200 Subject: [PATCH] Updated Version to 3.2.0 Fixed GitHub Action Error --- block_booksearch.php | 1 - version.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;