MantisBT-Discord – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 25... Line 25...
25   25  
26 function register() 26 function register()
27 { 27 {
28 $this->name = plugin_lang_get('title'); 28 $this->name = plugin_lang_get('title');
29 $this->description = plugin_lang_get('description'); 29 $this->description = plugin_lang_get('description');
30 $this->page = 'config_page'; 30 $this->page = 'config';
31 $this->version = '1.0'; 31 $this->version = '1.0';
32 $this->requires = array( 32 $this->requires = array(
33 'MantisCore' => '2.0.0', 33 'MantisCore' => '1.3.0',
34 ); 34 );
35 $this->author = 'Robin van Nunen'; 35 $this->author = 'Robin van Nunen';
36 $this->contact = 'robin@vnunen.nl'; 36 $this->contact = 'robin@vnunen.nl';
37 $this->url = 'https://github.com/TechGuard/MantisBT-Discord'; 37 $this->url = 'https://github.com/TechGuard/MantisBT-Discord';