Skip to content

Commit

Permalink
Updated Geeklog Version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 27, 2017
1 parent 48c556d commit 2f95c33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public_html/admin/install/classes/installer.class.php
Expand Up @@ -6,7 +6,7 @@
class Installer
{
// Geeklog version
const GL_VERSION = '2.1.2';
const GL_VERSION = '2.1.3';

// System requirements
const SUPPORTED_PHP_VER = '5.3.3';
Expand Down
8 changes: 4 additions & 4 deletions public_html/admin/install/devel-db-update.php
Expand Up @@ -201,8 +201,8 @@ function update_DatabaseFor212()

$display = '<h2>Development Database Update</h2>';

$gl_prev_version = "2.1.1";
$gl_devel_version = "2.1.2";
$gl_prev_version = "2.1.2";
$gl_devel_version = "2.1.3";

$display .= "<p>This update is for Geeklog Core and Core Plugins. Can include changes to database structure and data, along with configuration options. All Core plugins must be installed when you run this script.</p>
<p>Update works for Geeklog $gl_prev_version up to latest Geeklog development version for $gl_devel_version.</p>";
Expand Down Expand Up @@ -244,10 +244,10 @@ function update_DatabaseFor212()
break;
case 'spamx':
$new_plugin_version = true;
$plugin_version = '1.3.3';
$plugin_version = '1.3.4';
break;
case 'links':
$plugin_version = '2.1.4';
$plugin_version = '2.1.5';
break;
case 'polls':
$new_plugin_version = true;
Expand Down
2 changes: 1 addition & 1 deletion public_html/siteconfig.php.dist
Expand Up @@ -48,7 +48,7 @@ if (!defined('LB')) {
define('LB',"\n");
}
if (!defined('VERSION')) {
define('VERSION', '2.1.2');
define('VERSION', '2.1.3');
}

?>

0 comments on commit 2f95c33

Please sign in to comment.