11=== Just Image Optimizer ===
22Contributors: aprokopenko
33Plugin Name: Just Image Optimizer
4- Version: 1.1.1
4+ Version: 1.1.2
55Description: Compress image files, improve performance and boost your SEO rank using Google Page Speed Insights compression and optimization.
66Tags: image, resize, optimize, optimise, compress, performance, optimisation, optimise JPG, pictures, optimizer, Google Page Speed
77Author: JustCoded
88Author URI: https://justcoded.com
99Requires at least: 4.5
10- Tested up to: 4.9.4
10+ Tested up to: 4.9.5
1111Requires PHP: >=5.6
1212License: GPLv2 or later
1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -23,6 +23,11 @@ The plugin uses Google Page Speed Insights API to optimize images. All you need
2323
2424Image Optimization runs in the background on Google servers, so the site will keep its performance intact. There are no special server requirements.
2525
26+ = Requirements =
27+
28+ * Site should be available for Google Page Speed test
29+ * PHP 7
30+
2631= Issues tracker =
2732
2833If you have any feedback or ideas, please raise an issue in our GitHub repository:
@@ -46,6 +51,13 @@ In the upcoming releases, we plan to add compatibility with WordPress MultiSite
4651
4752== Frequently Asked Questions ==
4853
54+ = My image optimization is always "0.00% saved" =
55+
56+ * Please open plugin Settings page. It will check for plugin requirements on your server.
57+ * If you don't have any errors on Settings page, then please check logs. You should see that plugin try to optimize at least 1 attachment.
58+ * Next step is to check that Optimize request URL is accessible by Google Page Speed (just copy it and try to test it with the service).
59+ * If nothing help, please write to us on Github with screenshots of your Settings page, Log page and last Log details page.
60+
4961= Can I revert original images quality? =
5062
5163To revert original quality of the images, you can use [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin.
@@ -65,6 +77,11 @@ No special actions are required during the upgrade.
6577
6678== Changelog ==
6779
80+ = 1.1.2 =
81+ * New: Added notice if site is not available online.
82+ * New: Added notice if PHP version is below 7.0.
83+ * Bug fix: Dashboard image size statistics fatal error.
84+
6885= 1.1.1 =
6986* New: Added notice if wp-content is not writable, cause it's required for storing files.
7087* Bug fix: Fake cron run without plugin settings saved.
0 commit comments