Skip to content

Commit

Permalink
Change log entry and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed May 15, 2023
1 parent a2e3d43 commit 210a648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Block Stash
===========

Version 2.0.1 (15 May 2023)
---------------------------

* Fixed a bug selecting items, with updating the database query to not be hardcoded.
* The user profile is now viewable again.
* A scheduled task has been added to remove old completed trade requests.
* Trade headings have been updated to better represent the actual trade.
* Added a webservice to help with future development in other plugins.

Version 2.0 (19 April 2023)
---------------------------

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2022042115;
$plugin->version = 2023051500;
$plugin->requires = 2022112802; // Moodle 4.1.2.
$plugin->component = 'block_stash';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.0.0';
$plugin->release = '2.0.1';

0 comments on commit 210a648

Please sign in to comment.