Skip to content

Commit

Permalink
Upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Mar 15, 2018
1 parent 56de379 commit 1226b89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boost/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/

$proper_name = 'Election';
$version = '2.1.2';
$version = '2.1.3';
$import_sql = true;
$image_dir = true;
6 changes: 6 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ function election_update(&$content, $version)
$content[] = '------';
$content[] = '+ Titles change based on election type';
$content[] = '</pre>';
case version_compare($version, '2.1.3', '<'):
$content[] = '<pre>';
$content[] = '2.1.3';
$content[] = '------';
$content[] = '+ Greek status update.';
$content[] = '</pre>';
}

return true;
Expand Down

0 comments on commit 1226b89

Please sign in to comment.