Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jun 12, 2020
1 parent f1c40f9 commit 3d060ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Installation
--------------------------------------------------------------------------------
Todo
--------------------------------------------------------------------------------
1. Move to AMD (when Moodle docking events are AMD)
1. Move to AMD
2. Verify input

--------------------------------------------------------------------------------
Expand All @@ -41,6 +41,7 @@ Done
2. Travis integration
3. PHP 7.0
4. Behat integration
5. Docking event removed


![travis](https://travis-ci.org/ewallah/moodle-format_masonry.svg?branch=master)
5 changes: 3 additions & 2 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ public function course_format_options($foreditform = false) {
/**
* Updates format options for a course
*
* @param stdClass|array $data
* @param stdClass $oldcourse information about the course before update
* @param stdClass|array $data return value from {@link moodleform::get_data()} or array with data
* @param stdClass $oldcourse if this function is called from {@link update_course()}
* this object contains information about the course before update
* @return bool whether there were any changes to the options values
*/
public function update_course_format_options($data, $oldcourse = null) {
Expand Down
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->version = 2020051800;
$plugin->version = 2020061200;
$plugin->requires = 2019052000;
$plugin->component = 'format_masonry';
$plugin->release = '3.7+';
Expand Down

0 comments on commit 3d060ab

Please sign in to comment.