Skip to content

Commit

Permalink
Updated Version to 3.2.0
Browse files Browse the repository at this point in the history
Fixed GitHub Action Error
  • Loading branch information
st143971 committed Aug 19, 2024
1 parent 3dc6bf9 commit 3ae5510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion block_booksearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 3ae5510

Please sign in to comment.