You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,17 @@ Make your website faster by compressing your JPEG and PNG images. This plugin au
16
16
17
17
= Features =
18
18
19
-
* Automatically compress new images.
20
-
* Optionally resize original image to fit a lower resolution.
21
-
* Easy bulk compression of your existing media library.
19
+
* Automatically compress new images on upload.
20
+
* Resize large original images by setting a maximum width and/or height.
22
21
* Compress individual images already in your media library.
22
+
* Easy bulk compression of your existing media library.
23
+
* Select which thumbnail sizes of an image may be compressed.
23
24
* Multisite support with a single API key.
24
25
* Color profiles are translated to the standard RGB color space.
25
26
* See your usage directly from the media settings and during bulk compression.
26
-
* Select which thumbnail sizes of an image may be compressed.
27
-
* Converts from CMYK to RGB to save more space and maximize compatibility.
28
-
* Automatic detection of images that can be recompressed.
29
-
* Compress and resize uploads from the Wordpress mobile app.
30
-
* No file size limit.
27
+
* Convert CMYK to RGB to save more space and maximize compatibility.
28
+
* Compress and resize uploads with the WordPress mobile app.
29
+
* No file size limits.
31
30
32
31
= How does it work? =
33
32
@@ -101,32 +100,33 @@ A: Yes! After installing the plugin, go to Tools > Compress JPEG & PNG images, a
101
100
== Changelog ==
102
101
103
102
= 1.5.0 =
104
-
* Resize original images automatically when compressing, using the TinyPNG API. Set a maximum width and/or height and the original image will be scaled to fit your maximum resolution.
105
-
* Added support for compressing and resizing uploads from the mobile Wordpress app (thanks to contributor Pale Purple!).
103
+
* Resize original images when compressing. Set a maximum width and/or height and your original images will be scaled down in case they are bigger.
104
+
* Added support for the mobile WordPress app (thanks to David Goodwin).
106
105
107
106
= 1.4.0 =
108
-
* Added indication of number of images you can compress for free each month.
109
-
* Added link to settings page from the plugin listing.
110
-
* Added clarification that by checking the original image size your original images will be overwritten.
107
+
* Indication of the number of images you can compress for free each month.
108
+
* Link to the settings page from the plugin listing.
109
+
* Clarification that original images will be overwritten when compressed.
111
110
112
111
= 1.3.2 =
113
-
* In some cases a user would have different file sizes defined in Settings > Media which have the exact same pixel dimensions. Compressing images could then occasionally result in compressing the same image multiple times without being seen as 'compressed'. We now detect duplicate file sizes and don't compress them again.
112
+
* Detect different thumbnail sizes with the same dimensions so they will not be compressed again.
114
113
115
114
= 1.3.1 =
116
-
* Media library now shows when files are in the process of being compressed.
115
+
* Media library shows files that are in the process of compression.
117
116
118
117
= 1.3.0 =
119
-
* Improved bulk compressions from media library. You can now also bulk compress your whole media library in one step.
120
-
* Intelligent detection if file is already compressed or was altered by another plugin and should be recompressed.
118
+
* Improved bulk compression from media library. Bulk compress your whole media library in one step.
119
+
* Better indication of image sizes that have been compressed.
120
+
* Detection of image sizes modified after compression by other plugins.
121
121
122
122
= 1.2.1 =
123
-
* Bugfix that prevents recompressing the original when no additional image sizes can be found in the metadata. (introduced in 1.2.0)
123
+
* Prevent compressing the original image if it is the only selected image size.
124
124
125
125
= 1.2.0 =
126
126
* Display connection status and number of compressions this month on the settings page. This also allows you to check if you entered a valid API key.
127
-
* Show a notice to administrators when reaching the monthly compression limit (in case you're on a fixed or free plan).
128
-
* The plugin will now work when php's parse_ini_file is disabled on your host.
129
-
* Bugfix that avoids a warning when no additional image sizes can be found in the metadata.
127
+
* Show a notice to administrators when the limit of the fixed and free plans is reached.
128
+
* The plugin now works when php's parse_ini_file is disabled on your host.
129
+
* Avoids warnings when no image sizes have been selected.
130
130
131
131
= 1.1.0 =
132
132
* The API key can now be set with the TINY_API_KEY constant in wp-config.php. This will work for normal and multisite WordPress installations.
0 commit comments