Skip to content

Releases: gueff/idolon

idolon 1.1.2

22 Feb 17:18
4b138cf
Compare
Choose a tag to compare

to avoid problems with filenames (files may have same name, bad charachters may be included ,etc.) they are now seofied before saving to cache. Means: string to lower, trim, chars azAZ09 and ._- only.

idolon 1.1.1

28 Jan 19:51
042f46b
Compare
Choose a tag to compare

bugfix: now script stops after successful delivery of an image

idolon 1.1.0

17 Jan 14:08
196a587
Compare
Choose a tag to compare
  • now it is possible to save calculated / resized images in a different place than the original image
  • therefore set $_sCachePath variable via config Param or via Setter.
  • if no such $_sCachePath is set, then the calculated images will be saved next to the original image in the same folder

1.0.2

04 Dec 15:05
35a6544
Compare
Choose a tag to compare
  • now it is possible to request an image without x/y params. The image with its original size will be served then.
  • Aspect ratio calculating was a little bit buggy; fixed now

1.0.1

01 Apr 19:05
82c864d
Compare
Choose a tag to compare