We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c14054 commit 4effd5dCopy full SHA for 4effd5d
1 file changed
ModuleGenerator.module.php
@@ -80,7 +80,7 @@ public function GetFriendlyName() {
80
}
81
82
public function GetVersion() {
83
- return '3.0.5';
+ return '3.0.6';
84
85
86
public function AllowAutoUpgrade() {
@@ -92,11 +92,11 @@ public function GetHelp() {
92
93
94
public function GetAuthor() {
95
- return '@kuzmany';
+ return '@albertcansado';
96
97
98
public function GetAuthorEmail() {
99
- return 'zdeno@kuzmany.biz';
+ return '';
100
101
102
public function GetChangeLog() {
0 commit comments