diff --git a/README.md b/README.md index 9cd5893..45bb43f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ In brief, the MFreak mod `gcanvas` gives the user the ability to make a sketch i Special thanks to Gemma Lesterhuis ([Lesterhuis Training & Consultancy](https://ltnc.nl/)) for develop & design, useful input, bug reports and beta testing -![MFreak.nl](https://MFreak.nl/logo_small.png) -![Lesterhuis Training & Consultancy](https://MFreak.nl/logo_small_ltnc.png) +![MFreak.nl](https://ldesignmedia.nl/logo_small.png) +![Lesterhuis Training & Consultancy](https://ldesignmedia.nl/logo_small_ltnc.png) -* Author: Luuk Verhoeven, [MFreak.nl](https://MFreak.nl/) +* Author: Luuk Verhoeven, [ldesignmedia.nl](https://ldesignmedia.nl/) * Author: Gemma Lesterhuis, [Lesterhuis Training & Consultancy](https://ltnc.nl/) * Min. required: Moodle 3.9.x * Max. Required: Moodle 4.1.x @@ -25,7 +25,7 @@ Special thanks to Gemma Lesterhuis ([Lesterhuis Training & Consultancy](https:// ## Screens - +![11 07 2018-14 47](https://github.com/Lesterhuis-Training-en-Consultancy/moodle-mod_gcanvas/assets/995760/0ead1dcd-b3a6-4e09-b9b4-d766e32c5b41) ## List of features - Fabricjs diff --git a/version.php b/version.php index 0dca7f6..bfe9ad4 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_gcanvas'; -$plugin->release = '4.4.0'; -$plugin->version = 2024050100; +$plugin->release = '4.3.0'; +$plugin->version = 2024040901; $plugin->requires = 2020061500; -$plugin->supported = [39, 404]; +$plugin->supported = [39, 403]; $plugin->maturity = MATURITY_STABLE;