diff --git a/Plugin.php b/Plugin.php index f411bf3..ff4ecd7 100644 --- a/Plugin.php +++ b/Plugin.php @@ -30,7 +30,7 @@ class Plugin extends Base public function getPluginVersion() { - return '0.2.0'; + return '0.2.1'; } public function getPluginHomepage() diff --git a/Template/recurrence/edit.php b/Template/recurrence/edit.php index 3024342..6ebdf7f 100644 --- a/Template/recurrence/edit.php +++ b/Template/recurrence/edit.php @@ -1,5 +1,5 @@ @@ -15,10 +15,10 @@ form->label(t('Make recurring'), 'recoreco_enabled') ?>
-
@@ -32,7 +32,8 @@ form->checkbox('recoreco_last_day', t('Last day of the month (honored only when the due date is the last day / last weekday of its month)'), 1, $values['recoreco_last_day'] == 1) ?> form->label(t('Create the copy this many days before the due date'), 'recoreco_days_before') ?> - form->number('recoreco_days_before', $values) ?> + + modal->submitButtons() ?> diff --git a/VERSION b/VERSION index 54ad5c0..4c06819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -RecoReco v0.2 +RecoReco v0.2.1