diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa85a2..84b1eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +### 5.1.0 + - Removed functions used to crop, resize and watermark images. Image manipulation is no longer supported + ### 5.0.0 - Compatibility with PHP8+ @@ -35,7 +38,7 @@ - git went haywire, 2.0.3 had to be born ### 2.0.2 - - enabled checking for 'exif_imagetype' function. + - enabled checking for `exif_imagetype` function. - added configurable array messages thanks to github.com/lordgiotto ### 2.0.1 diff --git a/README.md b/README.md index 6aad8e9..e5faad2 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,25 @@ [](https://packagist.org/packages/samayo/bulletproof) [](https://packagist.org/packages/samayo/bulletproof?format=flat-square) [](https://scrutinizer-ci.com/g/samayo/bulletproof/?branch=master) [](https://packagist.org/packages/fastpress/framework) -Bulletproof is a single-class PHP library to upload images securely. +A single-file PHP library to upload images securely. Installation ----- -Install using git +Using git ```bash $ git clone https://github.com/samayo/bulletproof.git ``` -Install using Composer +Using Composer ```bash -$ composer require samayo/bulletproof:5.0.* +$ composer require samayo/bulletproof:5.1.* ``` Or [download it manually][bulletproof_archive] in a ZIP format Usage ----- -To quickly upload images, use the following HTML & PHP code: +Use the following example to quickly upload an image ```html