diff --git a/boost/boost.php b/boost/boost.php index 905bc48..be83b70 100644 --- a/boost/boost.php +++ b/boost/boost.php @@ -6,6 +6,6 @@ */ $proper_name = 'Election'; -$version = '2.1.2'; +$version = '2.1.3'; $import_sql = true; $image_dir = true; \ No newline at end of file diff --git a/boost/update.php b/boost/update.php index efdc26d..c573045 100644 --- a/boost/update.php +++ b/boost/update.php @@ -81,6 +81,12 @@ function election_update(&$content, $version) $content[] = '------'; $content[] = '+ Titles change based on election type'; $content[] = ''; + case version_compare($version, '2.1.3', '<'): + $content[] = '
';
+            $content[] = '2.1.3';
+            $content[] = '------';
+            $content[] = '+ Greek status update.';
+            $content[] = '
'; } return true;