Skip to content

Commit

Permalink
Updated Staticpage plugin to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Sep 28, 2018
1 parent 5a8341e commit 1dbda3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/staticpages/autoinstall.php
Expand Up @@ -51,7 +51,7 @@ function plugin_autoinstall_staticpages($pi_name)
$info = array(
'pi_name' => $pi_name,
'pi_display_name' => $pi_display_name,
'pi_version' => '1.7.0',
'pi_version' => '1.7.1',
'pi_gl_version' => '2.2.0',
'pi_homepage' => 'https://www.geeklog.net/'
);
Expand Down
4 changes: 4 additions & 0 deletions plugins/staticpages/functions.inc
Expand Up @@ -1610,6 +1610,10 @@ function plugin_upgrade_staticpages()

$current_version = '1.7.0';
break;

case '1.7.0':
$current_version = '1.7.1';
break;

default:
$done = true;
Expand Down
4 changes: 2 additions & 2 deletions public_html/admin/install/devel-db-update.php
Expand Up @@ -530,8 +530,8 @@ function update_DatabaseFor212()
$new_plugin_version = false;
switch ($pi_name) {
case 'staticpages':
$new_plugin_version = false;
$plugin_version = '1.7.0';
$new_plugin_version = true;
$plugin_version = '1.7.1';
break;
case 'spamx':
$new_plugin_version = false;
Expand Down

0 comments on commit 1dbda3f

Please sign in to comment.