From 6eda307f2628b19f9c46596a6b6c465f83609869 Mon Sep 17 00:00:00 2001 From: Conrad Sollitt Date: Wed, 5 Jan 2022 23:42:26 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=201.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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