This plugin is not working for me. I entered some debug code and it seems to be stopping at the $period_php = $values['period_php']; line.
For example I entered two echo statements, one before and one after, and I only see the one before.
I don't see anything wrong with that line of code, and I don't get any errors in my logs. Any ideas?
echo('here1 '.$values['period_php']);
$period_php = $values['period_php']; // Will be in format so strtotime can handle this [int][space][string] example: "4 day" or "5 month"
echo('here2 '.$values['period_php']);