diff --git a/CHANGELOG.md b/CHANGELOG.md index 61618d6..4e52e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ FastSitePHP uses [Semantic Versioning](https://docs.npmjs.com/about-semantic-versioning). +## 1.4.3 (January 5, 2022) + +* Added Support for PHP 8.1 + ## 1.4.2 (April 27, 2021) * Updated install script to run on a basic Mac PHP setup. Mac currently includes PHP by default, however `ZipArchive` is not enabled by default so an update to call `unzip` from command line solves the issue. diff --git a/README.md b/README.md index 57dd0c1..44f3389 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ sudo bash create-fast-site.sh ### Supported Versions of PHP -* The FastSitePHP Starter Site works with all versions of PHP from `5.3` to `8.0`. +* The FastSitePHP Starter Site works with all versions of PHP from `5.3` to `8.1`. * If you need to install the Starter Site on a Server with PHP 5.3 you will need to set the `short_open_tag = On` on your server's `php.ini` file. ### Directory Structure