Skip to content

Commit

Permalink
Updated Polls Plugin to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed May 22, 2020
1 parent 4647d19 commit 7285b28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/polls/autoinstall.php
Expand Up @@ -51,8 +51,8 @@ function plugin_autoinstall_polls($pi_name)
$info = array(
'pi_name' => $pi_name,
'pi_display_name' => $pi_display_name,
'pi_version' => '2.2.0',
'pi_gl_version' => '2.1.1',
'pi_version' => '2.2.1',
'pi_gl_version' => '2.2.2',
'pi_homepage' => 'https://www.geeklog.net/'
);

Expand Down
4 changes: 4 additions & 0 deletions plugins/polls/functions.inc
Expand Up @@ -1398,6 +1398,10 @@ function plugin_upgrade_polls()
$current_version = '2.2.0'; // Ships with Geeklog v2.2.1
break;

case '2.2.0':
$current_version = '2.2.1'; // Ships with Geeklog v2.2.2
break;

default:
$done = true;
}
Expand Down

0 comments on commit 7285b28

Please sign in to comment.