From da3c447c1de521f00ae146724927f7f2b71c2cc8 Mon Sep 17 00:00:00 2001 From: ManiruzzamanAkash Date: Sat, 6 Nov 2021 12:02:46 +0600 Subject: [PATCH] Release v 0.04 --- README.md | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db0bbad..554381f 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,12 @@ $sanitize->url("https://bad-url.com new"); ## Release Notes: +#### Release version `0.0.4` +- Fixed autoloading functions + #### Release version `0.0.3` - Removed some unused autoload dependency -- + #### Release version `0.0.2` - Added `Url` Sanitization diff --git a/composer.json b/composer.json index 5107e6c..f97b0e9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A php package that would sanitize your every input and HTML", "type": "library", "license": "MIT", - "version": "0.0.3", + "version": "0.0.4", "authors": [ { "name": "ManiruzzamanAkash",