Skip to content

Commit

Permalink
Merge branch 'branch/1.9.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Screenfeed committed Jul 2, 2019
2 parents 7e88030 + 80c49b7 commit 5e6b2bb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"require": {
"php": ">=5.4.0",
"a5hleyrich/wp-background-processing": "~1.0",
"composer/installers": "~1.0"
"composer/installers": "~1.0",
"dangoodman/composer-for-wordpress": "^2.0"
},
"require-dev": {
"dangoodman/composer-for-wordpress": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "^3.2",
Expand Down
4 changes: 2 additions & 2 deletions imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Imagify
* Plugin URI: https://wordpress.org/plugins/imagify/
* Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
* Version: 1.9.3
* Version: 1.9.3.1
* Requires PHP: 5.4
* Author: WP Media
* Author URI: https://wp-media.me/
Expand All @@ -20,7 +20,7 @@
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

// Imagify defines.
define( 'IMAGIFY_VERSION', '1.9.3' );
define( 'IMAGIFY_VERSION', '1.9.3.1' );
define( 'IMAGIFY_SLUG', 'imagify' );
define( 'IMAGIFY_FILE', __FILE__ );
define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imagify",
"description": "Imagify Image Optimizer. Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.",
"version": "1.9.3",
"version": "1.9.3.1",
"homepage": "https://wordpress.org/plugins/imagify/",
"license": "GPL-2.0",
"private": true,
Expand Down
30 changes: 24 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
=== Imagify Image Optimizer ===
=== Imagify - WebP & Image Compression ===
Contributors: wp_media, GregLone
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
Tags: compress image, images, performance, optimization, webp
Requires at least: 4.0.0
Tested up to: 5.2.1
Stable tag: 1.9.3
Tested up to: 5.2.2
Stable tag: 1.9.3.1

Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.

== Description ==

Speed up your website with lighter images without losing quality.

Imagify is the most advanced image compression tool, you can now use this power directly in WordPress.
After enabling it, all your images including thumbnails will be automatically optimized when uploaded into WordPress. You can also use Imagify to convert and serve WebP images for free.
Imagify is the most advanced tool to optimize images. You can now use this power directly in WordPress.
After enabling it, all your images including thumbnails will be automatically optimized when uploaded into WordPress. You can also use Imagify to convert WebP images for free.

WooCommerce and NextGen Gallery compatible.

Expand All @@ -34,6 +34,21 @@ Three level of compression are available:

With the backup option, you can change your mind whenever you want by restoring your images to their original version or optimize them to another compression level.

= HOW ABOUT WEBP IMAGES? =
Now, for each image you optimize with the Imagify plugin, you’ll also get its **WebP version** (if you tick the option in the settings); in your Media library, this will result in the following image versions:
- full-sized optimized image,
- full-sized WebP image,
- optimized thumbnails,
- WebP thumbnails.

The optimization will also work for images included in your themes and plugins.

If you want, Imagify can also display WebP images on your front-end in two ways:
- `<picture>` tag,
- rewrite rules in the .htaccess file.

If you kept a backup copy of the original images, you have the possibility to **create their WebP version separately** (one by one or via the bulk optimization).

= What our users think of Imagify? =

> "Imagify is an awesome tool that is powerful & easy to use. It's fast, rivals and surpasses other established plugins/software. Awesome!" — [Simon Harper](https://twitter.com/SRHDesign/status/663758140505235456)
Expand Down Expand Up @@ -138,6 +153,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
4. Other Media Page

== Changelog ==
= 1.9.3.1 - 2019/07/03 =
* Fix: conflict with plugins using an ancient version of Composer.

= 1.9.3 - 2019/06/17 =
* Improvement: better compatibility with CDNs when displaying webp images with `&lt;picture&gt;` tags. There is now a new setting field to fill in the CDN URL in use.
* Improvement: don’t use Heartbeat anymore. This speeds up the optimization process and prevents other plugins to break everything when they remove Heartbeat.
Expand Down

0 comments on commit 5e6b2bb

Please sign in to comment.