Skip to content

Releases: DrRoach/DynamicImage

Major Improvements

07 Aug 23:03
Compare
Choose a tag to compare

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

04 Aug 20:47
Compare
Choose a tag to compare

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

29 Apr 00:21
Compare
Choose a tag to compare

Initial Release

29 Apr 00:11
Compare
Choose a tag to compare
v0.1

Created README