diff --git a/.travis.yml b/.travis.yml index 3a1975d..ef8a198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ install: - moodle-plugin-ci install -vvv script: + - moodle-plugin-ci validate - moodle-plugin-ci phplint - moodle-plugin-ci phpcpd - moodle-plugin-ci phpmd diff --git a/version.php b/version.php index 32c9bde..3ce2413 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2016121200; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2017051800; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = '1.0.8'; // Human-readable release information. $plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 3.0 or later recommended. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments! diff --git a/views/warningbar/warningbar.php b/views/warningbar/warningbar.php index ec2d9fe..5b80dbd 100644 --- a/views/warningbar/warningbar.php +++ b/views/warningbar/warningbar.php @@ -78,6 +78,7 @@ if (!$viewbag['static']) {