1- 1.0.0 : Initial version of Image Resize
2- 1.1.0 : Add settings, filters, image not found placeholder, and various other improvements
3- 1.1.1 : Enable image caching
4- 1.1.2 : Minor tweaks and improvements, ship plugin with 2 filters
5- 1.1.3 : Fix PHP 7.0 incompatibility issue, support all relative URL images
6- 1.1.4 : Register access permissions
7- 1.1.5 : Fix issue with spaces in filenames
8- 1.1.6 : Fix return type errors
9- 1.1.7 : Remove debug routes file
10- 2.0.0 : Optimise image resizing on initial pageload by offloading to separate thread (by resizing when requesting images)
11- 2.0.1 : Fix bug (since 2.0.0) where the 'default 404 image' does not utilise the configured background/mode/quality
12- 2.0.2 : Implement ability to add watermarks to images
13- 2.1.0 : Move default imageresizecache directory (out of app/media) and store+serve images with file extension (change default imagresize cache clear to 1 week)
14- 2.1.1 : Fix double slash issue in resized image URLs
1+ 1.0.0 :
2+ - Initial version of Image Resize
3+ 1.1.0 :
4+ - Add settings, filters, image not found placeholder, and various other improvements
5+ 1.1.1 :
6+ - Enable image caching
7+ 1.1.2 :
8+ - Minor tweaks and improvements, ship plugin with 2 filters
9+ 1.1.3 :
10+ - Fix PHP 7.0 incompatibility issue, support all relative URL images
11+ 1.1.4 :
12+ - Register access permissions
13+ 1.1.5 :
14+ - Fix issue with spaces in filenames
15+ 1.1.6 :
16+ - Fix return type errors
17+ 1.1.7 :
18+ - Remove debug routes file
19+ 2.0.0 :
20+ - Optimise image resizing on initial pageload by offloading to separate thread (by resizing when requesting images)
21+ 2.0.1 :
22+ - Fix bug (since 2.0.0) where the 'default 404 image' does not utilise the configured background/mode/quality
23+ 2.0.2 :
24+ - Implement ability to add watermarks to images
25+ 2.1.0 :
26+ - Move default imageresizecache directory (out of app/media) and store+serve images with file extension (change default imagresize cache clear to 1 week)
27+ 2.1.1 :
28+ - Fix double slash issue in resized image URLs
29+ 2.1.2 :
30+ - Clear old images (for the v2.1.0 directory change)
31+ - clear_old_cache_dir.php
0 commit comments