Completed
Push — update-3.0 ( c29661...2f872d )
by Daniel Neis
02:19
created
version.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
 defined('MOODLE_INTERNAL') || die();
29 29
 
30
-$plugin->version   = 2016030900;        // The current plugin version (Date: YYYYMMDDXX)
31
-$plugin->requires  = 2011112901;        // Requires this Moodle version
30
+$plugin->version   = 2016030900; // The current plugin version (Date: YYYYMMDDXX)
31
+$plugin->requires  = 2011112901; // Requires this Moodle version
32 32
 $plugin->release   = '3';
33
-$plugin->component = 'enrol_pagseguro';    // Full name of the plugin (used for diagnostics)
33
+$plugin->component = 'enrol_pagseguro'; // Full name of the plugin (used for diagnostics)
Please login to merge, or discard this patch.