Parable PHP Framework 1.2.1
1.2.1
Bugfixes
Route::extractParameterValues()
now only filters out values that are exactly an empty string. Anything else will be passed along as the provided value.Model::removeEmptyValues()
has a similar issue, where now onlynull
values are filtered out.