Skip to content
  1. Mar 18, 2020
  2. Mar 14, 2020
  3. Feb 25, 2020
  4. Jan 28, 2020
  5. Nov 18, 2019
  6. Nov 15, 2019
  7. May 29, 2019
  8. May 15, 2019
  9. Apr 16, 2019
  10. Apr 10, 2019
  11. Apr 08, 2019
    • Joe Hoyle's avatar
      Fix IMagick with s3 compat · ef1891e4
      Joe Hoyle authored
      In some cases (it's not that clear how) Imagick is not compatible with remote streams. According to the docs, this has never been possible, but I think it happened to work in the past. I've tried the same version of imagick, on different sets and sometimes works, some times doesnt. The crux of the issue is that IMagick tries to read from the stream, and is sending a SEEK request to something near PHP_MAX_INT, which causes memory allocation issues on our stream wrapper. It's maybe possible to work around it with a seek stream guard, but really I think that's just one of many possible issues. I think it's going to be better to let IMagick always work with local images to avoid issues.
      ef1891e4
    • Joe Hoyle's avatar
      Install comoser deps in tests · 51b7991a
      Joe Hoyle authored
      51b7991a
    • Joe Hoyle's avatar
      Remove composer deps · e5a7941d
      Joe Hoyle authored
      I think for v2 we should remove the composer deps from the master branch, and tagged version should be from that branch. THis means installing the plugin via composer won't cause additoinal copies of the AWS SDK to exist.
      
      We can still have a build branch, and upload artifacts to the release page I believe, for people who want to use the plugin without composer.
      e5a7941d
  12. Apr 05, 2019
  13. Mar 22, 2019
  14. Mar 21, 2019
  15. Feb 22, 2019
  16. Feb 21, 2019
  17. Feb 15, 2019
  18. Jan 30, 2019
  19. Dec 19, 2018
  20. Oct 12, 2018
  21. Oct 11, 2018
  22. Sep 23, 2018
  23. Sep 12, 2018
Loading