aelvan / Imager-Craft

This plugin has been DEPRECATED. Check out Imager X instead.
MIT License
342 stars 69 forks source link

Update ImgixTransformedImageModel.php #294

Closed slebbo closed 4 years ago

slebbo commented 4 years ago

Some paths and filenames containing non-ascii chars such as "åäö" got incorrect encoded urls. This line fixes that. Although, since I'm not too familiar with php - it might be concidered a bad solution.

aelvan commented 4 years ago

Myeah, seems like some behaviour has changed somewhere, this issue has popped up from time to time, and I know that it used to work.

What type of Asset and Imgix source are you seeing this on? Seems like I'm even getting different results on different configurations. Are you using signed URL's?

aelvan commented 4 years ago

Fixed this in 2.4.0, turns out the paths doesn't need any encoding at all anymore.

Also, check out Imager X. :)