16 lines
		
	
	
		
			413 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			413 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * Version information.
 | 
						|
 * @package      auth_http
 | 
						|
 * @copyright    "Valentin Popov" <info@valentineus.link>
 | 
						|
 * @license      MIT License (https://opensource.org/licenses/MIT)
 | 
						|
 */
 | 
						|
 | 
						|
defined('MOODLE_INTERNAL') || die();
 | 
						|
 | 
						|
$plugin->release   = '0.0.1 (Build: 2017081400)';
 | 
						|
$plugin->version   = 2017081400;
 | 
						|
$plugin->requires  = 2016112900;
 | 
						|
$plugin->component = 'auth_http';
 | 
						|
$plugin->maturity  = MATURITY_RC;
 |