Skip to content

Commit 01dde81

Browse files
Michiel VerkoijenJacob Middag
authored andcommitted
Readability of change log.
1 parent 8df7fcb commit 01dde81

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

readme.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ Make your website faster by compressing your JPEG and PNG images. This plugin au
1616

1717
= Features =
1818

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.
2221
* 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.
2324
* Multisite support with a single API key.
2425
* Color profiles are translated to the standard RGB color space.
2526
* 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.
3130

3231
= How does it work? =
3332

@@ -101,32 +100,33 @@ A: Yes! After installing the plugin, go to Tools > Compress JPEG & PNG images, a
101100
== Changelog ==
102101

103102
= 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).
106105

107106
= 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.
111110

112111
= 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.
114113

115114
= 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.
117116

118117
= 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.
121121

122122
= 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.
124124

125125
= 1.2.0 =
126126
* 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.
130130

131131
= 1.1.0 =
132132
* 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

Comments
 (0)