Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Jun 11, 2023
1 parent effb2de commit 5d012a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This files describes changes in the Hot Question code.
unapproved questions and also change the index.php call to a class="btn btn-link"
instead of a plain URL link. 20230522 Added string for another list option of,
Preference not set. 20230531 Added code to go ahead and populate the listing
and setting the drop down menu to, Preference not set. 20230607 Made a lot changes
to get rid of the blank option at the top of the list.
and setting the drop down menu to, Preference not set. 20230607 Made a lot of
changes to get rid of the blank option at the top of the list.

=== 4.1.6 === 20230407 Release for M3.11 and above.
=== 4.1.6+ === 20230428 Code cleanup.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023060700; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023052501; // The current module version (Date: YYYYMMDDXX).

This comment has been minimized.

Copy link
@aspark21

aspark21 Jun 12, 2023

Contributor

why downgrade version number, should be 2023061100

$plugin->requires = 2021051700; // Requires Moodle 3.11 version.
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->component = 'mod_hotquestion';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = "4.1.7+ (Build: 2023060700)"; // User-friendly version number.
$plugin->release = "4.1.7+ (Build: 2023061100)"; // User-friendly version number.
$plugin->supported = [311, 402];

1 comment on commit 5d012a6

@drachels
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trying to follow along with the way Moodle does plus releases.

Please sign in to comment.