Skip to content

Commit

Permalink
Release v 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiruzzamanAkash committed Nov 6, 2021
1 parent 6c67512 commit da3c447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da3c447

Please sign in to comment.