Skip to content

Commit eb856cc

Browse files
committed
Raised version further
1 parent 703a7b1 commit eb856cc

2 files changed

Lines changed: 5 additions & 2 deletions

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 = 'Tailgating';
9-
$version = '1.2.2';
9+
$version = '1.2.4';
1010
$import_sql = false;
1111
$image_dir = true;

boost/update.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ function tailgate_update(&$content, $currentVersion)
4545
case (version_compare($currentVersion, '1.2.1', '<')):
4646
$content[] = '<pre>+ Fixed spot report bug</pre>';
4747

48-
case (version_compare($currentVersion, '1.2.2', '<')):
48+
case (version_compare($currentVersion, '1.2.3', '<')):
49+
$content[] = '<pre>+ Travis fixes</pre>';
50+
51+
case (version_compare($currentVersion, '1.2.4', '<')):
4952
$content[] = '<pre>+ Removed wkpdftohtml to use dompdf.</pre>';
5053
}
5154
return true;

0 commit comments

Comments
 (0)