Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
Released Version 4.4
  • Loading branch information
NinaHerrmann authored Apr 29, 2024
1 parent 1e39233 commit f3b6ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

$plugin->component = 'block_qrcode'; // Full name of the plugin.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v4.2-r1';
$plugin->version = 2023051200; // The current plugin version (Date: YYYMMDDXX).
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->release = 'v4.4-r1';
$plugin->version = 2024042900; // The current plugin version (Date: YYYMMDDXX).
$plugin->requires = 2022112800; // Requires Moodle 4.1+.

0 comments on commit f3b6ce0

Please sign in to comment.