Skip to content

Commit

Permalink
Changed icon for moodle 4.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita1991 committed Nov 22, 2024
1 parent 69a9e08 commit bfad69f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ moodle-mod_cardbox
Changes
-------
### 2024081300 v1.0.8
* Icon changed for Moodle 4.4+
* Code Cleanup
* Basic events logging
* Fix card flow when language is changed while creation
Expand Down
49 changes: 47 additions & 2 deletions pix/monologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_cardbox';
$plugin->version = 2024112000;
$plugin->version = 2024112200;
$plugin->release = '1.0.8';
$plugin->requires = 2018120302.05;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit bfad69f

Please sign in to comment.