forked from humanmade/WPThumb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
114 lines (67 loc) · 2.64 KB
/
readme.txt
File metadata and controls
114 lines (67 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
=== WPThumb ===
Contributors: humanmade, joehoyle, mattheu, tcrsavage, willmot
Tags: image, resize, thumbnail, crop, phpthumb
Requires at least: 3.5
Tested up to: 6.5
Stable tag: 0.17.0
An on-demand image generation replacement for WordPress' image resizing.
== Description ==
WP Thumb is a simple plugin that seamlessly integrates with the WordPress image functions. You can specify height, width and crop values, and an image will be generated, which is then cached for future use.
= Features =
* Automatic images resizing, cropping and caching.
* Ideal for when you want to change the dimensions of default image sizes.
== Changelog ==
#### 0.17.0
* Fix SVG detection to not resize them.
#### 0.16.0
* **SECURITY FIX**: Deprecated wpthumb shortcode to fix SSRF vulnerability (CVE-2025-49983)
* The [wpthumb] shortcode has been disabled due to Server Side Request Forgery vulnerability
* Use wp_get_attachment_image() or native WordPress image functions instead
#### 0.15.1
* Fix the plugin version
#### 0.15
* Handle the case where the media is not an image (i.e : a svg)
#### 0.14
* Fix PHP warning
#### 0.13
* Change priority, prefer Imagick to GD
#### 0.12
* Fix some PHP notices/warning with PHP 8.2
#### 0.11
* Fix PHP warning
#### 0.10
* `wpthumb` shortcode
* bugfixes + tests
#### 0.9
* Removed dependancy on PHP Thumb GD Library, much smaller now!
* Use the new WordPress 3.5 Image classes
* Will now use Image Magick if available (though not for watermarking and background_fill currently)
#### 0.8
* Don't activate on less than PHP 5.2.4
#### 0.7
* Fix some issues with resizing gifs
* Unit tests for cropping gifs
* Improved code formatting and commenting
* Pipe `STDERR` to `dev/null` in phpthumb `exec` so that error_log isn't polluted with checks for ImageMagick
* Fix some readme layout issues
* Don't resize if image is already correct dimensions, + unit test
#### 0.5
* Added more tests
* Fix minor bugs
#### 0.4
* Rewrote core functionality to use a Class
* Added 22 Unit Tests (can be run using WP Unit)
#### 0.3
* Ability to extend functionality using filters to manipulate image object.
#### 0.2
* Add some error messages and try to prevent some conflicts with our other plugins.
* Swap Joe Hoyles helper for HM Core.
#### 0.1
* Add Joe Hoyles helper.
== Installation ==
1. Upload the 'WPThumb' folder to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
= The plugin doesn't work, what do I do? =
Visit the Issues page of the plugin homepage at: https://github.com/humanmade/WPThumb
## Contribution guidelines ##
see https://github.com/humanmade/WPThumb/blob/master/CONTRIBUTING.md