Skip to content

Commit

Permalink
πŸš€ Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSollitt committed Apr 23, 2023
1 parent 85913e8 commit 004eadc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

FastSitePHP uses [Semantic Versioning](https://docs.npmjs.com/about-semantic-versioning).

## 1.5.0 (April 23, 2023)

* Added Support for PHP 8.2

## 1.4.4 (February 1, 2022)

* Commented out the default `CSP (Content-Security-Policy)` and added additional code comments on the topic.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ A bash script is available for a quick setup of a Web Server (Apache or nginx),

Supported Operating Systems (more will be added in the future):

* Ubuntu 22.04 LTS
* Ubuntu 20.04 LTS
* Ubuntu 18.04 LTS
* Ubuntu 16.04 LTS
Expand All @@ -71,7 +72,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.1`.
* The FastSitePHP Starter Site works with all versions of PHP from `5.3` to `8.2`.
* 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"require": {
"php": ">=5.3.0",
"fastsitephp/fastsitephp": ">=1.4",
"fastsitephp/fastsitephp": ">=1.5",
"ircmaxell/password-compat": "^1.0",
"paragonie/random_compat": "^1|^2",
"erusev/parsedown": "^1.7",
Expand Down

0 comments on commit 004eadc

Please sign in to comment.