From 8100a661d603594e9a4085b0c195c6f868c84ae9 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Tue, 13 Sep 2016 11:23:31 +0200 Subject: [PATCH] update author and plugin info --- PollsPlugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PollsPlugin.php b/PollsPlugin.php index 19b2467..18d54a9 100755 --- a/PollsPlugin.php +++ b/PollsPlugin.php @@ -13,17 +13,17 @@ public function getName() public function getVersion() { - return '0.0.1'; + return '1.0.0'; } public function getDeveloper() { - return 'luwes'; + return 'Wesley Luyten'; } public function getDeveloperUrl() { - return 'http://luwes.co'; + return 'https://wesleyluyten.com'; } public function hasCpSection()