Skip to content

Commit

Permalink
Update for MOODLE39
Browse files Browse the repository at this point in the history
- Remove flash from this plugin not supported anymore
  • Loading branch information
luukverhoeven committed May 9, 2020
1 parent 752ad91 commit 8d70faf
Show file tree
Hide file tree
Showing 27 changed files with 962 additions and 2,237 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Besides this, there is also the facility to customize texts within the plugin.

* Author: Luuk Verhoeven, [MFreak.nl](https://www.MFreak.nl/)
* Min. required: Moodle 3.5.x
* Supports PHP: 7.0 | 7.1 | 7.2
* Supports PHP: 7.2

[![Build Status](https://travis-ci.org/MFreakNL/moodle-block_mfavatar.svg?branch=moodle35)](https://travis-ci.org/MFreakNL/moodle-block_mfavatar)

Expand Down Expand Up @@ -37,5 +37,6 @@ The GNU GENERAL PUBLIC LICENSE. Please see [License File](LICENSE) for more info

Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.

- 2020050900 Using WEBRTC as default, deprecating flash.
- 2018092600 Thanks for updating WEBRTC @[eglescout](https://github.com/eglescout)
- 2019051400 Thanks for solving issue in image override @[matasarei](https://github.com/matasarei)
2 changes: 1 addition & 1 deletion block_mfavatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function get_content() {
<input type="hidden" name="blockid" value="' . $this->instance->id . '"/>
<input type="hidden" name="courseid" value="' . $COURSE->id . '"/>
<input class="singlebutton btn btn-primary" type="submit" value="' .
get_string('makesnapshot', 'block_mfavatar') . '"/>
get_string('makesnapshot', 'block_mfavatar') . '"/>
</div>
</form>
</div>';
Expand Down
2 changes: 1 addition & 1 deletion classes/avatargenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*
* @package block_mfavatar
* @package block_mfavatar
* @copyright 2018 MFreak.nl
* @author Luuk Verhoeven
**/
Expand Down
2 changes: 1 addition & 1 deletion classes/observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*
* @package block_mfavatar
* @package block_mfavatar
* @copyright 2018 MFreak.nl
* @author Luuk Verhoeven
**/
Expand Down
Loading

0 comments on commit 8d70faf

Please sign in to comment.