Skip to content

Commit 817d1d3

Browse files
author
Jacob Middag
committed
Change API endpoint and update version
1 parent 13e67aa commit 817d1d3

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://tinypng.com/
44
Tags: compress, optimize, shrink, improve, images, tinypng, tinyjpg, jpeg, jpg, png, lossy, jpegmini, crunch, minify, smush, save, bandwidth, website, speed, faster, performance, panda
55
Requires at least: 3.0.6
66
Tested up to: 4.2
7-
Stable tag: 1.2.1
7+
Stable tag: 1.3.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -63,12 +63,17 @@ The API key can also be configured in wp-config.php. You can add a TINY_API_KEY
6363
== Screenshots ==
6464

6565
1. Enter your TinyPNG or TinyJPG API key and configure the image sizes you would like to have compressed.
66-
2. See how much space TinyPNG has saved you from the media browser!
66+
2. See how much space TinyPNG has saved you from the media browser and compress additional sizes per image.
6767
3. Bulk compress existing images after installing the plugin or when additional sizes have to be compressed.
68-
4. Compress individual images in case additional sizes have to be compressed.
68+
4. Show progress while bulk compressing (selection from) media library.
69+
5. Bulk compress complete media library.
6970

7071
== Changelog ==
7172

73+
= 1.3.0
74+
* Improved bulk compressions from media library. You can now also bulk compress your whole media library in one step.
75+
* Intelligent detection if file is already compressed or was altered by another plugin and should be recompressed.
76+
7277
= 1.2.1 =
7378
* Bugfix that prevents recompressing the original when no additional image sizes can be found in the metadata. (introduced in 1.2.0)
7479

src/config/tiny-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
class Tiny_Config {
4-
const URL = 'https://api.tinypng.com/shrink';
4+
const URL = 'https://api.tinify.com/shrink';
55
}

tiny-compress-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Compress JPEG & PNG images
44
* Description: Speed up your website. Optimize your JPEG and PNG images automatically with TinyPNG.
5-
* Version: 1.2.1
5+
* Version: 1.3.0
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* License: GPLv2 or later

0 commit comments

Comments
 (0)