Skip to content

Commit 1226b89

Browse files
committed
Upped version
1 parent 56de379 commit 1226b89

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77

88
$proper_name = 'Election';
9-
$version = '2.1.2';
9+
$version = '2.1.3';
1010
$import_sql = true;
1111
$image_dir = true;

boost/update.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ function election_update(&$content, $version)
8181
$content[] = '------';
8282
$content[] = '+ Titles change based on election type';
8383
$content[] = '</pre>';
84+
case version_compare($version, '2.1.3', '<'):
85+
$content[] = '<pre>';
86+
$content[] = '2.1.3';
87+
$content[] = '------';
88+
$content[] = '+ Greek status update.';
89+
$content[] = '</pre>';
8490
}
8591

8692
return true;

0 commit comments

Comments
 (0)