Skip to content

Parable PHP Framework 1.2.1

Compare
Choose a tag to compare
@devvoh devvoh released this 23 Feb 13:55
· 4 commits to master since this release

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 only null values are filtered out.