alphagov / notifications-php-client

PHP client for the GOV.UK Notify API
https://docs.notifications.service.gov.uk/php.html
MIT License
11 stars 13 forks source link

Add support for send a file security features #118

Closed samuelhwilliams closed 2 years ago

samuelhwilliams commented 2 years ago

Adds optional parameters confirm_email_before_download and retention_period to the prepare_upload helper, to access new security features when sending a file by email.

Bumps the client version to 5.4.0

What problem does the pull request solve?

Checklist

samuelhwilliams commented 2 years ago

@idavidmcdonald just for the sake of having 6 PRs to handle, and even then just to keep changes isolated, I propose we merge this as-is and handle bumping PHP versions separately if we want/need to.

samuelhwilliams commented 2 years ago

Pulled in content from https://github.com/alphagov/notifications-php-client/pull/117