Skip to content

Commit 210ba12

Browse files
author
bfintal@gmail.com
committed
chore: version bumped to 1.2.2
1 parent e624a64 commit 210ba12

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

cimo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: http://gambit.ph
88
* License: GPLv2 or later
99
* Text Domain: cimo-image-optimizer
10-
* Version: 1.2.1
10+
* Version: 1.2.2
1111
*
1212
* @fs_premium_only /freemius.php, /freemius/, /lib/freemius-php-sdk
1313
*/
@@ -18,7 +18,7 @@
1818
}
1919

2020
defined( 'CIMO_FILE' ) || define( 'CIMO_FILE', __FILE__ );
21-
defined( 'CIMO_BUILD' ) || define( 'CIMO_BUILD', 'free' );
21+
defined( 'CIMO_BUILD' ) || define( 'CIMO_BUILD', 'premium' );
2222

2323
require_once __DIR__ . '/src/admin/class-script-loader.php';
2424
require_once __DIR__ . '/src/admin/class-meta-box.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cimo",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Convert images to WebP on upload",
55
"private": true,
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Cimo - Free Instant Image Optimizer & WebP Converter ===
22
Contributors: bfintal, gambitph
33
Tags: image, optimization, compress, convert, webp
4-
Requires at least: 6.6.4
4+
Requires at least: 6.7.4
55
Tested up to: 6.9
66
Requires PHP: 8.0
7-
Stable tag: 1.2.1
7+
Stable tag: 1.2.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -204,6 +204,14 @@ Yes! The settings page includes a statistics dashboard showing:
204204

205205
== Changelog ==
206206

207+
= 1.2.2 =
208+
209+
* Fixed: Uploading an image via Media > Add Media File doesn't show stats #4
210+
* Fixed: Dragging multiple images in quick succession sometimes doesn't optimize the image #3
211+
* Fixed: LQIP doesn't work correctly when the image has a srcset attribute #11
212+
* Fixed: Closing the upload button on the block toolbar stops uploading of media #9
213+
* Fixed: Uploading images with the same name in the same session doesn't add the metadata correctly #8
214+
207215
= 1.2.1 =
208216

209217
* New: If the resulting optimized image is bigger than the original image, the image is now skipped and the original image is kept.

0 commit comments

Comments
 (0)