Skip to content

Commit 6c2e100

Browse files
author
Michiel Verkoijen
committed
Updated readme.txt.
1 parent feaa29d commit 6c2e100

1 file changed

Lines changed: 31 additions & 28 deletions

File tree

readme.txt

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -61,38 +61,37 @@ Want to contribute? Check out the [Tinify Wordpress plugin on GitHub](https://gi
6161
1. Visit *Plugins > Add New*.
6262
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
6363
3. Activate the plugin from your *Plugins* page.
64-
4. Register for an API key on https://tinypng.com/developers.
65-
5. Configure the API key in the *Settings > Media* page.
66-
6. Upload an image and see the optimization in action!
64+
4. Go to the *Settings > Media* page and register a new account.
65+
5. Or enter the API key you got from https://tinypng.com/developers.
66+
6. Go to *Media > Bulk Optimization* and optimize all your images!
6767

6868
= From WordPress.org =
6969

7070
1. Download the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
7171
2. Upload the `tiny-compress-images` directory to your `/wp-content/plugins/` directory, using your favorite method (ftp, sftp, scp, etc...)
7272
3. Activate the plugin from your Plugins page.
73-
4. Register for an API key on https://tinypng.com/developers.
74-
5. Configure the API key in the *Settings > Media* page.
75-
6. Upload an image and see the optimization in action!
73+
4. Go to the *Settings > Media* page and register a new account.
74+
5. Or enter the API key you got from https://tinypng.com/developers.
75+
6. Go to *Media > Bulk Optimization* and optimize all your images!
7676

7777
= Optional configuration =
7878

7979
The API key can also be configured in wp-config.php. You can add a `TINY_API_KEY` constant with your API key. Once set up you will see a message on the media settings page. This will work for normal and multisite WordPress installations.
8080

8181
== Screenshots ==
8282

83-
1. Enter your TinyPNG or TinyJPG API key and configure the image sizes you want to optimize.
84-
2. In the Media Library you can see how much bytes TinyPNG has saved you. You can also compress additional sizes per image.
85-
3. Optimize all images in bulk after installing the plugin or when additional sizes have to be optimized.
86-
4. Showing progress during bulk optimization from media library.
87-
5. Bulk optimization of all images through the Media > Bulk Optimization page.
83+
1. Register a new account or enter your existing API key. Then choose the image sizes to optimize and any other options like resizing and preserving metadata in your original image uploads.
84+
2. In the Media Library list view you can see the savings on your images.
85+
3. From the Media Library you can compress individual images and use the Bulk Actions drop-down to quickly optimize multiple images at once.
86+
4. Last but not least you can also use Bulk Optimization to optimize your entire WordPress site.
8887

8988
== Frequently Asked Questions ==
9089

9190
= Q: How many images can I optimize for free? =
92-
A: In a default Wordpress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > Media* page before you start optimization.
91+
A: In a default WordPress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > Media* page before you start optimization.
9392

9493
= Q: What happens to the optimized images when I uninstall the plugin? =
95-
A: When you remove the TinyPNG plugin all your optimized images will remain optimized.
94+
A: When you remove the plugin all your optimized images will remain optimized.
9695

9796
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
9897
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > Media*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
@@ -101,38 +100,42 @@ A: When you upload an image to your website, WordPress will create different siz
101100
A: No. There are no limitations on the size of the images you want to compress.
102101

103102
= Q: What happens when I reach my monthly limit? =
104-
A: Everything will keep on working, but newly uploaded images will not be optimized. Of course we encourage everyone to sign up for a full subscription.
103+
A: Everything will keep on working, but newly uploaded images will not be optimized. Of course we encourage everyone to sign up for a paid account to cover the hosting and development costs of the service.
105104

106105
= Q: Can I optimize all existing images in my media library? =
107-
A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and click on the button to optimize all unoptimized images in your media library.
106+
A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and click on the start button to optimize all unoptimized images in your media library.
108107

109108
== Changelog ==
110-
= 1.8.0 =
111-
* New and improved Bulk optimization page!
112-
* Fixed never ending spinner when error occured bug
113-
* Prevent compression of duplicate sizes with different names
109+
110+
= 2.0.0 =
111+
* Completely new Bulk Optimization page.
112+
* Better detection of image sizes with duplicate filenames.
113+
* Simplified account activation and API key creation.
114+
* Fix to the bottom drop-down menu in the Media Library.
115+
* Use the latest PHP client library for connecting to TinyJPG and TinyPNG.
116+
* Added fallback to fopen for older systems running PHP 5.2.
114117

115118
= 1.7.2 =
116-
* Show more information about compressed/uncompressed image sizes in details popup.
119+
* Show more information about compressed image sizes in details popup.
117120
* Add compression details to image overview.
118121

119122
= 1.7.1 =
120-
* Option to preserve gps location and original creation date and time in your original JPEG images.
121-
* Option to preserve coyright information in your original PNG images.
122-
* Improved handling of unsupported image files (e.g. GIF)
123+
* Preserve GPS locations and creation dates in the original JPEG images.
124+
* Option to preserve copyright information in your original PNG images.
125+
* Improved detection of unsupported file types.
123126

124127
= 1.7.0 =
125128
* Option to preserve copyright information in your original JPEG images.
126129
* Added proxy support for cURL.
127-
* Added support for translate.wordpress.org plugin translations.
130+
* Support for translate.wordpress.org plugin translations.
128131

129132
= 1.6.0 =
130133
* Improved compression status in the Media Library with new details window.
131-
* Show total compression savings on the Media Settings page with link to bulk compression page when no images have been compressed yet.
134+
* Show total compression savings on the Media Settings page.
132135
* Moved Compress All Images from the Tools to the Media menu.
133136

134137
= 1.5.0 =
135-
* Resize original images by specifying a maximum width and/or height. During compression your original images will also be scaled down if they are bigger.
138+
* Resize original images by specifying a maximum width and/or height.
136139
* Support for the mobile WordPress app (thanks to David Goodwin).
137140

138141
= 1.4.0 =
@@ -141,13 +144,13 @@ A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and clic
141144
* Clarification that original images will be overwritten when compressed.
142145

143146
= 1.3.2 =
144-
* Detect different thumbnail sizes with the same dimensions so they will not be compressed again.
147+
* Detect different thumbnail sizes with the same dimensions.
145148

146149
= 1.3.1 =
147150
* Media library shows files that are in the process of compression.
148151

149152
= 1.3.0 =
150-
* Improved bulk compression from media library. Bulk compress your whole media library in one step.
153+
* Added option to bulk compress your whole media library in one go.
151154
* Better indication of image sizes that have been compressed.
152155
* Detection of image sizes modified after compression by other plugins.
153156

0 commit comments

Comments
 (0)