diff --git a/docs/book/file-input.md b/docs/book/file-input.md index 425f837b..22bfcbd1 100644 --- a/docs/book/file-input.md +++ b/docs/book/file-input.md @@ -92,7 +92,7 @@ if ($inputFilter->isValid()) { // FileInput validators are run, but no ## PSR-7 Support -- Since 2.9.0 +> Available since version 2.9.0 You may also pass an array of uploaded files from a [PSR-7 ServerRequestInterface](http://www.php-fig.org/psr/psr-7/#serverrequestinterface). diff --git a/docs/book/optional-input-filters.md b/docs/book/optional-input-filters.md index 0136ce8c..0ea23c54 100644 --- a/docs/book/optional-input-filters.md +++ b/docs/book/optional-input-filters.md @@ -1,6 +1,6 @@ # Optional Input Filters -- Since 2.8.0 +> Available since version 2.8.0 Normally, input filters are _required_, which means that if you compose them as a subset of another input filter (e.g., to validate a subset of a larger set of diff --git a/docs/book/unfiltered-data.md b/docs/book/unfiltered-data.md index e9141a81..63283629 100644 --- a/docs/book/unfiltered-data.md +++ b/docs/book/unfiltered-data.md @@ -1,6 +1,6 @@ # Unfiltered Data -> Since 2.10.0 +> Available since version 2.10.0 On input filters, there are several methods for retrieving the data: diff --git a/mkdocs.yml b/mkdocs.yml index 6e056c3c..d4333719 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,5 @@ pages: - "Optional Input Filters": optional-input-filters.md - "Unfiltered Data": unfiltered-data.md site_name: zend-inputfilter -site_description: zend-inputfilter +site_description: 'Normalize and validate input sets from the web, APIs, the CLI, and more, including files.' repo_url: 'https://github.com/zendframework/zend-inputfilter' -copyright: 'Copyright (c) 2016-2019 Zend Technologies USA Inc.'