Skip to content

Commit

Permalink
Merge v1.9.13 (#533)
Browse files Browse the repository at this point in the history
* Update .travis.yml (#525)

* Enhancement/pricing use active plans (#523)

* wip-pricing-json-mess

* adjust the code to parse plans correctly

* Handle display for unlimited quota

* Remove modal lines when plan type is empty

* Remove console logs

* Remove tabs from modal view 2 when either is empty

* Revise offer presentation on 1st modal view (wip)

* Revert "Revise offer presentation on 1st modal view (wip)"

This reverts commit b69a239.

* Bail from suggestions early when non onetimes

* Remove console.logs

* Update js code formatting

* Remove temp call to mock api

* Fix indentation

* Update compiled assets

* Use either monthly or total to calculate plan size

* Rework selection criteria for plans

* Fix eslint and recompile

* Fix showing free and checking unlimited

* Use cost is 0 to identify free plan

Co-authored-by: Ahmed Saeed <[email protected]>

* Update versioning and changelog

* Update deploy-tag.yml (#527)

* Update deploy-tag.yml

* Update readme files

* Update FAQ section of readme.txt

* Update version to 1.9.13

Co-authored-by: Albert Cintas <[email protected]>
Co-authored-by: Ahmed Saeed <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2020
1 parent 0f10195 commit 7c0a5c4
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 38 deletions.
33 changes: 22 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Imagify Image Optimizer

Optimize images in one click: reduce image file sizes, convert WebP, keep your images beautiful… and boost your loading time and your SEO!

Speed up your website with our image optimizer and get lighter images without losing quality.
Optimize images in one click: get lighter images without losing quality, convert WebP and speed up your website!

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.

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, which will additionally reduce the size of your website making it faster.

WooCommerce and NextGen Gallery compatible.

Expand All @@ -17,25 +17,35 @@ WooCommerce and NextGen Gallery compatible.

![Other Media Page](https://raw.githubusercontent.com/wp-media/imagify/master/.wordpress-org/screenshot-4.png "Other Media Page")

## What is Image Compression?
## Why Is It Important to Optimize Images?

A fast site is important primarily for visitors who may leave a website that is too slow,
but also for SEO performance since search engines consider website speed as a ranking factor.

Website size is one of the most important factors that affect the website performance:
images can account for 50% of your loading time.

By optimizing images you will quickly gain precious seconds and make your website faster.

Learn more about image compression, check that: [https://imagify.io/images-compression](https://imagify.io/images-compression).

## Why use Imagify to optimize your images?
## Why Use Imagify to Optimize Images?

Imagify can optimize all images: jpgs, pngs, pdfs and gifs (whether animated or not).

You already have lots of unoptimized images? Not a problem, you will love the Bulk Optimizer to optimize all your existing images in one click.

Imagify can directly resize your images, **you won't have to lose time anymore on resizing your images before uploading them**.

Three level of compression are available:
There are three optimization levels available - Normal, Aggressive and Ultra.

* Normal, a lossless compression algorithm. The image quality won't be altered at all.
* Aggressive, a lossy compression algorithm. Stronger compression with a tiny loss of quality most of the time this is not even noticeable at all.
* Ultra, our strongest compression method using a lossy algorithm.

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?
## How About WebP images?
Now, for each image you optimize with the Imagify plugin, you will 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,
Expand Down Expand Up @@ -63,7 +73,7 @@ If you kept a backup copy of the original images, you have the possibility to **
## Is Imagify Free?

You can optimize for free 25MB of images (about 250 images) every month. Converting to WebP is free.
You can optimize for free 20MB of images (about 200 images) every month. You can convert WebP for free.

Need more? Have a look at our plans: [https://imagify.io/pricing](https://imagify.io/pricing).

Expand All @@ -75,7 +85,8 @@ Have a look at our upcoming features by following our development roadmap: [http

We are [WP Media](https://wp-media.me/), the startup behind WP Rocket the best caching plugin for WordPress.

Our mission is to improve the web, we are making it faster with [WP Rocket](https://wp-rocket.me/) we want to make it lighter with Imagify.
Our mission is to improve the web, we are making it faster with [WP Rocket](https://wp-rocket.me/)
and lighter with Imagify.

## Get in touch!

Expand All @@ -94,7 +105,7 @@ composer require wp-media/imagify-plugin
## Related Plugins

* [WP Rocket](https://wp-rocket.me/): Best caching plugin to speed-up your WordPress website.
* [Rocket Lazy Load](https://wordpress.org/plugins/rocket-lazy-load/): Best Lazy Load script to reduce the number of HTTP requests and improves the websites loading time.
* [Lazy Load](https://wordpress.org/plugins/rocket-lazy-load/): Best Lazy Load script to reduce the number of HTTP requests and improves the websites loading time.
* [Increase Maximum Upload File Size](https://wordpress.org/plugins/upload-max-file-size/): Increase upload file size limit to any value with one click.

License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html).
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: Dramatically 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.12
* Version: 1.9.13
* Requires at least: 4.0.0
* Requires PHP: 5.4
* Author: WP Media
Expand All @@ -21,7 +21,7 @@
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

// Imagify defines.
define( 'IMAGIFY_VERSION', '1.9.12' );
define( 'IMAGIFY_VERSION', '1.9.13' );
define( 'IMAGIFY_SLUG', 'imagify' );
define( 'IMAGIFY_FILE', __FILE__ );
define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );
Expand Down
110 changes: 85 additions & 25 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
=== Imagify – Image Optimization & Convert WebP ===
=== Imagify – Optimize your Images & Convert WebP ===
Contributors: wp_media
Tags: convert webp, webp, optimize images, optimize, images
Requires at least: 4.0.0
Tested up to: 5.5.3
Stable tag: 1.9.12
Stable tag: 1.9.13

Optimize images in one click: reduce image file sizes, convert WebP, keep your images beautiful… and boost your loading time and your SEO!

== Description ==

Speed up your website with our image optimizer and get lighter images without losing quality.
Optimize images in one click: get lighter images without losing quality, convert WebP and speed up your website!

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.

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, which will additionally reduce the size of your website making it faster.

WooCommerce and NextGen Gallery compatible.

= What is Image Compression? =
= Why is it Important to Optimize Images? =

A fast site is important primarily for visitors who may leave a website that is too slow, but also for SEO performance since search engines consider website speed as a ranking factor.

Website size is one of the most important factors that affect the website performance: images can account for 50% of your loading time.

By optimizing images you will quickly gain precious seconds and make your website faster.

Learn more about image compression, check that: [https://imagify.io/images-compression](https://imagify.io/images-compression).

= Why use Imagify to optimize your images? =
= Why use Imagify to optimize images? =

Imagify can optimize all images: jpgs, pngs, pdfs and gifs (whether animated or not).

You already have lots of unoptimized images? Not a problem, you will love the Bulk Optimizer to optimize all your existing images in one click.

Imagify can directly resize your images, **you won't have to lose time anymore on resizing your images before uploading them**.

Three level of compression are available:
There are three optimization levels available - Normal, Aggressive and Ultra.

- Normal, a lossless compression algorithm. The image quality won't be altered at all.
- Aggressive, a lossy compression algorithm. Stronger compression with a tiny loss of quality most of the time this is not even noticeable at all.
Expand Down Expand Up @@ -60,7 +69,7 @@ If you kept a backup copy of the original images, you have the possibility to **

= Is Imagify Free? =

You can optimize for free 25MB of images (about 250 images) every month. Converting to WebP is free.
You can optimize for free 20MB of images (about 200 images) every month. You can convert WebP for free.

Need more? Have a look at our plans: [https://imagify.io/pricing](https://imagify.io/pricing)

Expand All @@ -72,7 +81,7 @@ Have a look at our upcoming features by following our development roadmap: [http

We are [WP Media](https://wp-media.me/), the startup behind WP Rocket the best caching plugin for WordPress.

Our mission is to improve the web, we are making it faster with [WP Rocket](https://wp-rocket.me/) we want to make it lighter with Imagify.
Our mission is to improve the web, we are making it faster with [WP Rocket](https://wp-rocket.me/) and lighter with Imagify.

= Get in touch! =

Expand All @@ -82,7 +91,7 @@ Our mission is to improve the web, we are making it faster with [WP Rocket](http

= Related Plugins =
* [WP Rocket](https://wp-rocket.me/): Best caching plugin to speed-up your WordPress website.
* [Rocket Lazy Load](https://wordpress.org/plugins/rocket-lazy-load/): Best Lazy Load script to reduce the number of HTTP requests and improves the websites loading time.
* [Lazy Load](https://wordpress.org/plugins/rocket-lazy-load/): Best Lazy Load script to reduce the number of HTTP requests and improves the websites loading time.

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -104,27 +113,51 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html

= Which formats can be optimized? =

Imagify can optimize images such as jpg, png and gif (whether animated or not) formats and for each image you optimize you also get its WebP version if you tick the option in the settings (except for animated gif).
Imagify can optimize JPG, PNG, PDF and GIFs (whether animated or not).

= Can I use the plugin with a free account? =
=How should I know which compression level is best for me?=

Absolutely. You are limited to a quota of 25 MB of images per month with a free account. Once this quota is reached, you cannot optimize new images until your quota is renewed or you purchase credits.
There are three compression levels available - Normal, Aggressive and Ultra.

= On how many websites can I use the plugin? =
Normal compression is a "lossless" optimization. This means there is no loss of image quality.

You can use the plugin on as many sites as you wish. The only limit is the optimization quota of your account.
Aggressive and Ultra compression are more powerful, so the picture quality will be somewhat reduced. The weight of the image will be much less.

= I used Kraken, Shortpixel, Optimus, EWWW or WP Smush, will Imagify further optimize my images? =
We recommend Aggressive as the best balanced level that reduces the size but does not affect the quality.

Absolutely. Most of the time, Imagify will still be able to optimize your images even if you have already compressed them with another tool.
It would be best, however, to test the 3 levels of compression on a smaller amount of images and see how it affects the quality of your image. Once you see which one suits your needs, you can easily run the others via Bulk optimization or Media Library page.

=How does the optimization process work?=

The image optimization process is performed on our servers. Once done, Imagify returns the optimized image to your server. We do not edit images’ title or any other information, so there is nothing further to be done on your end. Your original images will be moved to a dedicated backup folder (just make sure to keep the Backup option active in Imagify settings).

=How long are images stored by Imagify?=

Once your images have been optimized via the WP plugin, they stay on your end forever (even if you delete the Imagify account).

During the optimization process, images sent via the API or WordPress plugin are stored for one hour on our server (they are already sent back to your site and stay there safely).

Using the online application, images are stored for 24 hours (with a free account) and for unlimited time if you have a paid subscription.

=Can I restore images after compression?=

Yes, as long as the Backup option is active in Imagify settings (it is active by default when you activate the WP Plugin).

=If I remove Imagify, will my images stay compressed?=

Yes, your images will stay compressed even after removing Imagify (and even after you delete your Imagify account).

=If I use Imagify, do I need to continue optimizing and resizing my images with Photoshop?=

Do not waste your time resizing and optimizing your images in Photoshop. Imagify takes care of everything!

= What is the difference between the Normal, Aggressive and Ultra compression levels? =
=Is the EXIF data of images removed?=

Normal compression is a "lossless" optimization. This means there is no loss of image quality. Aggressive and Ultra compression are more powerful, so the picture quality will be somewhat reduced. The weight of the image will be much less.
By default EXIF data is removed. It is possible to keep it with the WordPress plugin by enabling the option in Imagify Settings page.

= Is the EXIF data of images removed? =
=I used Kraken, Optimus, EWWW or WP Smush, will Imagify further optimize my images?=

By default EXIF data is removed. It is however possible to keep it by enabling the option.
Absolutely. Most of the time, Imagify will still be able to optimize your images even if you have already compressed them with another tool.

= Will the original images be deleted? =

Expand All @@ -134,14 +167,38 @@ No. Imagify automatically replaces the images with an optimized image. The backu

Yes. By activating the backup option in the plugin, you can re-optimize each image with a different compression level.

= If I use Imagify, do I need to continue optimizing and resizing my images with Photoshop? =

Do not waste your time resizing and optimizing your images in Photoshop. Imagify takes care of everything!

= What happens when the plugin is disabled? =

When the plugin is disabled, your existing images remain optimized. Backups of the original images are still available if you have enabled the images backup option.

=On which web hosts can the plugin be used?=

The plugin can be used on all hosts including "managed hosting" providers like WP Engine.

=Is Imagify compatible with Multi-Site?=

Yes, Imagify is 100% compatible with multi-site.

=Can we use Imagify on WordPress.com?=

It is possible to use Imagify plugin on WordPress.com if you have a Business account.

=Do you offer support?=

Yes, the Imagify team offers full email support. You can contact us via [https://imagify.io/contact/](https://imagify.io/contact/).

When is support available?

Our support is currently available Monday-Friday 8AM-6PM CET. We answer every email so you can expect the answer from us within 24h max (unless during the weekends).

=Is registration free?=

Yes and no credit card is required.

=Do you offer a trial version?=

No. However, you get 20MB of quota per month for free.

== Screenshots ==

1. Bulk Optimization
Expand All @@ -153,6 +210,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
4. Other Media Page

== Changelog ==
= 1.9.13 =
* Improvement: Update readme with new quotas, FAQ and description info.

= 1.9.12 - 2020/11/09 =
* Improvement: Enable plugin to work with new app pricing API.

Expand Down

0 comments on commit 7c0a5c4

Please sign in to comment.