Skip to content

Commit be020c1

Browse files
author
Jippe Holwerda
committed
Updated version numbers.
1 parent 3a29d29 commit be020c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

readme.txt

Lines changed: 1 addition & 1 deletion
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.3.0
7+
Stable tag: 1.3.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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 = 'http://api.tinify.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.3.0
5+
* Version: 1.3.1
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* License: GPLv2 or later

0 commit comments

Comments
 (0)