Skip to content

Commit

Permalink
Bump plugin version to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0263 committed Mar 9, 2017
1 parent 2926bac commit 71dca61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion private/plugins/captcha/captcha.php
Expand Up @@ -37,7 +37,7 @@

$_CP_CONF['pi_name'] = 'captcha';
$_CP_CONF['pi_display_name'] = 'CAPTCHA';
$_CP_CONF['pi_version'] = '3.5.3';
$_CP_CONF['pi_version'] = '3.5.4';
$_CP_CONF['gl_version'] = '1.6.6';
$_CP_CONF['pi_url'] = 'https://www.glfusion.org/';

Expand Down
2 changes: 1 addition & 1 deletion private/plugins/captcha/plugin.xml
Expand Up @@ -2,7 +2,7 @@
<id>captcha</id>
<name>CAPTCHA</name>
<description>CAPTCHA Security Plugin</description>
<version>3.5.3</version>
<version>3.5.4</version>
<glfusionversion>1.6.6</glfusionversion>
<phpversion>5.3.3</phpversion>
<url>http://www.glfusion.org</url>
Expand Down
4 changes: 3 additions & 1 deletion private/plugins/captcha/upgrade.php
Expand Up @@ -6,7 +6,7 @@
// | |
// | Upgrade routines |
// +--------------------------------------------------------------------------+
// | Copyright (C) 2005-2016 by the following authors: |
// | Copyright (C) 2005-2017 by the following authors: |
// | |
// | Mark R. Evans mark AT glfusion DOT org |
// +--------------------------------------------------------------------------+
Expand Down Expand Up @@ -124,6 +124,8 @@ function captcha_upgrade()
case '3.5.2' :
$c = config::get_instance();
$c->set('recaptcha_theme','light','captcha');
case '3.5.3' :
// no changes

default :
DB_query("UPDATE {$_TABLES['plugins']} SET pi_version='".$_CP_CONF['pi_version']."',pi_gl_version='".$_CP_CONF['gl_version']."' WHERE pi_name='captcha' LIMIT 1");
Expand Down

0 comments on commit 71dca61

Please sign in to comment.