10up / windows-azure-storage

Use the Microsoft Azure Storage service to host your website's media files.
https://wordpress.org/plugins/windows-azure-storage/
BSD 2-Clause "Simplified" License
62 stars 46 forks source link

Fix/188 PHP Version Check #200

Closed bmarshall511 closed 1 year ago

bmarshall511 commented 1 year ago

Description of the Change

Added a minimum PHP version check for 7.4.

Closes #188

How to test the Change

  1. Spin up the site with a version of PHP below 7.4
  2. Verify an admin notice has been added alerting the user of the failed check

Changelog Entry

Added - >=PHP 7.4 version check

Credits

Props @bmarshall511

Checklist: