Skip to content

Commit a8b6cbf

Browse files
committed
New version
1 parent 22d5543 commit a8b6cbf

2 files changed

Lines changed: 9 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.0';
9+
$version = '2.1.1';
1010
$import_sql = true;
1111
$image_dir = true;

boost/update.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ function election_update(&$content, $version)
6666
$content[] = '+ Added graduate student voting';
6767
$content[] = '+ Added new transfer logic';
6868
$content[] = '</pre>';
69+
70+
case version_compare($version, '2.1.1', '<'):
71+
$content[] = '<pre>';
72+
$content[] = '2.1.1';
73+
$content[] = '------';
74+
$content[] = '+ Added travis';
75+
$content[] = '+ Updated babel compiler';
76+
$content[] = '</pre>';
6977
}
7078

7179
return true;

0 commit comments

Comments
 (0)