Releases: DrRoach/DynamicImage
Releases · DrRoach/DynamicImage
Major Improvements
Many improvements have been made to improve the project as a whole and make it more professional. Some of these features include:
- Image not found files being returned.
- Better error codes.
- More cache settings.
- Composer support.
Many other changes have been made to improve code maintenance and stability.
Replace assumed `$_GET` variables to parameters
Instead of the code expecting certain $_GET
variables to be set, it now accepts a key value array in the constructor call. This is to allow you to perform any manipulation you may want to perform on the parameters.
Fix errors being given if requested file doesn't exist
v0.1.1 Handle image not existing
Initial Release
v0.1 Created README